feat(canvas-node-manual): enhance input box to support resource references with thumbnail display

This commit is contained in:
HouYunFei
2026-07-17 11:19:34 +08:00
parent 5a27aae99e
commit a2586ffe34
10 changed files with 48 additions and 38 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const tabs = [
{ title: '开发文档', href: '/docs/development/local-development', prefix: '/docs/development' },
{ title: '项目进度', href: '/docs/progress/changelog', prefix: '/docs/progress' },
{ title: '商务合作', href: '/docs/business/business', prefix: '/docs/business' },
{ title: '赞助支持', href: '/docs/support/donate', prefix: '/docs/support' },
{ title: '赞助支持', href: '/docs/support/sponsor', prefix: '/docs/support' },
];
export function DocsTopTabs() {