Skip to content

Commit

Permalink
fix: notion支持根页面搜索
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Sep 18, 2023
1 parent 00c44b6 commit ef88004
Show file tree
Hide file tree
Showing 7 changed files with 261 additions and 183 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@terwer/eslint-config-custom": "^1.3.6",
"@types/crypto-js": "^4.1.2",
"@types/node": "^18.17.15",
"@types/node": "^18.17.17",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-v8": "^0.34.4",
"@vue/test-utils": "^2.4.1",
Expand All @@ -43,10 +43,10 @@
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vercel": "^32.2.2",
"vercel": "^32.2.4",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-node-polyfills": "^0.14.0",
"vite-plugin-node-polyfills": "^0.14.1",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
},
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.12",
"element-plus": "^2.3.14",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"pinia": "^2.1.6",
Expand All @@ -69,18 +69,18 @@
"siyuan-plugin-picgo": "^1.4.4",
"uuid": "^9.0.1",
"vue": "^3.3.4",
"vue-i18n": "^9.4.0",
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.4",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.43.0",
"zhi-blog-api": "^1.44.2",
"zhi-common": "^1.23.7",
"zhi-device": "^2.3.1",
"zhi-fetch-middleware": "^0.6.4",
"zhi-github-middleware": "^0.4.2",
"zhi-gitlab-middleware": "^0.6.4",
"zhi-lib-base": "^0.5.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.9.8",
"zhi-siyuan-api": "^2.10.2",
"zhi-xmlrpc-middleware": "^0.5.11"
}
}
Loading

0 comments on commit ef88004

Please sign in to comment.