feat: use toast instead of alert

This commit is contained in:
Yifei Zhang
2023-03-21 14:56:27 +00:00
parent 2badfbd619
commit 4af8c26d02
7 changed files with 286 additions and 118 deletions

View File

@@ -26,6 +26,7 @@ const cn = {
},
Home: {
NewChat: '新的聊天',
DeleteChat: '确认删除选中的对话?',
},
Settings: {
Title: '设置',

View File

@@ -27,6 +27,7 @@ const en: LocaleType = {
},
Home: {
NewChat: 'New Chat',
DeleteChat: 'Confirm to delete the selected conversation?',
},
Settings: {
Title: 'Settings',