forked from LIBPS/Disable_Helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisable_helper_config.json
84 lines (84 loc) · 3.36 KB
/
disable_helper_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"display": {
"auto_next_line": false,
"color": "5",
"text": [
"禁用助手 {version} - LIB临时工作室出品\n",
"---------------------------------\n",
"只是一个演示json配置文件是否可行的版本\n",
">"
]
},
"actions": {
"1": {
"end_output": "action '1' done\n",
"action": [
{
"type": "disable",
"prefix": "",
"files": [
"qwq"
]
},
{
"type": "execute",
"code": [
"for i in range(10):",
"\tprint(i)"
]
},
{
"type": "copy",
"prefix": "",
"source": [
"qwq"
],
"target": "awa"
},
{
"type": "delete",
"prefix": "",
"files": [
"qwq"
]
}
]
}
},
"lang": {
"zh_cn": {
"error_parse_config": "[错误] 解析配置文件时出现错误: {Error}\n删除配置文件可 能会解决此问题\n此输出无法在配置文件中更改",
"error_config_debug": "[错误] 引用配置文件时出现错误: {Error}\n\n删除配置文件可能会解决此问题\n按回车会试图复现并展示报错信息...\n",
"error_config_not_debug": "[错误] 引用配置文件时出现错误: {Error}\n\n删除配置文件可能会解决此问题\n按回车继续...\n",
"copy_file_not_found": "[错误] 项目不存在: {source_path}\n",
"copy_no_permission": "[错误] 无法复制或粘贴项目,权限不足: {source_path}\n",
"copy_succeeded": "[提示] 成功将 '{source_path}' 复制到 '{target_path}'\n",
"copy_unknown_error": "[错误] 复制项目时出现未知错误: {Error}\n",
"rename_file_not_found": "[错误] 项目不存在: {old_name}\n",
"rename_no_permission": "[错误] 无法重命名项目,权限不足: {old_name}\n",
"rename_succeeded": "[提示] 已重命名项目至 {new_name}\n",
"rename_unknown_error": "[错误] 重命名项目时出现未知错误: {Error}\n",
"delete_file_not_found": "[错误] 项目不存在: {file_path}\n",
"delete_no_permission": "[错误] 无法删除项目,权限不足: {file_path}\n",
"delete_succeeded": "[提示] 已删除项目 {file_path}\n",
"delete_unknown_error": "[错误] 重命名项目时出现未知错 误: {Error}\n",
"action_rename_complete": "[提示] 操作完成,启用了{enabled_assets_cnt}个项目,禁用了{disabled_assets_cnt}个项目。按回车继续...",
"action_copy_complete": "[提示] 操作完成,复制了项目,至{target_path}。按回车继续...",
"action_execute_complete": "[提示] 操作完成,运行了{run_code_cnt}行python代码。按回车继续...",
"action_delete_complete": "[提示] 操作完成,删了点东西懒得写了。按回车继续...",
"confirm_execute_code": "[提示] 你要执行的操作中包括运行未知的python代码 ,输入任意信息后按回车继续,按回车跳过该操作...",
"confirm_file_delete": "[提示] 你要执行的操作中包括删除文件,输入任意 信息后按回车继续,按回车跳过该操作...",
"file_not_found": "[错误] 项目不存在: {file}\n",
"skip_file": "[提示] 略过了:{file}\n",
"unknown_input": "[提示] 无效输入,请重试...",
"unknown_file_action": "[错误] 未知的文件操作: {action}。按回车 继续..."
}
},
"settings": {
"gui_mode": false,
"debug_mode": true,
"language": "zh_cn",
"confirm_execute_code": true,
"confirm_file_delete": true
}
}