Skip to content

Commit

Permalink
feat: 限时模式开发
Browse files Browse the repository at this point in the history
  • Loading branch information
YasinChan committed Dec 19, 2023
1 parent 08f4709 commit 249d322
Show file tree
Hide file tree
Showing 13 changed files with 427 additions and 36 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"lodash": "^4.17.21",
"pinia": "^2.1.4",
"pinyin-pro": "^3.15.4",
"vite-svg-loader": "^5.1.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^2.0.1",
"@types/lodash": "^4.14.202",
"@types/node": "^18.16.17",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
Expand Down
121 changes: 119 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const changeTheme = () => {
<router-link to="/" class="y-menu__item y-menu__item--active">限时模式</router-link>
<router-link to="/words" class="y-menu__item">词/成语模式</router-link>
<router-link to="/quote" class="y-menu__item">句子模式</router-link>
<router-link to="/custom" class="y-menu__item">自定义</router-link>
<router-link to="/keyboard" class="y-menu__item y-menu__keyboard-test"
>键盘测试</router-link
>
Expand Down
1 change: 1 addition & 0 deletions src/assets/svg/change.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/svg/setting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 249d322

Please sign in to comment.