Skip to content

Commit

Permalink
refactor: 尝试上传文件
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 28, 2023
1 parent b0e4866 commit 749852b
Show file tree
Hide file tree
Showing 12 changed files with 1,108 additions and 294 deletions.
2 changes: 2 additions & 0 deletions .depcheckrc
@@ -0,0 +1,2 @@
ignores: ["eslint-*", "@terwer*", "typescript", "vercel", "vue-eslint-parser", "vue-eslint-parser", "vue-tsc", "@terwer/eslint-config-custom", "@vueuse/components"]
skip-missing: true
1 change: 1 addition & 0 deletions .eslintrc.cjs
Expand Up @@ -20,6 +20,7 @@ module.exports = {
semi: "off",
quotes: "off",
"no-undef": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-non-null-assertion": "off",
Expand Down
2 changes: 2 additions & 0 deletions custom.d.ts
Expand Up @@ -23,5 +23,7 @@
* questions.
*/


declare module "vite-plugin-html"

declare module "node:buffer"
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -19,27 +19,28 @@
"package": "pnpm widget && pnpm ext && pnpm ext -t firefox"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@terwer/eslint-config-custom": "^1.2.0",
"@types/node": "^18.16.16",
"@vitejs/plugin-vue": "^4.2.3",
"fast-glob": "^3.2.12",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-node-polyfills": "^0.2.1",
"stylus": "^0.59.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.16.2",
"unplugin-vue-components": "^0.24.1",
"vercel": "^29.4.0",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-node-polyfills": "^0.8.2",
"vue-tsc": "^1.6.5"
},
"dependencies": {
"@vueuse/components": "^10.1.2",
"@vueuse/core": "^10.1.2",
"element-plus": "^2.3.5",
"form-data": "^4.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.1",
Expand All @@ -49,6 +50,6 @@
"zhi-env": "^1.17.2",
"zhi-lib-base": "^0.0.2",
"zhi-log": "^1.13.3",
"zhi-siyuan-api": "^1.3.2"
"zhi-siyuan-api": "^1.3.4"
}
}

0 comments on commit 749852b

Please sign in to comment.