From d94db65fd4ea3a49d14ea2ba309ad37639123fef Mon Sep 17 00:00:00 2001 From: tedjmzhang <2273243363@qq.com> Date: Tue, 21 May 2024 01:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=BE=E6=8E=A5=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 13 ------------- ...\226\207\346\234\254\351\242\234\350\211\262.md" | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) 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)