feat: 新增 Agent OS 管理与运行时能力
This commit is contained in:
@@ -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'),
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user