Skip to content

Commit c2debe6

Browse files
committed
refactor: update to bangumi v0 search api with tauri-plugin-http and UA
1 parent 06b74f5 commit c2debe6

8 files changed

Lines changed: 542 additions & 42 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -19,6 +19,7 @@
1919
"@tauri-apps/plugin-autostart": "~2.5.0",
2020
"@tauri-apps/plugin-dialog": "~2.3.1",
2121
"@tauri-apps/plugin-fs": "~2.4.1",
22+
"@tauri-apps/plugin-http": "^2.5.1",
2223
"@tauri-apps/plugin-shell": "~2.3.0",
2324
"@tauri-apps/plugin-sql": "~2.3.0",
2425
"@toolpad/core": "^0.16.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)