系统级工具

john 90a86cdd5e 当前目录没有多余的重复文件 il y a 1 an
.vscode 47e40e9413 init il y a 2 ans
docs c45991a916 升级了tauri的版本,加了一个感觉很牛逼的组件 il y a 1 an
public 47e40e9413 init il y a 2 ans
src 90a86cdd5e 当前目录没有多余的重复文件 il y a 1 an
src-tauri 71e44ac2f2 优化基础逻辑 il y a 1 an
.gitignore 47e40e9413 init il y a 2 ans
README.md 271a52a763 批量删除 il y a 1 an
index.html 4216664ec8 第二版菜单 il y a 2 ans
mermaid.html 2e692ddb78 sql 重复数据分组返回 il y a 1 an
package.json 271a52a763 批量删除 il y a 1 an
tsconfig.json ebfdd8ef0b 重复文件布局调整: 10% il y a 1 an
tsconfig.node.json ebfdd8ef0b 重复文件布局调整: 10% il y a 1 an
vite.config.ts b6b990004f 全面改为yarn来开发 il y a 1 an
yarn.lock 90a86cdd5e 当前目录没有多余的重复文件 il y a 1 an

README.md

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.

Recommended IDE Setup

开发笔记

隐藏标题栏
    "windows": [
      {
        "fullscreen": false,
        "height": 735,
        "resizable": true,
        "title": "System Tools",
        "width": 1150,
        "hiddenTitle": true,
        "titleBarStyle": "Overlay"
      }
    ]

设计

1、所有的状态存放本地 sqlite

参考项目

1、https://github.com/rrkeji/rrai-desktop
2、https://github.com/rrkeji/rrai-desktop-sdk

致谢

1、ChatGpt

sqlite3 版本表结构迁移 https://blog.csdn.net/cdc8596/article/details/94732238 /Users/sysadmin/.system_tools/sqlite

https://crates.io/search?q=sqlite

https://github.com/launchbadge/sqlx

由于国内开发环境的问题 以下仓库是从 https://github.com/tauri-apps/plugins-workspace 拉取的