feat: 修复所有缺失图标,新增4月待办,更新3月待办内容
This commit is contained in:
@@ -209,15 +209,22 @@ export default sidebar({
|
||||
},
|
||||
{
|
||||
text: "待办事项",
|
||||
icon: "mdi:checklist",
|
||||
icon: "fa6-solid:list-check",
|
||||
collapsible: true,
|
||||
children: [
|
||||
{
|
||||
text: "待办首页",
|
||||
icon: "mdi:home-outline",
|
||||
link: "/work/todo/",
|
||||
},
|
||||
{
|
||||
text: "4月待办",
|
||||
icon: "mdi:calendar-month",
|
||||
link: "/work/todo/2026-04.md",
|
||||
},
|
||||
{
|
||||
text: "3月待办",
|
||||
icon: "mdi:calendar-month",
|
||||
link: "/work/todo/2026-03.md",
|
||||
},
|
||||
],
|
||||
@@ -249,79 +256,88 @@ export default sidebar({
|
||||
"/ai/": [
|
||||
{
|
||||
text: "OpenCode",
|
||||
icon: "mdi:application-braces-outline",
|
||||
icon: "fa6-solid:code",
|
||||
collapsible: true,
|
||||
children: [
|
||||
{
|
||||
text: "opencode-cli",
|
||||
icon: "fa6-solid:terminal",
|
||||
link: "opencode.md",
|
||||
},
|
||||
{
|
||||
text: "opencode-tui",
|
||||
icon: "fa6-solid:desktop",
|
||||
link: "opencode-tui.md",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Superpowers",
|
||||
icon: "mdi:rocket-launch-outline",
|
||||
icon: "fa6-solid:rocket",
|
||||
collapsible: true,
|
||||
prefix: "superpowers/",
|
||||
children: [
|
||||
{
|
||||
text: "superpowers-总览",
|
||||
icon: "fa6-solid:eye",
|
||||
link: "opencode-superpowers-overview.md",
|
||||
},
|
||||
{
|
||||
text: "superpowers",
|
||||
icon: "fa6-solid:bolt",
|
||||
link: "opencode-superpowers.md",
|
||||
},
|
||||
{
|
||||
text: "skills-使用方案汇总",
|
||||
icon: "fa6-solid:book",
|
||||
link: "opencode-skills-playbook.md",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Claude Code",
|
||||
icon: "mdi:source-branch",
|
||||
icon: "fa6-solid:code-branch",
|
||||
collapsible: true,
|
||||
children: [
|
||||
{
|
||||
text: "多分支工作流实战总结(2026)",
|
||||
icon: "fa6-solid:code-merge",
|
||||
link: "claude-code-branch-workflow-2026.md",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "ChatGPT",
|
||||
icon: "mdi:chat-processing-outline",
|
||||
icon: "fa6-solid:comments",
|
||||
collapsible: true,
|
||||
children: [
|
||||
{
|
||||
text: "chatgpt-使用记录与实践",
|
||||
icon: "fa6-solid:message",
|
||||
link: "chatgpt.md",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "OpenClaw",
|
||||
icon: "mdi:robot-outline",
|
||||
icon: "fa6-solid:robot",
|
||||
collapsible: true,
|
||||
children: [
|
||||
{
|
||||
text: "openclaw-24h在线部署实战",
|
||||
icon: "fa6-solid:server",
|
||||
link: "openclaw.md",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "iFlow",
|
||||
icon: "mdi:sitemap-outline",
|
||||
icon: "fa6-solid:diagram-project",
|
||||
collapsible: true,
|
||||
children: [
|
||||
{
|
||||
text: "iflow-流程编排实践记录",
|
||||
icon: "fa6-solid:flow-chart",
|
||||
link: "iflow.md",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user