Skip to content

Commit

Permalink
feat: 新版挂件-适配博客园配置
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jul 28, 2023
1 parent d1ba9e7 commit 3aab48e
Show file tree
Hide file tree
Showing 18 changed files with 595 additions and 573 deletions.
1 change: 1 addition & 0 deletions components.d.ts
Expand Up @@ -11,6 +11,7 @@ declare module '@vue/runtime-core' {
export interface GlobalComponents {
BackPage: typeof import('./src/components/common/BackPage.vue')['default']
ChangeLocal: typeof import('./src/components/set/preference/ChangeLocal.vue')['default']
CnblogsSetting: typeof import('./src/components/set/publish/singleplatform/metaweblog/CnblogsSetting.vue')['default']
CnblogsTest: typeof import('./src/components/test/CnblogsTest.vue')['default']
ElAlert: typeof import('element-plus/es')['ElAlert']
ElBadge: typeof import('element-plus/es')['ElBadge']
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"serve": "bash scripts/serve.sh",
"serveWin": "scripts\\serve.cmd",
"dev": "BUILD_TYPE=siyuan vite build --watch",
"devWin":"cmd /C \"set BUILD_TYPE=siyuan && vite build --watch\"",
"devWin": "cmd /C \"set BUILD_TYPE=siyuan && vite build --watch\"",
"build": "BUILD_TYPE=siyuan vite build",
"staticBuild": "BUILD_TYPE=static vite build",
"vercelBuild": "BUILD_TYPE=vercel vite build",
Expand All @@ -24,9 +24,9 @@
},
"devDependencies": {
"@terwer/eslint-config-custom": "^1.3.6",
"@types/node": "^18.16.19",
"@types/node": "^18.17.1",
"@vitejs/plugin-vue": "^4.2.3",
"fast-glob": "^3.3.0",
"fast-glob": "^3.3.1",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-node-polyfills": "^0.2.1",
Expand All @@ -35,12 +35,12 @@
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.24.1",
"vercel": "^29.4.0",
"vite": "^4.4.4",
"vite": "^4.4.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-node-polyfills": "^0.8.2",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.5"
"vue-tsc": "^1.8.8"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
Expand All @@ -49,20 +49,20 @@
"cross-fetch": "^3.1.8",
"element-plus": "^2.3.8",
"js-base64": "^3.7.5",
"pinia": "^2.1.4",
"pinia": "^2.1.6",
"shorthash2": "^1.0.3",
"simple-xmlrpc": "^1.4.2",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.13.5",
"zhi-blog-api": "^1.15.0",
"zhi-common": "^1.11.5",
"zhi-device": "^2.3.0",
"zhi-fetch-middleware": "^0.1.19",
"zhi-lib-base": "^0.4.2",
"zhi-siyuan-api": "^1.26.0",
"zhi-siyuan-api": "^1.27.1",
"zhi-xmlrpc-middleware": "^0.2.19"
}
}

0 comments on commit 3aab48e

Please sign in to comment.