refactor: unify Zustand stores, align deps, and consolidate CI#231
Closed
159357254680 wants to merge 4 commits into
Closed
refactor: unify Zustand stores, align deps, and consolidate CI#231159357254680 wants to merge 4 commits into
159357254680 wants to merge 4 commits into
Conversation
add the feature of feedback
…iene Move API access into domain stores with load strategies, migrate pages off direct request calls, sync plaza comment counts after replies, and remove myrepo.bundle from version control. Co-authored-by: Cursor <cursoragent@cursor.com>
Unify @tarojs packages on 4.0.6, upgrade babel-preset-taro from 3.x, match @typescript-eslint plugin/parser versions, and add babel peers required by the Taro 4 preset. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace duplicate workflows with parallel lint and weapp build jobs, add yarn immutable install, concurrency cancellation, manual dispatch, and dist artifacts. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
loadData/sourceLabel约定)管理加载与状态;新增/增强 auth、feedback、notification、research、class、evaluate/question detail & publish、grade、guide 等 domain store。@tarojs/*统一至 4.0.6,babel-preset-taro/eslint-config-taro升级至 4.x,@typescript-eslint对齐 ^7.18;本地yarn build:weapp已通过。incrementEvaluationCommentCount+ActionItem同步 props)。myrepo.bundle移出 git、更新.gitignore;CI 合并为单一 workflow(并行 lint + weapp build,immutable install,artifact 上传)。Test plan
yarn build:weapp构建通过Made with Cursor