chore: 文档内容更新

This commit is contained in:
ZiuChen
2025-08-02 13:12:13 +08:00
parent c42a9c5f64
commit b5b98aa9f6
8 changed files with 214 additions and 143 deletions

View File

@@ -1,13 +1,10 @@
export const projects = [
{ text: '超级剪贴板', link: '/project/ClipboardManager/' },
{ text: '超级Markdown', link: '/project/Markdown/' },
{ text: '超级JavaScript', link: '/project/JSRunner/' }
{ text: '超级JavaScript', link: '/project/JSRunner/' },
{ text: '超级Markdown', link: '/project/Markdown/' }
]
export const works = [
{ text: '个人作品', link: '/works/opensource' },
{ text: '社区贡献', link: '/works/contribution' }
]
export const works = [{ text: '个人作品', link: '/works/' }]
export const notes = [
{ text: 'JavaScript基础', link: '/note/JavaScript' },