rebuild(stage-8): deliver market insight workspaces

This commit is contained in:
leefer
2026-07-30 04:12:04 +08:00
parent a18e8e9d27
commit 976a5cac03
39 changed files with 3671 additions and 14 deletions
@@ -18,7 +18,10 @@ const locked = computed(
() => ["screener", "mentor", "heaven"].includes(workspace.value.key) && !session.account?.smart_access,
);
const implementedMarket = computed(() =>
["emotion", "pool", "broken", "limit-down", "yesterday", "performance", "ladder", "rotation"].includes(
[
"emotion", "pool", "broken", "limit-down", "yesterday", "performance", "ladder",
"rotation", "auction", "themes", "popularity", "dragon-list",
].includes(
workspace.value.key,
),
);