Skip to content

Commit 0249f78

Browse files
authored
Merge pull request #14 from fox5352/12-autostart-desktop
added app settings menu and autostart feature
2 parents 746d760 + 5d11af7 commit 0249f78

File tree

12 files changed

+986
-45
lines changed

12 files changed

+986
-45
lines changed

package-lock.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
"@mui/material": "^6.4.2",
2323
"@mui/styled-engine-sc": "^6.4.2",
2424
"@tauri-apps/api": "^2",
25+
"@tauri-apps/plugin-autostart": "^2.3.0",
2526
"@tauri-apps/plugin-dialog": "^2.2.0",
2627
"@tauri-apps/plugin-fs": "^2.2.0",
2728
"@tauri-apps/plugin-opener": "^2",
2829
"@tauri-apps/plugin-shell": "^2.2.0",
30+
"@tauri-apps/plugin-sql": "^2.2.0",
2931
"axios": "^1.8.3",
3032
"crypto-js": "^4.2.0",
3133
"qrcode.react": "^4.2.0",
@@ -37,13 +39,13 @@
3739
"zustand": "^5.0.3"
3840
},
3941
"devDependencies": {
40-
"cross-env": "^7.0.3",
4142
"@tauri-apps/cli": "^2",
4243
"@types/crypto-js": "^4.2.2",
4344
"@types/react": "^18.3.1",
4445
"@types/react-dom": "^18.3.1",
4546
"@vitejs/plugin-react": "^4.3.4",
4647
"autoprefixer": "^10.4.20",
48+
"cross-env": "^7.0.3",
4749
"postcss": "^8.5.1",
4850
"tailwindcss": "^4.0.1",
4951
"typescript": "~5.6.2",

0 commit comments

Comments
 (0)