feat: 添加store

This commit is contained in:
2025-03-23 21:43:15 +08:00
parent cbbb48af97
commit ef50106e5c
9 changed files with 105 additions and 28 deletions

View File

@@ -71,5 +71,13 @@
"content-type": "Content Type",
"app-source": "App Source",
"app-version": "App Version",
"Detect": "Detect"
"Detect": "Detect",
"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.",
"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.",
"VIP Config": "VIP Config",
"VIP Config Tips": "VIP Config, only the admin can configure."
}

View File

@@ -71,5 +71,13 @@
"content-type": "内容类型",
"app-source": "应用来源",
"app-version": "应用版本",
"Detect": "检测"
"Detect": "检测",
"Detect Config Tips": "从上传的 [config/1.0.0] 路径的的json的配置的数据同步过来。",
"Upload Config": "上传配置",
"Upload Config Tips": "上传配置到 [upload/1.0.0] 路径的默认配置,打开配置项。",
"Workspace Config": "工作空间配置",
"Workspace Config Tips": "设置默认的工作空间,当没有打开具体的空间的时候,默认打开的工作空间。收集信息的模块,添加的资源的位置,默认放到这里。比如,微信公众号的随笔。",
"Add Config Tips": "添加配置当key存在的时候会优先查询key数据的更新如果key不存在则新增配置。",
"VIP Config": "VIP配置",
"VIP Config Tips": "VIP配置只有管理员才能配置。"
}