feat: update contact email address

This commit is contained in:
kangfenmao 2025-01-20 12:20:46 +08:00
parent 798a6e8c3e
commit f86a274cd3

View File

@ -55,7 +55,7 @@ const AboutSettings: FC = () => {
}
const mailto = async () => {
const email = 'kangfenmao@qq.com'
const email = 'support@cherry-ai.com'
const subject = `${APP_NAME} Feedback`
const version = (await window.api.getAppInfo()).version
const platform = window.electron.process.platform