6 lines
129 B
TypeScript
Raw Normal View History

2026-03-31 21:21:46 +08:00
export const sentinelApps: string[] = []
export function getSentinelCategory(_appName: string): string | null {
return null
}