// 强制全局使用浅色主题:无论系统设置为何,统一返回 'light' export function useColorScheme(): 'light' { return 'light'; }