Skip to content

Commit

Permalink
feat: ✨ Add light/dark mode switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 16, 2023
1 parent b9c159b commit c4cfe52
Show file tree
Hide file tree
Showing 7 changed files with 311 additions and 173 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri + Vue + TS</title>
<title>数字签名工具</title>
</head>

<body>
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
"dependencies": {
"@fontsource/noto-sans-sc": "^5.0.16",
"@fontsource/roboto": "^5.0.8",
"@material-design-icons/svg": "^0.14.13",
"@tauri-apps/api": "^1.5.1",
"@vueuse/core": "^10.6.1",
"vue": "^3.3.8",
"vuetify": "^3.4.1"
"vuetify": "^3.4.2"
},
"devDependencies": {
"@iconify-json/ic": "^1.1.14",
"@mdi/js": "^7.3.67",
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^20.9.0",
Expand All @@ -42,9 +43,9 @@
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"typescript": "^5.2.2",
"unplugin-icons": "^0.17.4",
"vite": "^5.0.0",
"vite-plugin-vuetify": "^1.0.2",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.8.22"
},
"browserslist": [
Expand Down
Loading

0 comments on commit c4cfe52

Please sign in to comment.