fix(awooop): 清理 tenants 前台內部識別文案
All checks were successful
Code Review / ai-code-review (push) Successful in 17s
CD Pipeline / tests (push) Successful in 1m38s
CD Pipeline / build-and-deploy (push) Successful in 6m1s
CD Pipeline / post-deploy-checks (push) Successful in 2m50s

This commit is contained in:
Your Name
2026-06-15 08:13:48 +08:00
parent 5c26e58632
commit 471b16ac17
4 changed files with 28 additions and 9 deletions

View File

@@ -304,6 +304,10 @@ def validate(root: Path) -> None:
"github_target_owner_decision_response_v1",
"source_control_ref_truth_owner_response_v1",
"source_control_workflow_secret_name_owner_response_v1",
"awooop_tenant_asset_inventory_v1",
"source-control primary readiness",
"AwoooP tenant table",
"阻塞項 {count}",
"批准!",
"工作視窗",
"My request for Codex",
@@ -357,6 +361,13 @@ def validate(root: Path) -> None:
"My request for Codex",
]:
assert_text_not_contains("frontend.public_sensitive_source_text", public_frontend_source_text, forbidden)
for forbidden in [
'inventory?.schema_version ?? t("loading")',
"upstream={route.upstream_count}",
"admin={route.admin_route_count}",
"ws={route.websocket_route_count}",
]:
assert_text_not_contains("frontend.tenants_visible_internal_implementation_text", awooop_tenants_page, forbidden)
for label, text in [
("awooop_home_page", awooop_home_page),