This commit is contained in:
JzoNg
2024-03-06 17:38:51 +08:00
parent 067e6b5ae7
commit 4edaa95cbf
11 changed files with 367 additions and 58 deletions

View File

@ -1,11 +1,11 @@
import type { AppMode } from '@/types/app'
export type AppBasicInfo = {
id: string
name: string
mode: AppMode
icon: string
icon_background: string
is_agent: boolean
name: string
description: string
}
export type AppCategory = 'Writing' | 'Translate' | 'HR' | 'Programming' | 'Assistant'