chore: enchance app config

This commit is contained in:
Joel
2023-04-14 23:09:47 +08:00
parent 97d3a6277d
commit 139adcbb38
6 changed files with 59 additions and 81 deletions

View File

@ -66,7 +66,7 @@ export type ConversationItem = {
introduction: string,
}
export type SiteInfo = {
export type AppInfo = {
title: string
description: string
default_language: Locale