mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-24 04:59:19 +08:00
feat: use toast instead of alert
This commit is contained in:
@@ -26,6 +26,7 @@ const cn = {
|
||||
},
|
||||
Home: {
|
||||
NewChat: '新的聊天',
|
||||
DeleteChat: '确认删除选中的对话?',
|
||||
},
|
||||
Settings: {
|
||||
Title: '设置',
|
||||
|
@@ -27,6 +27,7 @@ const en: LocaleType = {
|
||||
},
|
||||
Home: {
|
||||
NewChat: 'New Chat',
|
||||
DeleteChat: 'Confirm to delete the selected conversation?',
|
||||
},
|
||||
Settings: {
|
||||
Title: 'Settings',
|
||||
|
Reference in New Issue
Block a user