mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-30 11:18:36 +08:00
refactor: remove plugin-backup-restore
This commit is contained in:
parent
41615513f5
commit
c4a3f81762
@ -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.3.14-beta",
|
||||
|
@ -37,7 +37,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