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