新增百余项 DLC 并全面升级对局体验 - #83
Draft
yafeng2003 wants to merge 27 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动概述
背景与影响
原实现主要围绕基础升级规则搭建,规则状态、动作可用性和界面反馈分散在多个大组件中;旧 Bot 缺少完整亮主和战术决策能力,牌桌视觉及部分反馈也沿用早期方案。本次把新增 DLC 的规则数据、运行逻辑和客户端展示系统性接通,同时升级 Bot 与整体牌桌体验。
玩家可以直接体验百余种 DLC 规则组合、更完整的正常牌局 Bot,以及更清晰现代的牌桌布局和动画反馈。
验证
npm run test:rules:241 项服务端规则测试通过npm run test:bot:2 局 WhoDesigned Bot 完整牌局通过,0 次策略回退npm run test:unit:70 项客户端单元测试通过npm run build:客户端生产构建通过git diff --cached --check:通过