chore(web): 清理 IwoooS D2 註解語氣
All checks were successful
CD Pipeline / tests (push) Successful in 1m23s
Code Review / ai-code-review (push) Successful in 13s
CD Pipeline / build-and-deploy (push) Successful in 4m18s
CD Pipeline / post-deploy-checks (push) Successful in 1m44s

This commit is contained in:
Your Name
2026-06-05 01:11:44 +08:00
parent 8f8c914a9e
commit 6ccdf199ad
26 changed files with 72 additions and 37 deletions

View File

@@ -30,7 +30,7 @@ import { GlassCard, GlassCardTitle } from '@/components/ui/glass-card'
import { ShieldCheck, Plus, Loader2, Lock, ShieldX, AlertTriangle } from 'lucide-react'
// =============================================================================
// API Configuration (統帥鐵律: 禁止任何 Fallback IP)
// API Configuration (專案鐵律: 禁止任何 Fallback IP)
// =============================================================================
const getApiBaseUrl = (): string => {

View File

@@ -52,7 +52,7 @@ interface PendingApprovalsResponse {
const getApiBaseUrl = (): string => {
if (typeof window === 'undefined') return ''
// 統帥鐵律: 禁止任何 Fallback IP
// 專案鐵律: 禁止任何 Fallback IP
const url = process.env.NEXT_PUBLIC_API_URL
if (!url) {
console.error('[AWOOOI ERROR] Missing NEXT_PUBLIC_API_URL')