diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index b3a0ad03..81cb25f0 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -30,11 +30,6 @@ export const theme: Theme = themePlume({ }, }, plugins: { - // docsearch: { - // apiKey: '111', - // appId: '111', - // indexName: '1234', - // }, shiki: { twoslash: true }, }, }) diff --git a/docs/1.前端/2.工具/caniuse.md b/docs/1.前端/2.工具/caniuse.md index 48ff7083..8d183aaa 100644 --- a/docs/1.前端/2.工具/caniuse.md +++ b/docs/1.前端/2.工具/caniuse.md @@ -3,7 +3,6 @@ title: caniuse createTime: 2020/11/01 06:41:12 permalink: /article/h4z91gyz/ author: pengzhanbo -article: false --- ### 工具 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 449c1137..1532dd70 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -402,6 +402,9 @@ importers: '@vueuse/core': specifier: ^10.8.0 version: 10.8.0(vue@3.4.19) + bcrypt-ts: + specifier: ^5.0.2 + version: 5.0.2 date-fns: specifier: ^3.3.1 version: 3.3.1 @@ -5271,6 +5274,11 @@ packages: resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=} dev: false + /bcrypt-ts@5.0.2: + resolution: {integrity: sha512-gDwQ5784AkkfhHACh3jGcg1hUubyZyeq9AtVd5gXkcyHGVOC+mORjRIHSj+fHfqwY5vxwyBLXQpcfk8MpK0ROg==} + engines: {node: '>=18'} + dev: false + /before-after-hook@2.2.2: resolution: {integrity: sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==} dev: false diff --git a/theme/package.json b/theme/package.json index 6a1ee3ea..0c28da75 100644 --- a/theme/package.json +++ b/theme/package.json @@ -80,6 +80,7 @@ "@vuepress/plugin-theme-data": "2.0.0-rc.15", "@vuepress/plugin-toc": "2.0.0-rc.15", "@vueuse/core": "^10.8.0", + "bcrypt-ts": "^5.0.2", "date-fns": "^3.3.1", "katex": "^0.16.9", "lodash.merge": "^4.6.2",