erio
ed8a9d975b
fix: batch 1 audit fixes — quota SQL fixed mode, public recharge URL, WebSearch bool fallback, UpdatePlan validation
H1: incrementUsageBillingAccountQuota now uses shared dailyExpiredExpr/weeklyExpiredExpr
constants (supporting fixed reset mode) instead of hardcoded '24 hours'/'168 hours'
H4: public settings endpoint now maps balance_low_notify_recharge_url
H6: GetWebSearchEmulationMode tolerates legacy bool values (true→enabled)
H7: UpdatePlan validates non-nil patch fields (rejects negative price, empty name, etc.)
H8: UsageTable accountBilled() helper with total_cost ?? 0 null guard
H9: AdminUsageLog TS type adds channel_id + billing_tier
M2: account.go "fixed" literals replaced with thresholdTypeFixed constant
M13: SystemSettings TS type adds web_search_emulation_enabled
UI: QuotaLimitCard title labels now use flex-1 to align with flex-1 input boxes
2026-04-14 09:32:11 +08:00
..
2026-03-24 19:27:51 +08:00
2026-03-14 17:13:30 +08:00
2026-02-12 03:47:06 +08:00
2026-01-04 15:36:00 +08:00
2026-03-15 11:26:42 +08:00
2026-03-16 04:58:58 +08:00
2026-04-05 17:11:01 +08:00
2026-02-28 15:01:20 +08:00
2026-04-13 07:34:07 +08:00
2026-03-24 19:27:51 +08:00
2026-04-14 09:31:32 +08:00
2026-02-24 16:48:16 +08:00
2026-04-14 09:31:32 +08:00
2026-01-03 06:34:00 -08:00
2026-03-15 17:46:58 +08:00
2026-04-05 17:19:27 +08:00
2026-03-07 19:06:59 +08:00
2026-04-14 09:32:11 +08:00
2026-04-14 09:30:02 +08:00
2026-04-05 17:19:27 +08:00
2026-02-09 10:39:09 +08:00
2026-03-08 06:59:53 +08:00
2026-03-17 19:23:35 +08:00