Skip to content

Commit

Permalink
链接问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
joey998 committed May 20, 2024
1 parent d8ca985 commit d94db65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/backend/linux/linux终端打印文本颜色.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d94db65

Please sign in to comment.