1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-27 06:13:27 +08:00

Merge branch 'dev'

This commit is contained in:
2026-07-18 16:06:08 +08:00
52 changed files with 1918 additions and 339 deletions

View File

@@ -42,6 +42,10 @@
"name": "General",
"help": ""
},
"DowntimeMgmt": {
"name": "Downtime Management",
"help": ""
},
"Restart": {
"name": "Restart",
"help": ""
@@ -282,6 +286,10 @@
"name": "Performance Test",
"help": ""
},
"DowntimeFetch": {
"name": "Downtime Fetch",
"help": ""
},
"AzurLaneUncensored": {
"name": "[CN] Uncensored Patch",
"help": ""
@@ -707,6 +715,42 @@
"retire_10": "Retire 10"
}
},
"Downtime": {
"_info": {
"name": "Downtime Info",
"help": "Auto-filled when 'Auto Update Info' is enabled, updated via 'Downtime Fetch' tool, or fill manually"
},
"Window": {
"name": "Time Window",
"help": "Format: YYYY-MM-DD HH:MM~HH:MM; non-CN server users can fill manually"
},
"Title": {
"name": "Notice Title",
"help": "Display only"
}
},
"DowntimeStrategy": {
"_info": {
"name": "Strategy Settings",
"help": "Auto-adjust task scheduling and strategy based on downtime info"
},
"AutoFetch": {
"name": "Auto Update Info",
"help": "CN server only. Fetches downtime maintenance notices from Bilibili Azur Lane official columns\nWhen enabled, the above enabled tasks will automatically fetch CN notices and update 'Downtime Info' on execution"
},
"ManageExercise": {
"name": "Exercise",
"help": "When downtime end time is later than 'Exercise clear threshold', exercise strategy before downtime maintenance on that day will be replaced with 'clear exercise attempts'"
},
"ExerciseClearTime": {
"name": "Exercise clear threshold",
"help": "Format: HH:MM:SS"
},
"ManageDaily": {
"name": "Daily",
"help": "On downtime maintenance day, next run will be delayed to downtime end time to handle possible Emergency Module Development"
}
},
"Campaign": {
"_info": {
"name": "Level Settings",
@@ -1046,24 +1090,34 @@
"name": "Hard Mode Auto-Recommend",
"help": "Auto-fills empty submarine fleet if using via recommend button in Hard Mode"
},
"Mode": {
"name": "Submarine Mode",
"help": "Effective only when auto search disabled. Reminder: 'Hunt and Boss' is actually a mix of 'Hunt Only' and 'Boss Only', it does hunt and summon submarines at boss if available.",
"do_not_use": "Don't Use",
"hunt_only": "Hunt Only",
"boss_only": "BOSS Only",
"hunt_and_boss": "Hunt and BOSS",
"every_combat": "Every Combat"
},
"AutoSearchMode": {
"name": "Submarine Roles in Auto Search",
"help": "Effective only for auto search",
"sub_standby": "Standby",
"sub_auto_call": "Auto Call"
},
"HuntMode": {
"name": "Hunt Mode",
"help": "Effective only when auto search is disabled, adjusts submarine hunting settings in-stage",
"do_not_use": "Standby",
"hunt": "Hunt"
},
"CallMode": {
"name": "Call Submarine",
"help": "Only supports Classic UI. Attempts to call submarines by clicking the call button during combat",
"do_not_use": "Don't Use",
"boss_only": "BOSS Only",
"every_combat": "Every Combat"
},
"Timing": {
"name": "BOSS Battle Call Timing",
"help": "",
"default": "Default (call immediately after entering combat)",
"wait_for_boss": "Wait For BOSS"
},
"DistanceToBoss": {
"name": "Before BOSS battle move the submarine near BOSS",
"help": "Effective only if \"Submarine Mode\" is \"BOSS Only\" or \"Hunt and BOSS\"\nSelecting \"X Grids To BOSS\" needs to ensure that the submarine hunting range can cover the BOSS. Distance is calculated using the Manhattan Distance. Selecting \"Use Open Ocean Support\" requires submarine with aforementioned skill",
"help": "Effective only if \"Call Submarine\" is \"BOSS Only\"\nSelecting \"X Grids To BOSS\" needs to ensure that the submarine hunting range can cover the BOSS. Distance is calculated using the Manhattan Distance. Selecting \"Use Open Ocean Support\" requires submarine with aforementioned skill",
"to_boss_position": "To BOSS Location",
"1_grid_to_boss": "1 Grid To BOSS",
"2_grid_to_boss": "2 Grids To BOSS",
@@ -1552,6 +1606,10 @@
"MinLevel": {
"name": "Add Students with Level >= X Only",
"help": ""
},
"EnableNotify": {
"name": "Notify on Empty Slot",
"help": "Send a notification when there is an empty slot in the Tactical Academy: a ship girl has finished studying and 'Level Skills' is disabled, or enabled but failed to assign a new student"
}
},
"Research": {
@@ -6315,6 +6373,16 @@
"help": "Log back into the game when the game has been ended."
}
},
"DowntimeFetch": {
"_info": {
"name": "Downtime Fetch",
"help": "CN server only. Fetches downtime maintenance notices from Bilibili Azur Lane official columns\nManually trigger to fetch the latest downtime notice and fill 'Downtime Info'"
},
"FetcherTest": {
"name": "Fetcher Test",
"help": "Runs diagnostic tests for network, API, and content parsing; does not update config"
}
},
"Oil": {
"_info": {
"name": "Oil._info.name",

View File

@@ -42,6 +42,10 @@
"name": "通用設定",
"help": ""
},
"DowntimeMgmt": {
"name": "メンテナンス管理",
"help": ""
},
"Restart": {
"name": "再起動設定",
"help": ""
@@ -282,6 +286,10 @@
"name": "機能テスト",
"help": ""
},
"DowntimeFetch": {
"name": "メンテナンス情報取得",
"help": ""
},
"AzurLaneUncensored": {
"name": "中国サーバー規制解除",
"help": ""
@@ -707,6 +715,42 @@
"retire_10": "retire_10"
}
},
"Downtime": {
"_info": {
"name": "メンテナンス情報",
"help": "'自動更新情報'を有効にするとタスクで自動更新、ツールの'メンテナンス情報取得'で更新、または手動入力"
},
"Window": {
"name": "時間枠",
"help": "形式YYYY-MM-DD HH:MM~HH:MM国服以外のユーザーは手動入力可能"
},
"Title": {
"name": "告知タイトル",
"help": "表示のみ"
}
},
"DowntimeStrategy": {
"_info": {
"name": "機能設定",
"help": "メンテナンス情報に基づきタスクスケジュールと戦略を自動調整"
},
"AutoFetch": {
"name": "自動更新情報",
"help": "国服のみ対応。bilibiliアズールレーン公式コラムからメンテナンス告知を取得\n有効にすると、上記の有効なタスク実行時に国服の告知を自動取得し'メンテナンス情報'を更新します"
},
"ManageExercise": {
"name": "演習",
"help": "メンテナンス終了時刻が'演習クリア閾値'より遅い場合、当日のメンテナンス開始前の演習戦略が'演習回数をクリア'に置き換えられます"
},
"ExerciseClearTime": {
"name": "演習クリア閾値",
"help": "形式HH:MM:SS"
},
"ManageDaily": {
"name": "デイリー",
"help": "メンテナンス当日の次回実行時間をメンテナンス終了時刻に設定し、限時兵装訓練に対応します"
}
},
"Campaign": {
"_info": {
"name": "Campaign._info.name",
@@ -1032,42 +1076,52 @@
},
"Submarine": {
"_info": {
"name": "Submarine._info.name",
"help": "Submarine._info.help"
"name": "潜水艦設定",
"help": ""
},
"Fleet": {
"name": "Submarine.Fleet.name",
"help": "Submarine.Fleet.help",
"0": "0",
"name": "潜水艦艦隊番号",
"help": "",
"0": "使用しない",
"1": "1",
"2": "2"
},
"AutoRecommend": {
"name": "Submarine.AutoRecommend.name",
"help": "Submarine.AutoRecommend.help"
},
"Mode": {
"name": "Submarine.Mode.name",
"help": "Submarine.Mode.help",
"do_not_use": "do_not_use",
"hunt_only": "hunt_only",
"boss_only": "boss_only",
"hunt_and_boss": "hunt_and_boss",
"every_combat": "every_combat"
"name": "推薦編成",
"help": "難易度ハードモードで潜水艦艦隊を使用するが未設定の場合、推薦ボタンで自動編成します"
},
"AutoSearchMode": {
"name": "Submarine.AutoSearchMode.name",
"help": "Submarine.AutoSearchMode.help",
"sub_standby": "sub_standby",
"sub_auto_call": "sub_auto_call"
"name": "潜水艦自律索敵設定",
"help": "自律索敵でのみ有効",
"sub_standby": "待機",
"sub_auto_call": "自動召喚"
},
"HuntMode": {
"name": "狩猟モード設定",
"help": "自律索敵を使用しない場合のみ有効、ステージ内で潜水艦の狩猟設定を調整します",
"do_not_use": "待機",
"hunt": "狩猟"
},
"CallMode": {
"name": "潜水艦出撃設定",
"help": "クラシックUIのみ対応。戦闘中にボタンをクリックして潜水艦の召喚を試みます",
"do_not_use": "使用しない",
"boss_only": "BOSS戦のみ",
"every_combat": "毎戦"
},
"Timing": {
"name": "BOSS戦召喚タイミング",
"help": "",
"default": "デフォルト(戦闘開始直後に召喚を試みる)",
"wait_for_boss": "BOSS出現待機"
},
"DistanceToBoss": {
"name": "Submarine.DistanceToBoss.name",
"help": "Submarine.DistanceToBoss.help",
"to_boss_position": "to_boss_position",
"1_grid_to_boss": "1_grid_to_boss",
"2_grid_to_boss": "2_grid_to_boss",
"use_open_ocean_support": "use_open_ocean_support"
"name": "BOSS戦前に潜水艦をBOSS付近に移動",
"help": "\"潜水艦出撃設定\"が\"BOSS戦のみ\"の場合のみ有効\n\"BOSSまでXマス\"を選択する場合、潜水艦の狩猟範囲がBOSSまで届くことを確認してください。距離はマンハッタン距離で計算されます。\"遠洋支援を使用\"を選択する場合はU522/ダ・ヴィンチなどの遠洋支援スキルを持つ艦娘が必要です",
"to_boss_position": "BOSSの位置へ",
"1_grid_to_boss": "BOSSまで1マス",
"2_grid_to_boss": "BOSSまで2マス",
"use_open_ocean_support": "遠洋支援を使用"
}
},
"Emotion": {
@@ -1552,6 +1606,10 @@
"MinLevel": {
"name": "レベルがX以上のキャラクターのみを追加してください。",
"help": ""
},
"EnableNotify": {
"name": "空席通知を送信",
"help": "戦術学院に空席がある時に通知を送信:艦娘が学習を完了し、かつ'新しいスキルを学ぶ'が無効、または有効だが新規生徒の割り当てに失敗した時"
}
},
"Research": {
@@ -6315,6 +6373,16 @@
"help": "GameManager.AutoRestart.help"
}
},
"DowntimeFetch": {
"_info": {
"name": "メンテナンス公告取得",
"help": "国服のみ対応。bilibiliアズールレーン公式コラムからメンテナンス告知を取得\n手動トリガーで最新のメンテナンス告知を取得し'メンテナンス情報'に書き込み"
},
"FetcherTest": {
"name": "機能テスト",
"help": "ネットワーク、API、内容解析の診断テストを実行、設定は更新しない"
}
},
"Oil": {
"_info": {
"name": "Oil._info.name",

View File

@@ -42,6 +42,10 @@
"name": "通用设置",
"help": ""
},
"DowntimeMgmt": {
"name": "停服维护设置",
"help": ""
},
"Restart": {
"name": "重启设置",
"help": ""
@@ -282,6 +286,10 @@
"name": "性能测试",
"help": ""
},
"DowntimeFetch": {
"name": "公告拉取",
"help": ""
},
"AzurLaneUncensored": {
"name": "反和谐",
"help": ""
@@ -707,6 +715,42 @@
"retire_10": "退役10个"
}
},
"Downtime": {
"_info": {
"name": "停服维护信息",
"help": "可在开启'自动拉取信息'后由任务自动更新,也可通过工具的'公告拉取'更新,或手动填写"
},
"Window": {
"name": "时间窗口",
"help": "格式YYYY-MM-DD HH:MM~HH:MM"
},
"Title": {
"name": "公告标题",
"help": "仅作展示"
}
},
"DowntimeStrategy": {
"_info": {
"name": "功能设置",
"help": "基于停服维护信息自动调整任务策略与调度"
},
"AutoFetch": {
"name": "自动拉取信息",
"help": "仅支持国服从B站碧蓝航线官方专栏拉取停服维护公告\n开启后以下启用的任务运行时将自动拉取国服公告并更新'停服维护信息'"
},
"ManageExercise": {
"name": "演习",
"help": "当停服结束时间晚于'演习时间阈值'时,当天停服维护前演习策略将替换为'清空演习次数'"
},
"ExerciseClearTime": {
"name": "演习时间阈值",
"help": "格式HH:MM:SS"
},
"ManageDaily": {
"name": "每日任务",
"help": "停服维护当天的下次运行时间将设为维护结束时,以处理可能的限时兵装训练"
}
},
"Campaign": {
"_info": {
"name": "关卡设置",
@@ -1046,24 +1090,34 @@
"name": "推荐编队",
"help": "困难模式下,如果使用潜艇编队但未配置,会点击推荐自动编队"
},
"Mode": {
"name": "潜艇出击方案",
"help": "仅在自律寻敌关闭的情况下生效,提醒: '狩猎及BOSS战'为'仅狩猎'与'仅BOSS战'的混合它会在道中进行狩猎打击并在BOSS战尝试召唤潜艇。",
"do_not_use": "不使用",
"hunt_only": "仅狩猎",
"boss_only": "仅BOSS战",
"hunt_and_boss": "狩猎及BOSS战",
"every_combat": "每战出击"
},
"AutoSearchMode": {
"name": "潜艇自律方案",
"help": "仅在自律寻敌下生效",
"help": "周回模式潜艇职能设置",
"sub_standby": "待机",
"sub_auto_call": "自动召唤潜艇"
},
"HuntMode": {
"name": "设置狩猎模式",
"help": "仅在关卡不使用自律时生效,在关卡内调整潜艇狩猎设置",
"do_not_use": "待机",
"hunt": "狩猎"
},
"CallMode": {
"name": "潜艇出击方案",
"help": "仅支持经典UI在战斗内通过点击潜艇按钮尝试召唤",
"do_not_use": "不使用",
"boss_only": "仅BOSS战",
"every_combat": "每场战斗"
},
"Timing": {
"name": "BOSS战召唤时机",
"help": "仅支持经典UI",
"default": "默认(进战立即尝试召唤)",
"wait_for_boss": "等待boss出现"
},
"DistanceToBoss": {
"name": "BOSS战前将潜艇移动到BOSS附近",
"help": "仅在\"潜艇出击方案\"为\"仅BOSS战\"及\"狩猎及BOSS战\",时生效\n选择\"距离BOSS X格\"需要保证潜艇狩猎范围能覆盖到BOSS距离使用曼哈顿距离计算选择\"使用远洋支援\"需要潜艇队伍里有U522/达芬奇",
"help": "仅在\"潜艇出击方案\"为\"仅BOSS战\"时生效\n选择\"距离BOSS X格\"需要保证潜艇狩猎范围能覆盖到BOSS距离使用曼哈顿距离计算选择\"使用远洋支援\"需要潜艇队伍里有具备远洋支援技能的舰娘,如U522达芬奇",
"to_boss_position": "至 BOSS 所在位置",
"1_grid_to_boss": "距离 BOSS 1 格",
"2_grid_to_boss": "距离 BOSS 2 格",
@@ -1552,6 +1606,10 @@
"MinLevel": {
"name": "仅添加等级 >= X 的角色",
"help": ""
},
"EnableNotify": {
"name": "推送空位提醒",
"help": "在战术学院有空位时推送通知:舰娘完成学习且未启用'学习新技能',或启用了但指派失败时"
}
},
"Research": {
@@ -6315,6 +6373,16 @@
"help": "游戏被强制结束后自动登录游戏"
}
},
"DowntimeFetch": {
"_info": {
"name": "停服维护公告拉取",
"help": "仅支持国服从B站碧蓝航线官方专栏拉取停服维护公告\n手动触发拉取最新停服维护公告并写入'停服维护信息'"
},
"FetcherTest": {
"name": "功能测试",
"help": "运行网络、API、内容解析的诊断测试不更新配置"
}
},
"Oil": {
"_info": {
"name": "Oil._info.name",

View File

@@ -42,6 +42,10 @@
"name": "通用設定",
"help": ""
},
"DowntimeMgmt": {
"name": "停服維護智能管理",
"help": ""
},
"Restart": {
"name": "重啟設定",
"help": ""
@@ -282,6 +286,10 @@
"name": "性能測試",
"help": ""
},
"DowntimeFetch": {
"name": "公告取得",
"help": ""
},
"AzurLaneUncensored": {
"name": "反和諧",
"help": ""
@@ -707,6 +715,42 @@
"retire_10": "退役10個"
}
},
"Downtime": {
"_info": {
"name": "停服維護資訊",
"help": "可在開啟'自動更新資訊'後由任務自動更新,也可透過工具的'公告取得'更新,或手動填寫"
},
"Window": {
"name": "時間窗口",
"help": "格式YYYY-MM-DD HH:MM~HH:MM非國服用戶可手動填寫"
},
"Title": {
"name": "公告標題",
"help": "僅作展示"
}
},
"DowntimeStrategy": {
"_info": {
"name": "功能設定",
"help": "基於停服維護資訊自動調整任務排程與策略"
},
"AutoFetch": {
"name": "自動更新資訊",
"help": "僅支援國服從B站碧藍航線官方專欄拉取停服維護公告\n開啟後以下啟用的任務執行時將自動拉取國服公告並更新'停服維護資訊'"
},
"ManageExercise": {
"name": "演習",
"help": "當停服結束時間晚於'演習清空閾值'時,當天停服維護前演習策略將替換為'清空演習次數'"
},
"ExerciseClearTime": {
"name": "演習清空閾值",
"help": "格式HH:MM:SS"
},
"ManageDaily": {
"name": "每日任務",
"help": "停服維護當天的下次運行時間將設為維護結束時間,以處理可能的限時兵裝訓練"
}
},
"Campaign": {
"_info": {
"name": "地圖設定",
@@ -1046,24 +1090,34 @@
"name": "推薦編隊",
"help": "困難模式下,如果使用潛艦編隊但未配置,會點擊推薦自動編隊"
},
"Mode": {
"name": "潛艇出擊方案",
"help": "僅在自律尋敵關閉的情況下生效,提醒: '狩獵及BOSS戰'為'僅狩獵'與'僅BOSS戰'的混合它會在道中進行狩獵打擊並在BOSS戰嘗試召喚潛艇。",
"do_not_use": "不使用",
"hunt_only": "僅狩獵",
"boss_only": "僅BOSS",
"hunt_and_boss": "狩獵及BOSS戰",
"every_combat": "每戰出擊"
},
"AutoSearchMode": {
"name": "潛艇自律尋敵方案",
"help": "僅在自律尋敵下生效",
"sub_standby": "待機",
"sub_auto_call": "自動出擊"
},
"HuntMode": {
"name": "設定狩獵模式",
"help": "僅在關卡不使用自律時生效,在關卡內調整潛艇狩獵設定",
"do_not_use": "待機",
"hunt": "狩獵"
},
"CallMode": {
"name": "潛艇出擊方案",
"help": "僅支援經典UI在戰鬥內透過點擊按鈕以嘗試召喚潛艇",
"do_not_use": "不使用",
"boss_only": "僅BOSS戰",
"every_combat": "每場戰鬥"
},
"Timing": {
"name": "BOSS戰召喚時機",
"help": "",
"default": "預設(進戰立即嘗試召喚)",
"wait_for_boss": "等待BOSS出現"
},
"DistanceToBoss": {
"name": "BOSS戰前將潛艇移動到BOSS附近",
"help": "僅在\"潛艇出擊方案\"為\"僅BOSS戰\"及\"狩獵及BOSS戰\"時生效\n選擇\"距離BOSS X格\"需要保證潛艇狩獵範圍能覆蓋到BOSS距離使用曼哈頓距離計算選擇\"使用遠洋支援\"需要潛艇隊伍裡有U522或是達芬奇",
"help": "僅在\"潛艇出擊方案\"為\"僅BOSS戰\"時生效\n選擇\"距離BOSS X格\"需要保證潛艇狩獵範圍能覆蓋到BOSS距離使用曼哈頓距離計算選擇\"使用遠洋支援\"需要潛艇隊伍裡有U522或是達芬奇",
"to_boss_position": "至 BOSS 所在位置",
"1_grid_to_boss": "距離 BOSS 1 格",
"2_grid_to_boss": "距離 BOSS 2 格",
@@ -1552,6 +1606,10 @@
"MinLevel": {
"name": "僅新增等級 >= X 的角色",
"help": ""
},
"EnableNotify": {
"name": "推送空位提醒",
"help": "在戰術學院有空位時推送通知:艦娘完成學習且未啟用'學習新技能',或啟用了但指派失敗時"
}
},
"Research": {
@@ -6315,6 +6373,16 @@
"help": "遊戲被強制結束後自動登錄遊戲"
}
},
"DowntimeFetch": {
"_info": {
"name": "停服維護公告拉取",
"help": "僅支援國服從B站碧藍航線官方專欄拉取停服維護公告\n手動觸發拉取最新停服維護公告並寫入'停服維護資訊'"
},
"FetcherTest": {
"name": "功能測試",
"help": "運行網路、API、內容解析的診斷測試不更新配置"
}
},
"Oil": {
"_info": {
"name": "Oil._info.name",