feat: add plugin marketplace renderer
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user