清理市场概览残留与 refresh_policy 中的 marketOverview 条目
This commit is contained in:
@@ -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") &&
|
||||
|
||||
Reference in New Issue
Block a user