mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-18 15:39:35 +08:00
22 lines
871 B
TypeScript
22 lines
871 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' }
|
|
]
|