系统级工具

john 1aa870da06 sql 管理 1 year ago
.vscode 47e40e9413 init 2 years ago
docs c45991a916 升级了tauri的版本,加了一个感觉很牛逼的组件 1 year ago
public 47e40e9413 init 2 years ago
src 1aa870da06 sql 管理 1 year ago
src-tauri 1aa870da06 sql 管理 1 year ago
.gitignore 47e40e9413 init 2 years ago
README.md 934ec38d3d 优化代码 1 year ago
index.html 4216664ec8 第二版菜单 2 years ago
package.json d410da03af 加入可控的字段版本管理 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 a30b398f2f Merge branch 'next' into windows11 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