系统级工具

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

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