Skip to content

Commit

Permalink
feat: match toast
Browse files Browse the repository at this point in the history
  • Loading branch information
suemor233 committed Oct 8, 2024
1 parent 233e737 commit 5d29864
Show file tree
Hide file tree
Showing 13 changed files with 544 additions and 123 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_API_URL=https://dandan-proxy.suemor.com/api/v2
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ dist
out
.DS_Store
*.log*
.eslintcache
.eslintcache
.env
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint": "eslint",
"lint:fix": "eslint --fix",
"postinstall": "electron-builder install-app-deps",
"prepare": "simple-git-hooks",
"prepare": "pnpm exec simple-git-hooks && shx cp .env.example .env",
"start": "electron-vite preview",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
Expand All @@ -37,21 +37,26 @@
"@egoist/tipc": "^0.3.2",
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"@fontsource/manrope": "^5.0.21",
"@fontsource/noto-sans-sc": "^5.0.20",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@remix-run/router": "^1.19.2",
"@tanstack/react-query": "^5.51.23",
"artplayer": "^5.1.7",
"artplayer-plugin-danmuku": "^5.1.4",
"better-sqlite3": "^11.3.0",
"class-variance-authority": "^0.7.0",
"click-to-react-component": "^1.1.0",
"clsx": "^2.1.1",
"danmu.js": "^1.1.13",
"electron-updater": "^6.1.7",
"fluent-ffmpeg": "^2.1.3",
"jotai": "^2.9.3",
"lodash-es": "^4.17.21",
"lucide-react": "^0.441.0",
Expand All @@ -67,6 +72,7 @@
"@electron-toolkit/tsconfig": "^1.0.1",
"@iconify-json/mingcute": "^1.1.19",
"@iconify/tailwind": "^1.1.2",
"@types/fluent-ffmpeg": "^2.1.26",
"@types/lodash-es": "4.17.12",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
Expand All @@ -85,6 +91,7 @@
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shx": "^0.3.4",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.2",
Expand Down
Loading

0 comments on commit 5d29864

Please sign in to comment.