import type { AppItem, Locale } from '../types/app' import appsJson from './apps.json' export const apps: AppItem[] = appsJson as AppItem[] export const categoryLabel: Record> = { all: { 'zh-CN': '全部', 'en-US': 'All', }, tools: { 'zh-CN': '工具', 'en-US': 'Tools', }, }