Skip to content

Commit

Permalink
feat: 支持Gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 28, 2023
1 parent 74f9875 commit 06f71fb
Show file tree
Hide file tree
Showing 6 changed files with 405 additions and 183 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@terwer/esbuild-config-custom": "^1.2.0",
"@terwer/eslint-config-custom": "^1.3.6",
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.17.11",
"@types/node": "^18.17.12",
"@vitejs/plugin-vue": "^4.3.3",
"@vitest/coverage-v8": "^0.34.3",
"@vue/test-utils": "^2.4.1",
Expand All @@ -53,13 +53,13 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/components": "^10.3.0",
"@vueuse/core": "^10.3.0",
"@vueuse/components": "^10.4.1",
"@vueuse/core": "^10.4.1",
"chatgpt": "^5.2.5",
"cheerio": "1.0.0-rc.12",
"cross-fetch": "^3.1.8",
"crypto-js": "^4.1.1",
"element-plus": "^2.3.10",
"element-plus": "^2.3.12",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"pinia": "^2.1.6",
Expand All @@ -72,14 +72,15 @@
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.34.12",
"zhi-common": "^1.23.5",
"zhi-blog-api": "^1.34.13",
"zhi-common": "^1.23.6",
"zhi-device": "^2.3.1",
"zhi-fetch-middleware": "^0.3.9",
"zhi-fetch-middleware": "^0.3.10",
"zhi-github-middleware": "^0.3.9",
"zhi-gitlab-middleware": "^0.2.4",
"zhi-lib-base": "^0.5.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.5.15",
"zhi-xmlrpc-middleware": "^0.5.9"
"zhi-siyuan-api": "^2.6.1",
"zhi-xmlrpc-middleware": "^0.5.10"
}
}
Loading

0 comments on commit 06f71fb

Please sign in to comment.