清理市场概览残留与 refresh_policy 中的 marketOverview 条目

This commit is contained in:
2569718930@qq.com
2026-05-25 23:06:44 +08:00
parent d1aa3550ba
commit b3aabe61ce
6 changed files with 10 additions and 11 deletions
@@ -21,7 +21,7 @@ export function runTests() {
"MarketOverviewBanner.tsx",
);
const dashboardSource = fs.readFileSync(dashboardPath, "utf8");
const source = fs.readFileSync(bannerPath, "utf8");
const source = fs.existsSync(bannerPath) ? fs.readFileSync(bannerPath, "utf8") : "";
assert(
!source.includes("AI Overview") &&