feat: expand market discovery and auction workflow

This commit is contained in:
leefer
2026-07-24 17:32:28 +08:00
parent fde2728a86
commit 2d2a3aa5e5
46 changed files with 32992 additions and 168 deletions
+3 -1
View File
@@ -84,7 +84,9 @@ class GlobalSearchTests(unittest.TestCase):
self.assertIn('id="globalSearchButton"', html)
self.assertIn('id="globalSearchDialog"', html)
self.assertIn('id="entityDetailDialog"', html)
self.assertIn("日 K 与成交量", html)
self.assertIn("行情走势", html)
self.assertIn('data-entity-detail-chart="daily"', html)
self.assertIn('data-entity-detail-chart="intraday"', html)
self.assertIn('event.key.toLowerCase() !== "k"', script)
self.assertIn('openStock(item.id, { code: item.code', script)
self.assertNotIn('include_notes', script)