• Joined on 2024-11-23
xiaji pushed to main at xiaji/game-cards 2026-06-05 19:55:27 +08:00
c6aa60a5cd docs: rewrite README to reflect current state (training mode + recent features)
xiaji pushed to main at xiaji/game-cards-poker-design 2026-06-04 22:23:48 +08:00
944ea856d0 fix: reorder URL patterns so library/ is matched before str:pk/
xiaji pushed to main at xiaji/game-cards-poker-design 2026-06-04 22:15:42 +08:00
ebf0f51f94 refactor: image offset controls from sliders to number inputs
xiaji pushed to main at xiaji/game-cards-poker-design 2026-06-04 22:09:03 +08:00
aed831fc8c fix: joker images stretch to fill body area equally for big/small
xiaji pushed to main at xiaji/game-cards-poker-design 2026-06-04 21:57:00 +08:00
194e42a026 fix: joker symmetry images positioned in top/bottom halves separately
xiaji pushed to main at xiaji/ppt 2026-06-04 20:09:18 +08:00
e063255a8a 更新 PPTX 文件
xiaji pushed to main at xiaji/ppt 2026-06-04 15:11:35 +08:00
122ae7571c 新增PPT文件和更新配置
xiaji pushed to main at xiaji/game-cards-poker-design 2026-06-03 22:50:09 +08:00
5e7eb5115d feat: Editor watches back_design changes for re-render
ffc5e3d0fc feat: DesignPanel switches between front and back design
Compare 2 commits »
xiaji pushed to main at xiaji/game-cards-poker-design 2026-06-03 22:46:16 +08:00
1da35e4eab feat: add effectiveBackDesign and patchBackDesign to store
76934eb094 feat: drawBackSide uses back_design with pattern color tint
5724cb7d97 feat: add DEFAULT_BACK_DESIGN and getEffectiveBackDesign
8050ec3e06 feat: use back_design for back rendering in export
8b99784c91 feat: initialize back_design when applying template
Compare 7 commits »
xiaji pushed to main at xiaji/ppt 2026-06-03 11:56:42 +08:00
5e311e61c9 更新参考资料和PPT提示词文件
xiaji pushed to main at xiaji/temp-file-trans 2026-06-02 22:24:27 +08:00
7e78c07b42 docs: translate README to Chinese
xiaji pushed to main at xiaji/temp-file-trans 2026-06-02 22:11:38 +08:00
bbca5a404c docs: add API call methods documentation on homepage
xiaji pushed to main at xiaji/game-cards 2026-06-02 21:57:42 +08:00
ae89194ecd fix(core): type get_hand as Array[Card] and use for-loop copy for dict reads
xiaji pushed to main at xiaji/game-cards 2026-06-02 21:45:53 +08:00
85d2f63466 feat(ui): lift selected card 25px with tween animation
xiaji pushed to main at xiaji/game-cards 2026-06-02 21:34:40 +08:00
24ee21f24c fix(ui): use float division for table card start_x
xiaji pushed to main at xiaji/game-cards 2026-06-02 21:22:38 +08:00
15fbe7ee08 fix(core): use for-loop copy in _make_result to avoid Array.duplicate type loss
deeb2088d1 fix(ui): use for-loop copy in _show_table_cards to avoid Array.duplicate type loss
Compare 2 commits »
xiaji pushed to main at xiaji/game-cards 2026-06-02 21:12:31 +08:00
edbbb64421 refactor(ui): table cards parent from TableLabel to TableCardRoot
4fa4207f8c feat(ui): flight animation + commentary on card play
8f21f4dbab feat(ui): add commentary helpers and constants
9ef3d61139 docs: add mouse_filter=2 to CommentaryLabel in Task 3 plan
76a1306477 feat(ui): add CommentaryLabel and TableCardRoot nodes
Compare 10 commits »
xiaji pushed to main at xiaji/game-cards-poker-design 2026-06-02 15:09:03 +08:00
7417a4a893 feat: 模板预设机制 - 4 套模板各绑一组 JQK/Joker + 背景
xiaji pushed to main at xiaji/game-cards-poker-design 2026-06-02 14:40:46 +08:00
5ca000b8ab feat: 预设素材库 - 4 套主题 × 4 张图 = 16 张 PNG
xiaji pushed to main at xiaji/game-cards-poker-design 2026-06-02 10:10:13 +08:00
0a22a0c0d2 fix: 大小王角标不显示 — background_color 被全局白底覆盖