Commit Graph

7 Commits

Author SHA1 Message Date
朴圣佑 29093e08db fix(flow): harden proxy phone and checkout recovery paths 2026-05-04 03:30:43 +08:00
朴圣佑 d851cc4d36 feat(gopay): support GoPay Plus checkout flow 2026-05-04 03:30:43 +08:00
QLHazyCoder 4bb734fd1d 增加Gopay模式 2026-04-30 23:43:02 +08:00
QLHazyCoder 88ceb79af6 修改登陆及后续逻辑,统一使用一个逻辑 2026-04-26 05:22:36 +08:00
QLHazyCoder 6ad866b962 Plua模式开发 2026-04-26 01:41:40 +08:00
QLHazyCoder cbe9b1fabf 抽取cookie清理逻辑为新的第六步 2026-04-17 15:56:19 +08:00
QLHazyCoder 3071f94f7c feat: add step definitions module and integrate with sidepanel
- Introduced a new module for step definitions in `data/step-definitions.js` to manage shared step metadata.
- Updated `sidepanel.html` to dynamically render steps based on the new step definitions module.
- Refactored `sidepanel.js` to utilize the step definitions for rendering and managing step statuses.
- Enhanced tests to validate the step definitions module and its integration with the sidepanel.
- Cleaned up existing tests to ensure they align with the new structure and functionality.
2026-04-17 01:39:46 +08:00