From 0badb998147135c75187a0c48f926b665af734c5 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 28 Jun 2026 02:53:51 +0800
Subject: [PATCH] Release 8.1.6 build 20260628.0230

---
 src/Scripts/pro_feature_gate_qa.sh |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/Scripts/pro_feature_gate_qa.sh b/src/Scripts/pro_feature_gate_qa.sh
index ce07fc2..5ce6ff1 100755
--- a/src/Scripts/pro_feature_gate_qa.sh
+++ b/src/Scripts/pro_feature_gate_qa.sh
@@ -128,6 +128,13 @@
 require(preferences, "presentSettingsProPrompt(for: .premiumThemes)", "premium theme selection prompt is missing")
 require(preferences, "proEntitlement.startThemePreview(for: theme)", "premium theme free preview is missing")
 require(preferences, "proEntitlement.stopThemePreview()", "theme preview cleanup is missing")
+require(pro, "func remainingSeconds(at date: Date = Date()) -> Int", "theme preview remaining-seconds helper is missing")
+require(pro, "ceil(endsAt.timeIntervalSince(date))", "theme preview countdown must derive from endsAt")
+require(preferences, "pro.theme.status.previewCountdown", "theme preview status countdown localization is missing")
+require(preferences, "formatThemePreviewCountdown(seconds:", "theme preview countdown formatter is missing")
+require(preferences, ".countdown(text: themePreviewCountdownText ?? \"00:00\")", "current preview theme card must show countdown")
+require(preferences, ".onReceive(themePreviewCountdownTimer)", "theme preview countdown UI timer is missing")
+require(preferences, ".font(.system(size: 10, weight: .semibold, design: .monospaced))", "theme preview card countdown must use monospaced digits")
 
 require(content, "@ObservedObject private var proEntitlement = ProEntitlementCenter.shared", "ContentView does not observe Pro entitlement")
 require(content, "ProEntitlementPolicy.effectiveTheme(for: appGridTheme)", "ContentView does not apply effective Pro theme")

--
Gitblit v1.9.3