diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..56627a5 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..3f13b87 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1737974206955 + + + + + + \ No newline at end of file diff --git a/client-webui/.idea/.gitignore b/client-webui/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/client-webui/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/client-webui/.idea/client-webui.iml b/client-webui/.idea/client-webui.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/client-webui/.idea/client-webui.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/client-webui/.idea/deployment.xml b/client-webui/.idea/deployment.xml new file mode 100644 index 0000000..59a1d70 --- /dev/null +++ b/client-webui/.idea/deployment.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/client-webui/.idea/inspectionProfiles/Project_Default.xml b/client-webui/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..7d2bbd5 --- /dev/null +++ b/client-webui/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/client-webui/.idea/inspectionProfiles/profiles_settings.xml b/client-webui/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/client-webui/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/client-webui/.idea/misc.xml b/client-webui/.idea/misc.xml new file mode 100644 index 0000000..1bf32ee --- /dev/null +++ b/client-webui/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/client-webui/.idea/modules.xml b/client-webui/.idea/modules.xml new file mode 100644 index 0000000..c0331f3 --- /dev/null +++ b/client-webui/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/client-webui/.idea/vcs.xml b/client-webui/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/client-webui/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/client-webui/zh.js b/client-webui/zh.js new file mode 100644 index 0000000..e92b081 --- /dev/null +++ b/client-webui/zh.js @@ -0,0 +1,41 @@ +dict = { + server_host: `服务器主机`, + server_host_submit: `更改`, + logout: `注销`, + high_damage_numbers_patch: `高伤害数字补丁`, + skip_mission_start_timer: `跳过任务倒计时`, + simulacrum_blacklisted: `幻影装置的隐藏敌人`, + simulacrum_whitelisted: `幻影装置的默认敌人`, + pause_always_stops_time: `Esc暂停游戏`, + ee_log_in_console: `在控制台输出EE.log`, + fov_override: `视野重写 (0 = 关闭)`, + save_config: `在client_config.json保存更改`, + + camtype: `镜头类型`, + gamecam: `正常`, + freecam: `自由视角`, + lockcam: `原地锁定`, + pos: `位置`, + tp_submit: `传送至`, + custom: `自定义`, + marker: `|TYPE| 在 |DIST|米`, + marker_unk: `通用标记点`, + marker_obj: `标记目标`, + marker_target: `目标`, + marker_surcap: `大型生命维持胶囊`, + marker_surpup: `小型生命维持胶囊`, + marker_a: `A`, + marker_b: `B`, + marker_c: `C`, + marker_wp: `标点`, + marker_focus: `专精球`, + marker_extract: `撤离点`, + + enable_auto_start: `开启自动启动`, + disable_auto_start: `关闭自动启动`, + clear_script_log: `清除脚本日志`, + console: `控制台`, + + err: `与DLL连接丢失。`, + err_retry: `尝试重连。`, +} \ No newline at end of file