|
vor 1 Jahr | |
---|---|---|
.vscode | vor 2 Jahren | |
docs | vor 1 Jahr | |
public | vor 2 Jahren | |
src | vor 1 Jahr | |
src-tauri | vor 1 Jahr | |
.gitignore | vor 2 Jahren | |
README.md | vor 1 Jahr | |
index.html | vor 2 Jahren | |
mermaid.html | vor 1 Jahr | |
package.json | vor 1 Jahr | |
tsconfig.json | vor 1 Jahr | |
tsconfig.node.json | vor 1 Jahr | |
vite.config.ts | vor 1 Jahr | |
yarn.lock | vor 1 Jahr |
This template should help get you started developing with Tauri, React and Typescript in Vite.
隐藏标题栏
"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 拉取的