Skip to content

Commit

Permalink
Merge pull request #77 from tolerious/feat/refactor-app
Browse files Browse the repository at this point in the history
🎨 Refactor APP
  • Loading branch information
tolerious authored Oct 6, 2024
2 parents f7a10da + ba4d061 commit b680c74
Show file tree
Hide file tree
Showing 18 changed files with 860 additions and 1,125 deletions.
20 changes: 0 additions & 20 deletions .vscode/extensions.json

This file was deleted.

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Stylish Reader 英语学习软件
[![Burning English Frontend CI](https://github.com/tolerious/English-Burning-Frontend/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/tolerious/English-Burning-Frontend/actions/workflows/node.js.yml)

[![Stylish Reader APP CI](https://github.com/tolerious/Stylish-Reader-APP/actions/workflows/node.js.yml/badge.svg)](https://github.com/tolerious/Stylish-Reader-APP/actions/workflows/node.js.yml)

作为一个英语学习的爱好者,我深知单词对于英语学习的重要性。这也是这款软件创建的初衷,希望它能够成为英语爱好者们的好帮手。

Expand All @@ -13,11 +14,8 @@

## 计划开发的功能

具体可以参照 [Issues 列表](https://github.com/tolerious/English-Burning-Frontend/labels/enhancement)中的 `Enhancement` 标签。


具体可以参照 [Issues 列表](https://github.com/tolerious/Stylish-Reader-APP/issues)中的 `Enhancement` 标签。

## ScreenShot


![Alt text](Animation.gif)
2 changes: 2 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ declare module 'vue' {
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElOption: typeof import('element-plus/es')['ElOption']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,25 @@
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.7.7",
"element-plus": "^2.8.2",
"chart.js": "^4.4.4",
"element-plus": "^2.8.4",
"html2canvas": "^1.4.1",
"less": "^4.2.0",
"less-loader": "^11.1.4",
"lodash-es": "^4.17.21",
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"uuid": "^9.0.1",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node18": "^2.0.1",
"@types/jsdom": "^21.1.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.50",
"@types/node": "^18.19.54",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^7.1.0",
Expand All @@ -45,18 +46,18 @@
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.20",
"cypress": "^12.17.4",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-vue": "^9.28.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.6",
"tailwindcss": "^3.4.10",
"start-server-and-test": "^2.0.8",
"tailwindcss": "^3.4.13",
"typescript": "~5.0.4",
"vite": "^4.5.3",
"vite-plugin-vue-devtools": "^7.4.4",
"vite": "^4.5.5",
"vite-plugin-vue-devtools": "^7.4.6",
"vitest": "^0.32.4",
"vue-tsc": "^1.8.27"
}
Expand Down
Loading

0 comments on commit b680c74

Please sign in to comment.