板块资金流向 - #92
Open
meliauk wants to merge 121 commits into
Open
Conversation
- 添加 ignoredVersion 状态记录用户忽略的更新版本 - 检查更新时,如果版本与用户忽略的版本相同则不显示 badge - 修复子路径部署时 Service Worker 路径问题
- 关闭弹窗后将 ignoredVersion 存入 localStorage - 初始化时从 localStorage 读取已忽略的更新版本 - 检查更新时,如果远程版本已被用户忽略,则不再显示 badge
- 新增 SectorFlowModal 组件,展示板块列表、涨跌幅、资金流入流出 - 支持实时搜索并添加板块(调用东方财富搜索接口) - 支持删除已添加的板块 - 每分钟自动刷新板块数据 - 数据持久化到 localStorage - 根据基金列表自动初始化相关板块 - 替换 GitHub 图标为板块资金流向入口
# Conflicts: # app/page.jsx
(cherry picked from commit 6900e20)
(cherry picked from commit 122f07a)
(cherry picked from commit 1b71a8f)
(cherry picked from commit 32309d5)
(cherry picked from commit a1eee99)
(cherry picked from commit 8a0f9fd)
(cherry picked from commit 2e194e2)
(cherry picked from commit 4827e86)
(cherry picked from commit bfa6b09)
(cherry picked from commit ef4a263)
(cherry picked from commit 01fbb4f)
(cherry picked from commit 5831ef1)
(cherry picked from commit 50f220f)
(cherry picked from commit ce578ec)
(cherry picked from commit 9199f61)
(cherry picked from commit 7221461)
(cherry picked from commit 10fd1f7)
(cherry picked from commit 773377b)
(cherry picked from commit fa64666)
(cherry picked from commit ff680db)
(cherry picked from commit 728d336)
(cherry picked from commit 3e20364)
(cherry picked from commit 0ea6f56)
(cherry picked from commit 5645e58)
(cherry picked from commit 6f3cb88)
(cherry picked from commit 4dd967a)
(cherry picked from commit f3dcbe5)
(cherry picked from commit 9532378)
(cherry picked from commit 0553abb)
(cherry picked from commit e6992c9)
(cherry picked from commit 73879bb)
# Conflicts: # AGENTS.md # app/api/fund.js # app/assets/weChatGroup.jpg # app/components/AddTagDialog.jsx # app/components/Announcement.jsx # app/components/Common.jsx # app/components/FundCard.jsx # app/components/FundConvertModal.jsx # app/components/FundDailyEarnings.jsx # app/components/FundDailyEarningsDetailModal.jsx # app/components/FundHistoryNetValueModal.jsx # app/components/FundTagsEditDialog.jsx # app/components/GroupAccountSummaryCard.jsx # app/components/GroupSummary.jsx # app/components/HoldingActionModal.jsx # app/components/Icons.jsx # app/components/LoginModal.jsx # app/components/MarketIndexAccordion.jsx # app/components/MarketSettingModal.jsx # app/components/MobileFundTable.jsx # app/components/MobileSettingModal.jsx # app/components/MyEarningsCalendarPage.jsx # app/components/PcFundTable.jsx # app/components/PcTableSettingModal.jsx # app/components/RefreshButton.jsx # app/components/ScanButton.jsx # app/components/ScanImportConfirmModal.jsx # app/components/SelectFundSingleModal.jsx # app/components/SelectHoldingGroupModal.jsx # app/components/SettingsModal.jsx # app/components/SortSettingModal.jsx # app/components/SuccessModal.jsx # app/components/SyncPersonalSettingsModal.jsx # app/components/TradeModal.jsx # app/components/UpdateChecker.jsx # app/components/UserMenu.jsx # app/hooks/useFundFuzzyMatcher.js # app/hooks/useIsMobile.js # app/hooks/useNavHeights.js # app/hooks/useScanImport.js # app/hooks/useTheme.js # app/hooks/useTradingDay.js # app/lib/asyncHelper.js # app/lib/dailyEarnings.js # app/lib/fundHelpers.js # app/lib/valuationTimeseries.js # app/page.jsx # app/stores/index.js # app/stores/storageStore.js # components/ui/dialog.jsx # components/ui/drawer.jsx # doc/supabase.sql # doc/weChatGroupDevelop.jpg # package-lock.json # package.json # postcss.config.mjs
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.
No description provided.