feat: 新增 Agent OS 管理与运行时能力

This commit is contained in:
2026-03-01 22:33:55 +08:00
parent 84b0209b03
commit 8f23ec49cf
58 changed files with 4432 additions and 46 deletions
@@ -95,6 +95,13 @@ export async function ProjectSidebar({ project, locale }: ProjectSidebarProps) {
issues: githubInfo.issues,
license: githubInfo.license
}}
labels={{
header: t('githubStatsTitle'),
starsTitle: t('githubStatsViewStars'),
forksTitle: t('githubStatsViewForks'),
issuesTitle: t('githubStatsViewIssues'),
licenseTitle: t('githubStatsViewLicense'),
}}
/>
)}