[ANUE-10376][FE][台股_盤後統計]Layout
refactor: update AsideMyStockItem and AsideMyFund components to use symbolLink for stock detail links
- Replaced the url prop in AsideMyStockItem with a symbolLink function for generating stock detail links.
- Updated AsideMyFund to pass the new symbolLink prop to AsideMyStockItem.
- Adjusted Storybook stories for both components to reflect the changes in props and ensure consistent mock data usage.
Closes ANUE-10376