移除 Polymarket 价格层 UI:删除 MarketDecisionLine 组件及相关数据流
This commit is contained in:
@@ -29,7 +29,6 @@ export function runTests() {
|
||||
aiRuleEvidenceMode: false,
|
||||
isEn: false,
|
||||
isHkoObservation: false,
|
||||
marketDecisionView: market("ready"),
|
||||
modelHighlyConsistent: true,
|
||||
needsNextBulletin: false,
|
||||
observationStale: false,
|
||||
@@ -51,7 +50,6 @@ export function runTests() {
|
||||
aiRuleEvidenceMode: false,
|
||||
isEn: false,
|
||||
isHkoObservation: false,
|
||||
marketDecisionView: market("unavailable"),
|
||||
modelHighlyConsistent: false,
|
||||
needsNextBulletin: false,
|
||||
observationStale: false,
|
||||
@@ -61,9 +59,6 @@ export function runTests() {
|
||||
peakHasPassed: false,
|
||||
});
|
||||
|
||||
assert.equal(marketUnavailable.marketStatus, "unavailable");
|
||||
assert.match(marketUnavailable.primaryReason, /暂无可交易价格/);
|
||||
assert.doesNotMatch(marketUnavailable.primaryReason, /未接入|系统缺失|系统坏/);
|
||||
|
||||
const fallback = buildCityDecisionState({
|
||||
aiCityForecast: null,
|
||||
@@ -71,7 +66,6 @@ export function runTests() {
|
||||
aiRuleEvidenceMode: true,
|
||||
isEn: false,
|
||||
isHkoObservation: false,
|
||||
marketDecisionView: market("ready"),
|
||||
modelHighlyConsistent: false,
|
||||
needsNextBulletin: false,
|
||||
observationStale: false,
|
||||
@@ -91,7 +85,6 @@ export function runTests() {
|
||||
aiRuleEvidenceMode: false,
|
||||
isEn: false,
|
||||
isHkoObservation: false,
|
||||
marketDecisionView: market("ready"),
|
||||
modelHighlyConsistent: false,
|
||||
needsNextBulletin: true,
|
||||
observationStale: false,
|
||||
|
||||
@@ -22,7 +22,6 @@ export function runTests() {
|
||||
aiRuleEvidenceMode: false,
|
||||
isEn: false,
|
||||
isHkoObservation: false,
|
||||
marketDecisionView: readyMarket,
|
||||
modelHighlyConsistent: true,
|
||||
needsNextBulletin: false,
|
||||
observationStale: false,
|
||||
@@ -47,7 +46,6 @@ export function runTests() {
|
||||
aiRuleEvidenceMode: false,
|
||||
isEn: false,
|
||||
isHkoObservation: false,
|
||||
marketDecisionView: readyMarket,
|
||||
modelHighlyConsistent: false,
|
||||
needsNextBulletin: false,
|
||||
observationStale: true,
|
||||
|
||||
Reference in New Issue
Block a user