系统级工具

John e24d85e3b5 Merge pull request #1 from Johnhong9527/windows11 1 سال پیش
.vscode 47e40e9413 init 2 سال پیش
docs c45991a916 升级了tauri的版本,加了一个感觉很牛逼的组件 1 سال پیش
public 47e40e9413 init 2 سال پیش
src 66d3c53db4 fixed 类型问题修复 1 سال پیش
src-tauri b6b990004f 全面改为yarn来开发 1 سال پیش
.gitignore 47e40e9413 init 2 سال پیش
README.md 12c28ca316 备份:2023-07-03 2 سال پیش
index.html 4216664ec8 第二版菜单 2 سال پیش
package.json cea823b534 查重的列表页面 1 سال پیش
tsconfig.json ebfdd8ef0b 重复文件布局调整: 10% 1 سال پیش
tsconfig.node.json ebfdd8ef0b 重复文件布局调整: 10% 1 سال پیش
vite.config.ts b6b990004f 全面改为yarn来开发 1 سال پیش
yarn.lock b6b990004f 全面改为yarn来开发 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