mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 21:35:52 +08:00
feat: update contact email address
This commit is contained in:
parent
7845c676f1
commit
7c4555eed0
@ -55,7 +55,7 @@ const AboutSettings: FC = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const mailto = async () => {
|
const mailto = async () => {
|
||||||
const email = 'kangfenmao@qq.com'
|
const email = 'support@cherry-ai.com'
|
||||||
const subject = `${APP_NAME} Feedback`
|
const subject = `${APP_NAME} Feedback`
|
||||||
const version = (await window.api.getAppInfo()).version
|
const version = (await window.api.getAppInfo()).version
|
||||||
const platform = window.electron.process.platform
|
const platform = window.electron.process.platform
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user