mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:01:26 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
39151b7c8e
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@nocobase/plugin-backup-restore",
|
"name": "@nocobase/plugin-backup-restore",
|
||||||
"displayName": "App backup & restore",
|
"displayName": "App backup & restore (deprecated)",
|
||||||
"displayName.zh-CN": "应用的备份与还原",
|
"displayName.zh-CN": "应用的备份与还原(废弃)",
|
||||||
"description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.",
|
"description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.",
|
||||||
"description.zh-CN": "备份和还原应用,可用于应用的复制、迁移、升级等场景。",
|
"description.zh-CN": "备份和还原应用,可用于应用的复制、迁移、升级等场景。",
|
||||||
"version": "1.4.0-alpha",
|
"version": "1.4.0-alpha",
|
||||||
|
@ -38,7 +38,7 @@ export class PresetNocoBase extends Plugin {
|
|||||||
'client',
|
'client',
|
||||||
'action-import',
|
'action-import',
|
||||||
'action-export',
|
'action-export',
|
||||||
'backup-restore',
|
// 'backup-restore',
|
||||||
'block-iframe',
|
'block-iframe',
|
||||||
'block-workbench',
|
'block-workbench',
|
||||||
'field-formula',
|
'field-formula',
|
||||||
|
Loading…
Reference in New Issue
Block a user