fix(coding): remediate ML-07 plugin authority
This commit is contained in:
@@ -16,6 +16,8 @@ function projection() {
|
||||
items: [{
|
||||
id: 'makelore.data-service',
|
||||
version: '1.0.0',
|
||||
contractVersion: 1,
|
||||
requiresBackend: true,
|
||||
displayName: '开发数据服务',
|
||||
description: '项目数据',
|
||||
enabled: false,
|
||||
@@ -27,6 +29,10 @@ function projection() {
|
||||
operations: [{
|
||||
id: 'inspect',
|
||||
billing: { mode: 'included', availability: 'available', notice: 'Fixed quotas apply' },
|
||||
tool: {
|
||||
name: 'data_service_inspect', label: 'Inspect', description: 'Inspect data',
|
||||
mutation: 'read', permissions: ['project.data.read'],
|
||||
},
|
||||
}],
|
||||
}],
|
||||
settingsSurface: 'data-service',
|
||||
|
||||
Reference in New Issue
Block a user