ci: establish trusted quality baseline

This commit is contained in:
2026-07-15 17:34:17 +08:00
parent c277b3e6ca
commit 86ffbbcdbc
7 changed files with 136 additions and 17 deletions
+2
View File
@@ -52,6 +52,8 @@ describe("User", () => {
platform: "web",
country: "Hong Kong",
countryCode: "HK",
fbAsid: "",
fbPsid: "",
intimacy: 0,
dolBalance: 0,
creditBalance: 0,
+2
View File
@@ -15,6 +15,8 @@ export class User {
declare readonly platform: string;
declare readonly country: string;
declare readonly countryCode: string;
declare readonly fbAsid: string;
declare readonly fbPsid: string;
declare readonly intimacy: number;
declare readonly dolBalance: number;
declare readonly creditBalance: number;