feat: add change user-config

This commit is contained in:
2025-04-03 19:22:41 +08:00
parent 1e10c8529e
commit 521255c1af
25 changed files with 1667 additions and 762 deletions

View File

@@ -75,6 +75,8 @@
"Detect Config Tips": "From the json configuration data of the uploaded [config/1.0.0] path.",
"Upload Config": "Upload Config",
"Upload Config Tips": "Upload the configuration to the default configuration of the [upload/1.0.0] path, and open the configuration item.",
"User Config": "User Config",
"User Config Tips": "User Config, configure the default homepage and other custom attributes of the entry page.",
"Workspace Config": "Workspace Config",
"Workspace Config Tips": "Set the default workspace, when there is no specific space to open, the default workspace will be opened. The collection information module, the position of the added resource, will be placed here by default. For example, the WeChat public account's essay.",
"Add Config Tips": "Add configuration, when the key exists, the data update of the key will be queried first, if the key does not exist, the new configuration will be added.",
@@ -84,5 +86,6 @@
"delete_directory": "Delete Directory",
"delete_directory_success": "Delete directory success",
"create_directory": "Create Directory",
"create_directory_success": "Create directory success"
"create_directory_success": "Create directory success",
"Apply Change Name": "Apply Change Name"
}

View File

@@ -75,6 +75,8 @@
"Detect Config Tips": "从上传的 [config/1.0.0] 路径的的json的配置的数据同步过来。",
"Upload Config": "上传配置",
"Upload Config Tips": "上传配置到 [upload/1.0.0] 路径的默认配置,打开配置项。",
"User Config": "用户配置",
"User Config Tips": "用户配置,配置进入页面的默认首页等自定义属性",
"Workspace Config": "工作空间配置",
"Workspace Config Tips": "设置默认的工作空间,当没有打开具体的空间的时候,默认打开的工作空间。收集信息的模块,添加的资源的位置,默认放到这里。比如,微信公众号的随笔。",
"Add Config Tips": "添加配置当key存在的时候会优先查询key数据的更新如果key不存在则新增配置。",
@@ -84,5 +86,6 @@
"delete_directory": "删除目录",
"delete_directory_success": "删除目录成功",
"create_directory": "创建目录",
"create_directory_success": "创建目录成功"
"create_directory_success": "创建目录成功",
"Apply Change Name": "申请修改名称"
}