We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd2747 commit 20ccad0Copy full SHA for 20ccad0
2 files changed
.gitignore
@@ -24,4 +24,6 @@ node_modules
24
dist
25
manifest
26
.temp
27
-.obsidian
+.obsidian
28
+.specstory/
29
+**/.DS_Store
.vuepress/config.js
@@ -86,7 +86,7 @@ module.exports = {
86
nav: [
87
{ text: "关于", link: "/about/" },
88
{ text: "博客", link: "https://codelc.com/" },
89
- { text: "推特", link: "https://twitter.com/lcomplete_wild" },
+ { text: "推特", link: "https://x.com/xlcomplete" },
90
{ text: "邮箱订阅", link: "https://coolc.substack.com/" },
91
{ text: "RSS 订阅", link: "https://tech.codelc.com/rss.xml" },
92
{ text: "GitHub", link: "https://github.com/lcomplete/TechShare" },
0 commit comments