diff --git a/.vitepress/config.mts b/.vitepress/config.mts index b2d5088..37e5045 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -9,19 +9,6 @@ export default defineConfig({ description: "github,个人博客", srcDir: './src', base: '/blog/', - ignoreDeadLinks: [ - /https:\/\/zh.wikipedia.org\/wiki/, - // ignore exact url "/playground" - // '/playground', - // ignore all localhost links - // /^https?:\/\/localhost/, - // ignore all links include "/repl/"" - // /\/repl\//, - // // custom function, ignore all links include "ignore" - // (url) => { - // return url.toLowerCase().includes('ignore') - // } - ], themeConfig: { // https://vitepress.dev/reference/default-theme-config diff --git "a/src/backend/linux/linux\347\273\210\347\253\257\346\211\223\345\215\260\346\226\207\346\234\254\351\242\234\350\211\262.md" "b/src/backend/linux/linux\347\273\210\347\253\257\346\211\223\345\215\260\346\226\207\346\234\254\351\242\234\350\211\262.md" index bf496f4..da9c9e8 100644 --- "a/src/backend/linux/linux\347\273\210\347\253\257\346\211\223\345\215\260\346\226\207\346\234\254\351\242\234\350\211\262.md" +++ "b/src/backend/linux/linux\347\273\210\347\253\257\346\211\223\345\215\260\346\226\207\346\234\254\351\242\234\350\211\262.md" @@ -8,5 +8,5 @@ title: 终端打印文本的颜色 console.log('\033[34m\033[47mno files to show! \n\033[47mfds\n') ``` 具体看下面链接 -[颜色参考链接(wiki需翻墙)]([https://zh.wikipedia.org/wiki/ANSI%E8%BD%AC%E4%B9%89%E5%BA%8F%E5%88%97#%E9%80%89%E6%8B%A9%E5%9B%BE%E5%BD%A2%E5%86%8D%E7%8E%B0%EF%BC%88SGR%EF%BC%89%E5%8F%82%E6%95%B0](https://zh.wikipedia.org/wiki/ANSI%E8%BD%AC%E4%B9%89%E5%BA%8F%E5%88%97#%E9%80%89%E6%8B%A9%E5%9B%BE%E5%BD%A2%E5%86%8D%E7%8E%B0%EF%BC%88SGR%EF%BC%89%E5%8F%82%E6%95%B0)) +[颜色参考链接(wiki需翻墙)](https://zh.wikipedia.org/wiki/ANSI%E8%BD%AC%E4%B9%89%E5%BA%8F%E5%88%97#%E9%80%89%E6%8B%A9%E5%9B%BE%E5%BD%A2%E5%86%8D%E7%8E%B0%EF%BC%88SGR%EF%BC%89%E5%8F%82%E6%95%B0) [https://zh.wikipedia.org/wiki/ANSI%E8%BD%AC%E4%B9%89%E5%BA%8F%E5%88%97#%E9%80%89%E6%8B%A9%E5%9B%BE%E5%BD%A2%E5%86%8D%E7%8E%B0%EF%BC%88SGR%EF%BC%89%E5%8F%82%E6%95%B0](https://zh.wikipedia.org/wiki/ANSI%E8%BD%AC%E4%B9%89%E5%BA%8F%E5%88%97#%E9%80%89%E6%8B%A9%E5%9B%BE%E5%BD%A2%E5%86%8D%E7%8E%B0%EF%BC%88SGR%EF%BC%89%E5%8F%82%E6%95%B0)