系统级工具

john 71e44ac2f2 优化基础逻辑 пре 1 година
.vscode 47e40e9413 init пре 2 година
docs c45991a916 升级了tauri的版本,加了一个感觉很牛逼的组件 пре 1 година
public 47e40e9413 init пре 2 година
src 71e44ac2f2 优化基础逻辑 пре 1 година
src-tauri 71e44ac2f2 优化基础逻辑 пре 1 година
.gitignore 47e40e9413 init пре 2 година
README.md 271a52a763 批量删除 пре 1 година
index.html 4216664ec8 第二版菜单 пре 2 година
mermaid.html 2e692ddb78 sql 重复数据分组返回 пре 1 година
package.json 271a52a763 批量删除 пре 1 година
tsconfig.json ebfdd8ef0b 重复文件布局调整: 10% пре 1 година
tsconfig.node.json ebfdd8ef0b 重复文件布局调整: 10% пре 1 година
vite.config.ts b6b990004f 全面改为yarn来开发 пре 1 година
yarn.lock 72f24587c2 优化筛选过程 70% пре 1 година

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 拉取的