feat: add plugin marketplace renderer

This commit is contained in:
2026-08-28 18:41:23 +08:00
parent 8b6824a8ba
commit 97c9ad1aad
27 changed files with 1585 additions and 23 deletions

View File

@@ -12,6 +12,7 @@ function projection(enabled = false, projectId = 'local-project') {
schemaVersion: 1 as const,
project: { localProjectId: projectId, durableProjectId: null },
policyStatus: 'current' as const,
unknownPluginIds: [],
items: [{
id: 'makelore.data-service', version: '1.0.0', displayName: '开发数据服务', description: '项目数据',
enabled, state: enabled ? 'configuration_required' as const : 'disabled' as const,