.2051048338900192:7a9bc2ce0f42554808b1b950ff5a7f7d_69e3ab468e226773e220f7f1.69e3b7228e226773e220f944.69e3b7219a53d5506e04daec:Trae CN.T(2026/4/19 00:53:54)#56
Open
qiean41-max wants to merge 3 commits into
Conversation
- 新增货币工具模块,包含货币格式化、符号获取等功能 - 在全局状态中添加默认货币设置 - 修改交易组件以支持不同货币显示 - 更新余额、收支统计组件支持多币种分组显示 - 添加货币选择器和相关样式 - 在添加交易表单中集成货币选择功能
添加基础货币选择器和相关状态管理 实现货币转换计算工具函数 更新余额和收支组件以支持多货币显示 添加相关样式支持新功能
移除与默认货币相关的状态和逻辑,包括SET_DEFAULT_CURRENCY action、defaultCurrency状态以及相关组件代码。所有未指定货币的交易将默认使用USD,以简化代码结构。
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.
功能完成