copilot-swe-agent[bot] a0d167b756 Add comprehensive Mermaid study guide with syntax tips
Co-authored-by: ZiuChen <64892985+ZiuChen@users.noreply.github.com>
2025-08-12 03:55:35 +00:00

23 lines
929 B
TypeScript

export const projects = [
{ text: '超级剪贴板', link: '/project/ClipboardManager/' },
{ text: '超级JavaScript', link: '/project/JSRunner/' },
{ text: '超级Markdown', link: '/project/Markdown/' }
]
export const works = [{ text: '个人作品', link: '/works/' }]
export const notes = [
{ text: 'JavaScript基础', link: '/note/JavaScript' },
{ text: 'CSS基础', link: '/note/CSS' },
{ text: 'JavaScript进阶', link: '/note/JavaScriptEnhanced' },
{ text: '前端工程化', link: '/note/Front-end Engineering' },
{ text: '服务端渲染', link: '/note/SSR' },
{ text: 'React基础', link: '/note/React' },
{ text: 'React Hooks', link: '/note/React Hooks' },
{ text: 'Redux', link: '/note/Redux' },
{ text: 'React Router', link: '/note/React Router' },
{ text: 'MySQL', link: '/note/MySQL' },
{ text: 'Rust', link: '/note/Rust' },
{ text: 'Mermaid图表语法', link: '/note/Mermaid' }
]