feat(auth): 实现每日签到功能及签到状态展示 - #132
Open
laoshuikaixue wants to merge 2 commits into
Open
Conversation
laoshuikaixue
commented
Aug 5, 2026
Contributor
- 新增每日签到 API 模块及签到进度模块
- 接口层封装 dailySignin 和 fetchSigninStatus 方法,支持签到及状态查询
- UI 层在导航用户组件添加签到按钮及签到状态展示
- 本地持久化保存当天签到状态,接口失败时可兜底
- 添加多语言支持(中英文)相关签到文案
- 签到成功、重复签到、未登录等状态均给出对应提示信息
- 签到按钮支持加载态及禁用逻辑,避免重复点击
- 新增每日签到 API 模块及签到进度模块 - 接口层封装 dailySignin 和 fetchSigninStatus 方法,支持签到及状态查询 - UI 层在导航用户组件添加签到按钮及签到状态展示 - 本地持久化保存当天签到状态,接口失败时可兜底 - 添加多语言支持(中英文)相关签到文案 - 签到成功、重复签到、未登录等状态均给出对应提示信息 - 签到按钮支持加载态及禁用逻辑,避免重复点击
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.