Skip to content

Commit

Permalink
Merge pull request #123 from alley-rs/dev
Browse files Browse the repository at this point in the history
chore(deps): tauri 升级到正式版 v2
  • Loading branch information
thep0y authored Oct 5, 2024
2 parents ec1cbc7 + ebe4f34 commit e115e4e
Show file tree
Hide file tree
Showing 6 changed files with 605 additions and 271 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@

软件很简单,不需要太多说明,启动后即可明白如何使用。

![主界面](docs/images/lsar.avif)
![主界面](docs/images/light.avif)

![主界面](docs/images/dark.avif)

## 隐私收集

本程序将会创建一个随机有 UUID 作为设备标识,用来统计本程序的打开次数,除此之外不会收集任何用户信息。
本程序将会随机生成一个 UUID 作为设备标识,用来统计本程序的打开次数,除此之外不会收集任何用户信息。

统计打开次数的目的只为了统计活跃用户数量。

Expand Down
File renamed without changes.
Binary file added docs/images/light.avif
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.0.0-rc.5",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0-rc.2",
"@tauri-apps/plugin-dialog": "^2.0.0-rc.1",
"@tauri-apps/plugin-shell": "^2.0.0-rc.1",
"@tauri-apps/api": "^2.0.1",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-updater": "2.0.0-rc.1",
"alley-components": "^0.3.6",
"buffer": "^6.0.3",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@tauri-apps/cli": "^2.0.0-rc.16",
"@types/node": "^22.7.2",
"@biomejs/biome": "^1.9.3",
"@tauri-apps/cli": "^2.0.1",
"@types/node": "^22.7.4",
"cross-env": "^7.0.3",
"sass": "^1.79.3",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-solid": "^2.10.2"
Expand Down
Loading

0 comments on commit e115e4e

Please sign in to comment.