9055 Commits

Author SHA1 Message Date
W1NDes
84ae91b54d Upd(webapp): 添加构建脚本, 更新依赖 2026-02-28 02:37:42 +08:00
W1NDes
85b8ed71c6 Feat(viewport): 添加实时触控拖动, 跳帧节省带宽, 和空闲暂停
- 支持实时touch事件流式传输(touch_down/move/up), 拖动即时反馈
- 修复拖动开头触发点击, 绕过minitouch 50ms延迟
- 5s无操作后跳过未变化帧, 300s空闲停止截屏并显示蓝色提示
- 前端事件重构为handlePointerStart/Move/End, 支持10px阈值区分点击和拖动
2026-02-28 02:36:23 +08:00
W1NDes
71e0910216 Revert "Upd(webapp): 适配新npm编译"
This reverts commit c92a1c145f6e5f9647eef66236b8290a3c088a78.
2026-02-27 16:44:46 +08:00
W1NDes
e4435b0a37 Merge branch 'dev' into viewport 2026-02-27 16:18:45 +08:00
W1NDes
9da9b7f6c3 Upd(eventSp): 更新20260226活动的sp图 2026-02-27 06:07:45 +08:00
W1NDes
cab114656e Upd(Event): 更新20260226新活动 2026-02-27 06:01:34 +08:00
W1NDes
592515d747 Add(webui): 添加viewport远程控制
- 实现多种协议的实时画面推送服务(和alas同步)
- 支持触控操作(点击、滑动)和操作互锁
- 支持画质、帧率、分辨率,画幅调节
- 集成到webui界面,可开关显示,支持浅色/深色模式,可独立弹窗,优化手机操控
- 支持密码设置和ssl设置(和alas同步)
2026-02-26 05:43:16 +08:00
W1NDes
51b965150c Fix(webapp): 修复electron http url和证书问题
- 修复electron对于http的固定url问题
- 增加对于证书的容忍性(介于本地客户端的情况)
2026-02-26 05:34:05 +08:00
W1NDes
c92a1c145f Upd(webapp): 适配新npm编译
- 修复文件适配新的npm编译
- 添加编译脚本build.bat
2026-02-26 05:33:02 +08:00
W1NDes
92d1543985 Merge remote-tracking branch 'upstream/master' into dev 2026-02-20 01:43:18 +08:00
LmeSzinc
ad623f6332
Merge pull request #5525 from LmeSzinc/dev
Bug fix
2026-02-19 03:18:06 +08:00
LmeSzinc
c014140c6e Fix: [CN] Remove more dash-like characters (fixed #5522) 2026-02-19 03:14:09 +08:00
gepotumu
a538739910
Fix: infinite loop in _handle_use_box_amount when box count insufficient (#5516)
When requesting more boxes than available (e.g. requesting 8 but only 3
in stack), the amount-setting loop would never exit because the UI caps
at the available count while the script keeps clicking AMOUNT_PLUS.

Added click_count tracking: if multi_click() has been called 2 times
without the amount reaching the target, treat it as the UI cap and break.
Also changed the return value from bool to the actual amount set, so
_storage_use_one_box tracks the correct number of boxes used.
2026-02-19 02:19:08 +08:00
LmeSzinc
0a4f2a89fc Fix: handle raid remain like "915/", "1515" 2026-02-19 02:15:25 +08:00
LmeSzinc
986d825a81 Fix: [EN] UI switch to page_game_room 2026-02-19 01:58:20 +08:00
LmeSzinc
74bbaf8395 Fix: first ui switch must be ui_ensure 2026-02-18 09:10:55 +08:00
LmeSzinc
d99b759a08 Fix: no poor sleep in fleet_preparation_sidebar_ensure 2026-02-18 09:10:55 +08:00
ArecaSapling
102b7eeaf7
Upd: blueprint purchase for DR5 & PR6 (#5518) 2026-02-18 09:10:41 +08:00
W1NDes
9d82c8cc68 Fix(os): 添加大世界自动寻敌超时机制
- 普通区域12分钟超时,特殊区域30分钟超时
- 战斗/事件/按钮点击时重置计时器
- 超时后抛出ScriptError,人工介入
2026-02-16 04:06:05 +08:00
W1NDes
f94782f1ba Upd(config): regular update config 2026-02-14 17:38:34 +08:00
W1NDes
42ca63c840 Merge remote-tracking branch 'upstream/master' into dev 2026-02-14 17:33:29 +08:00
LmeSzinc
cc089b6223
Merge pull request #5515 from LmeSzinc/dev
Add: Spring Auction Adventure (raid_20260212)
2026-02-14 03:44:51 +08:00
LmeSzinc
7eb80ca6f4 Upd: [CN] game server 裁决协议 2026-02-14 03:32:47 +08:00
LmeSzinc
9bb8e191ac Upd: [EN][JP][TW] Raid CHANGWU assets 2026-02-14 03:30:49 +08:00
LmeSzinc
efeb222764 Upd: [TW] Event entrance of raid_20260212 2026-02-14 03:06:07 +08:00
W1NDes
01f54171bd Upd(smallevent): 添加任务打卡 2026-02-14 03:05:26 +08:00
LmeSzinc
11405cf0c3 Fix: [EN] check other buttons for page_academy 2026-02-14 03:00:01 +08:00
LmeSzinc
3623d4c70a
Merge pull request #5508 from sui-feng-cb/event_update
Add: [CN] Spring Auction Adventure (raid_20260212)
2026-02-14 02:32:28 +08:00
W1NDes
be6a9fe522 Fix(osFleet): 添加debuff情况下的队伍切换 2026-02-13 22:03:25 +08:00
W1NDes
4f3ab19d7d Upd(raid): 提高共斗每日的优先级 2026-02-13 17:17:16 +08:00
sui-feng-cb
5ab18b27fd Fix: use cnocr for CHANGWU_OCR_REMAIN_* 2026-02-12 20:28:24 +08:00
W1NDes
a48a3fbed0 Fix(raid): 修复每日共斗的剩余次数识别 2026-02-12 20:06:46 +08:00
W1NDes
831ed23717 Upd(config): regular update config 2026-02-12 18:40:48 +08:00
sui-feng-cb
9fd62b7840 Add: [CN] Spring Auction Adventure (raid_20260212) 2026-02-12 18:39:59 +08:00
sui-feng-cb
7e6b87bee8 Add: [CN] Spring Auction Adventure (raid_20260212) 2026-02-12 16:44:24 +08:00
LmeSzinc
eb73b3cfd8
Bug fix (#5505)
* Merge pull request #5500 from sui-feng-cb/event_update

Fix: raid_20240328 ex

* Upd: Battle UI Ancient

* Upd: [EN] TEMPLATE_REVELATIONS_OF_DUST

---------

Co-authored-by: ArecaSapling <115386623+sui-feng-cb@users.noreply.github.com>
2026-02-09 23:42:27 +08:00
LmeSzinc
7118c30fea Upd: [EN] TEMPLATE_REVELATIONS_OF_DUST 2026-02-09 23:40:21 +08:00
LmeSzinc
7d9e77e4fd Upd: Battle UI Ancient 2026-02-09 23:31:47 +08:00
ArecaSapling
5a32d9444c
Merge pull request #5500 from sui-feng-cb/event_update
Fix: raid_20240328 ex
2026-02-09 23:23:20 +08:00
W1NDes
78c2a9bfe9 Fix(raid): 添加共斗活动低心情处理 2026-02-08 01:51:50 +08:00
W1NDes
9f022c8188 Add(raid): 共斗添加队伍推荐 2026-02-07 02:47:35 +08:00
W1NDes
af654d71e1 Add(raid): 共斗添加stage_increase 2026-02-07 02:31:10 +08:00
W1NDes
ad1c8ad311 Merge remote-tracking branch 'upstream/master' into dev 2026-02-07 01:44:52 +08:00
LmeSzinc
cd1ef2cf95
Merge pull request #5499 from LmeSzinc/dev
Dev
2026-02-06 21:29:17 +08:00
LmeSzinc
0a0e41c07f
Merge pull request #5495 from sui-feng-cb/event_update
Upd: raid_20240328 rerun
2026-02-06 21:28:46 +08:00
sui-feng-cb
7e1a2322a6 Fix: use _raid_has_oil_icon for new UI design 2026-02-05 21:44:55 +08:00
sui-feng-cb
a4fec2e2a0 Upd: raid_20240328 rerun 2026-02-05 20:47:33 +08:00
guoh064
eb33bdd747
Fix: slow retrial for MISSION_OVERVIEW_ACCEPT(_SINGLE) (#5487) 2026-02-04 18:26:41 +08:00
W1NDes
0a4c3e82b9 Merge remote-tracking branch 'upstream/master' into dev 2026-01-31 03:32:29 +08:00
LmeSzinc
b99311a001
Merge pull request #5485 from LmeSzinc/dev
Dev
2026-01-31 03:26:21 +08:00