diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 8e92b5b9..00000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "permissions": { - "allow": [ - "Read(//Users/qiye/**)", - "Bash(npm run lint:check)", - "Bash(npm run build)", - "Bash(chmod +x /Users/qiye/Desktop/jzqy/vf_react/scripts/*.sh)", - "Bash(node scripts/parseIndustryCSV.js)", - "Bash(cat:*)", - "Bash(npm cache clean --force)", - "Bash(npm install)", - "Bash(npm run start:mock)", - "Bash(npm install fsevents@latest --save-optional --force)", - "Bash(python -m py_compile:*)", - "Bash(ps -p 20502,53360 -o pid,command)", - "Bash(mkdir -p /Users/qiye/Desktop/jzqy/vf_react/docs/graduation)" - ], - "deny": [], - "ask": [] - } -} diff --git a/src/views/Community/components/StockDetailPanel.js b/src/views/Community/components/StockDetailPanel.js index ade3fd51..97a2fe72 100644 --- a/src/views/Community/components/StockDetailPanel.js +++ b/src/views/Community/components/StockDetailPanel.js @@ -12,12 +12,12 @@ import { getApiBase } from '../../../utils/apiConfig'; // Custom Hooks import { useSubscription } from '../../../hooks/useSubscription'; -import { useEventStocks } from './hooks/useEventStocks'; -import { useWatchlist } from './hooks/useWatchlist'; -import { useStockMonitoring } from './hooks/useStockMonitoring'; +import { useEventStocks } from './StockDetailPanel/hooks/useEventStocks'; +import { useWatchlist } from './StockDetailPanel/hooks/useWatchlist'; +import { useStockMonitoring } from './StockDetailPanel/hooks/useStockMonitoring'; // Components -import { RelatedStocksTab, LockedContent } from './components'; +import { RelatedStocksTab, LockedContent } from './StockDetailPanel/components'; import RelatedConcepts from '../../EventDetail/components/RelatedConcepts'; import HistoricalEvents from '../../EventDetail/components/HistoricalEvents'; import TransmissionChainAnalysis from '../../EventDetail/components/TransmissionChainAnalysis';