Skip to content

Commit

Permalink
feat: 新增qiniu依赖 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 authored Oct 2, 2024
1 parent aee8031 commit fc1134d
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
root: true,
env: {
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"uploadCDN": "node uploadToQiniu.js",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
Expand All @@ -22,6 +23,7 @@
"naive-ui": "^2.39.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qiniu": "^7.13.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vue": "^3.4.26",
Expand Down
Loading

0 comments on commit fc1134d

Please sign in to comment.