移除不必要的前端拦截
Some checks failed
build / build (api, amd64, linux) (push) Failing after -50s
build / build (api, arm64, linux) (push) Failing after -52s
build / build (api.exe, amd64, windows) (push) Failing after -52s

This commit is contained in:
CN-JS-HuiBai
2026-04-18 16:33:36 +08:00
parent f4af50299c
commit b874d2e258
6 changed files with 309243 additions and 935 deletions

View File

@@ -2327,6 +2327,7 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
},
"common": {
"saving": "Saving...",
"saveFailed": "Failed to save",
"save_success": "Saved automatically",
"placeholder": "Please input",
"autoSaved": "Saved automatically"
@@ -3216,4 +3217,4 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
"deleteError": "Failed to delete plugin"
}
}
};
};

View File

@@ -2223,6 +2223,7 @@ window.XBOARD_TRANSLATIONS['ru-RU'] = {
},
"common": {
"saving": "Сохранение...",
"saveFailed": "Не удалось сохранить",
"save_success": "Автоматически сохранено",
"placeholder": "Текст...",
"autoSaved": "Сохранено"
@@ -3113,4 +3114,4 @@ window.XBOARD_TRANSLATIONS['ru-RU'] = {
"deleteError": "Ошибка удаления плагина"
}
}
};
};

View File

@@ -2261,6 +2261,7 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
},
"common": {
"saving": "保存中...",
"saveFailed": "保存失败",
"save_success": "已自动保存",
"placeholder": "请输入",
"autoSaved": "已自动保存"
@@ -3232,4 +3233,4 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
"deleteError": "插件删除失败"
}
}
};
};

File diff suppressed because one or more lines are too long