From 9d7fa06cf4858b5f3668d3cd1ad1704c72ac4af7 Mon Sep 17 00:00:00 2001 From: mmdapl <2237221210@qq.com> Date: Wed, 20 Apr 2022 09:31:01 +0800 Subject: [PATCH] 5.20 fix env --- .DS_Store | Bin 10244 -> 10244 bytes docs/.vuepress/config.js | 146 +++++++++++++++++++-------------------- package.json | 16 ++--- 3 files changed, 80 insertions(+), 82 deletions(-) diff --git a/.DS_Store b/.DS_Store index d9759a1bcf92d5efebb63b2ca3d090d12427e3b2..647924edb786156375a3a57bcf68e3f986e74b0c 100644 GIT binary patch delta 512 zcmZn(XbG6$&uF$WU^hRb*<>Dp#r0eadJO3dnG7XBoX(KPkk3%Wkm{L}pPZDFpTxkx zAi%)Dln$iz{(}LK#lXPHkiwA4P{5D_R9y+wU(Aq!rsFD_4pyL!e1>G8N<&nYGK@cg zO6MUNj-+(*O!5B7?t)(RNMbqZhQZ1CxdkA1Fq$j)04XHd+U}&T=6r=i%*%_!CIphR^ zp_T{?hio934pgrT4nq)Mk0A>fI{6HFXeMk#Gl2(Wf(DWiI5e`zgEVe-5h~@`%&zc@ KW%FiXW@Z4g?t>x# delta 159 zcmZn(XbG6$&uFkQU^hRb!DJqR#hfe*DGd1x$qdDlMEWP+6!g-73*@951}Ep|7BBz- zqq%|)kb=wQ=DSQT6cRz`o}4Ent_qhf$UxF+)c`U9E;o6dknQHV!dW~U8~hkIvn%{! Onfy>(d~=%E8zum74k*+B diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index dfc0b36..c95a2d2 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -4,7 +4,7 @@ * @Author: 【B站&公众号】Rong姐姐好可爱 * @Date: 2021-01-19 08:04:19 * @LastEditors: 【B站&公众号】Rong姐姐好可爱 - * @LastEditTime: 2022-04-19 09:19:59 + * @LastEditTime: 2022-04-20 09:30:22 */ module.exports = { title: "计算机应试全家桶", @@ -18,7 +18,7 @@ module.exports = { ["link", { rel: "icon", href: "/fight_favicon.ico" }] ], themeConfig: { - logo: "/favicon.ico", + logo: "/fight_favicon.ico", darkMode: false, // 禁用夜色 navbar: require("./config/navbar"), // 注意这个关键字有所改变 sidebar: require("./config/sidebar"), @@ -37,75 +37,75 @@ module.exports = { search: true, searchMaxSuggestions: 10, }, - plugins: [ - // 全文搜索 参考配置:https://github.com/vuepress/vuepress-next/blob/main/docs/.vuepress/config.ts - ['@vuepress/docsearch', - { - apiKey: '', - indexName: '', - locales: { - '/': { - placeholder: '搜索一下', - translations: { - button: { - buttonText: '搜索一下', - buttonAriaLabel: '搜索一下', - }, - modal: { - searchBox: { - resetButtonTitle: '清除查询条件', - resetButtonAriaLabel: '清除查询条件', - cancelButtonText: '取消', - cancelButtonAriaLabel: '取消' - }, - startScreen: { - recentSearchesTitle: '搜索历史', - noRecentSearchesText: '没有搜索历史', - saveRecentSearchButtonTitle: '保存至搜索历史', - removeRecentSearchButtonTitle: '从搜索历史中移除', - favoriteSearchesTitle: '收藏', - removeFavoriteSearchButtonTitle: '从收藏中移除', - }, - errorScreen: { - titleText: '无法获取结果', - helpText: '你可能需要检查你的网络连接', - }, - footer: { - selectText: '查询', - selectKeyAriaLabel: 'Enter key', - navigateText: '切换', - navigateUpKeyAriaLabel: 'Arrow up', - navigateDownKeyAriaLabel: 'Arrow down', - closeText: '关闭', - closeKeyAriaLabel: 'Escape key', - searchByText: '技术支持', - }, - noResultsScreen: { - noResultsText: '无法找到相关结果', - suggestedQueryText: '你可以尝试查询', - openIssueText: '你认为该查询应该有结果?', - openIssueLinkText: '点击反馈', - }, - }, - } - } - } - }], - // other plugins - // [ - // // 本地全文搜索 - // '@vuepress/plugin-search', - // { - // locales: { - // '/': { - // placeholder: '搜索', - // }, - // '/zh/': { - // placeholder: '搜索', - // }, - // }, - // maxSuggestions: 10 // 显示最大搜索 - // }, - // ], - ] + // plugins: [ + // // 全文搜索 参考配置:https://github.com/vuepress/vuepress-next/blob/main/docs/.vuepress/config.ts + // ['@vuepress/docsearch', + // { + // apiKey: '', + // indexName: '', + // locales: { + // '/': { + // placeholder: '搜索一下', + // translations: { + // button: { + // buttonText: '搜索一下', + // buttonAriaLabel: '搜索一下', + // }, + // modal: { + // searchBox: { + // resetButtonTitle: '清除查询条件', + // resetButtonAriaLabel: '清除查询条件', + // cancelButtonText: '取消', + // cancelButtonAriaLabel: '取消' + // }, + // startScreen: { + // recentSearchesTitle: '搜索历史', + // noRecentSearchesText: '没有搜索历史', + // saveRecentSearchButtonTitle: '保存至搜索历史', + // removeRecentSearchButtonTitle: '从搜索历史中移除', + // favoriteSearchesTitle: '收藏', + // removeFavoriteSearchButtonTitle: '从收藏中移除', + // }, + // errorScreen: { + // titleText: '无法获取结果', + // helpText: '你可能需要检查你的网络连接', + // }, + // footer: { + // selectText: '查询', + // selectKeyAriaLabel: 'Enter key', + // navigateText: '切换', + // navigateUpKeyAriaLabel: 'Arrow up', + // navigateDownKeyAriaLabel: 'Arrow down', + // closeText: '关闭', + // closeKeyAriaLabel: 'Escape key', + // searchByText: '技术支持', + // }, + // noResultsScreen: { + // noResultsText: '无法找到相关结果', + // suggestedQueryText: '你可以尝试查询', + // openIssueText: '你认为该查询应该有结果?', + // openIssueLinkText: '点击反馈', + // }, + // }, + // } + // } + // } + // }], + // // other plugins + // // [ + // // // 本地全文搜索 + // // '@vuepress/plugin-search', + // // { + // // locales: { + // // '/': { + // // placeholder: '搜索', + // // }, + // // '/zh/': { + // // placeholder: '搜索', + // // }, + // // }, + // // maxSuggestions: 10 // 显示最大搜索 + // // }, + // // ], + // ] }; \ No newline at end of file diff --git a/package.json b/package.json index 56002c0..12f05ac 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,15 @@ { - "name": "408CSFamily", - "version": "Beta0.0.1", - "description": "一本有趣的JavaScript合集", - "keywords": [], - "author": "Feng L.H.", - "license": "MIT", + "name": "test", + "version": "1.0.0", + "description": "", + "main": "index.js", "scripts": { "dev": "vuepress dev docs", "build": "vuepress build docs" }, + "author": "", + "license": "ISC", "devDependencies": { - "@vuepress/plugin-docsearch": "^2.0.0-beta.38", - "@vuepress/plugin-search": "^2.0.0-beta.38", "vuepress": "^2.0.0-beta.39" } -} \ No newline at end of file +}