Skip to content

Commit

Permalink
fix: 修复AI提示字符超出问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 25, 2023
1 parent d9d624c commit 6f7af83
Show file tree
Hide file tree
Showing 11 changed files with 388 additions and 244 deletions.
20 changes: 10 additions & 10 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.9",
"@types/node": "^18.17.11",
"@vitejs/plugin-vue": "^4.3.3",
"@vitest/coverage-v8": "^0.34.2",
"@vue/test-utils": "^2.4.1",
Expand All @@ -41,10 +41,10 @@
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.59.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vercel": "^32.0.1",
"vercel": "^32.1.0",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-node-polyfills": "^0.11.3",
Expand All @@ -59,7 +59,7 @@
"cheerio": "1.0.0-rc.12",
"cross-fetch": "^3.1.8",
"crypto-js": "^4.1.1",
"element-plus": "^2.3.9",
"element-plus": "^2.3.10",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"pinia": "^2.1.6",
Expand All @@ -72,14 +72,14 @@
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.34.6",
"zhi-common": "^1.23.2",
"zhi-blog-api": "^1.34.10",
"zhi-common": "^1.23.5",
"zhi-device": "^2.3.1",
"zhi-fetch-middleware": "^0.3.6",
"zhi-github-middleware": "^0.3.6",
"zhi-fetch-middleware": "^0.3.9",
"zhi-github-middleware": "^0.3.9",
"zhi-lib-base": "^0.4.4",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.5.9",
"zhi-xmlrpc-middleware": "^0.5.6"
"zhi-siyuan-api": "^2.5.13",
"zhi-xmlrpc-middleware": "^0.5.9"
}
}
Loading

0 comments on commit 6f7af83

Please sign in to comment.