新增接口访问封装
新增插件市场页面 新增用户登录机制
Showing
auto-imports.d.ts
0 → 100644
components.d.ts
0 → 100644
This diff is collapsed.
| ... | ... | @@ -9,17 +9,21 @@ |
| "build:fonts": "node scripts/build-fonts" | ||
| }, | ||
| "dependencies": { | ||
| "@element-plus/icons-vue": "^2.1.0", | ||
| "@icon-park/vue-next": "^1.4.2", | ||
| "animate.css": "^4.1.1", | ||
| "axios": "^1.6.2", | ||
| "chartist": "^1.3.0", | ||
| "clipboard": "^2.0.11", | ||
| "core-js": "^3.8.3", | ||
| "crypto-js": "^4.0.0", | ||
| "dexie": "3.0.3", | ||
| "element-plus": "^2.4.2", | ||
| "file-saver": "^2.0.5", | ||
| "hfmath": "0.0.2", | ||
| "html-to-image": "^1.11.11", | ||
| "lodash": "^4.17.21", | ||
| "md5-ts": "^0.1.6", | ||
| "mitt": "^3.0.1", | ||
| "nanoid": "^4.0.2", | ||
| "number-precision": "^1.6.0", | ||
| ... | ... | @@ -63,6 +67,7 @@ |
| "@vue/cli-service": "~5.0.0", | ||
| "@vue/compiler-sfc": "^3.3.7", | ||
| "@vue/eslint-config-typescript": "^11.0.2", | ||
| "babel-plugin-component": "^1.1.1", | ||
| "babel-plugin-import": "^1.13.3", | ||
| "eslint": "^8.34.0", | ||
| "eslint-plugin-vue": "^9.9.0", | ||
| ... | ... | @@ -75,7 +80,9 @@ |
| "stylelint-config-html": "^1.1.0", | ||
| "stylelint-config-standard": "^34.0.0", | ||
| "stylelint-webpack-plugin": "^4.1.1", | ||
| "typescript": "~4.7.4" | ||
| "typescript": "~4.7.4", | ||
| "unplugin-auto-import": "^0.16.7", | ||
| "unplugin-vue-components": "^0.25.2" | ||
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| ... | ... |
src/assets/styles/common.css
0 → 100644
src/configs/axios.ts
0 → 100644
src/services/LineService.ts
0 → 100644
src/services/UserService.ts
0 → 100644
src/store/user.ts
0 → 100644
src/utils/request.ts
0 → 100644
src/views/Market/Index.vue
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment