mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 22:52:08 +08:00
* fix: referer * fix(i18n): Auto update translations for PR #10124 --------- Co-authored-by: GitHub Action <action@github.com>
7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
export const defaultAppHeaders = () => {
|
|
return {
|
|
'HTTP-Referer': 'https://cherry-ai.com',
|
|
'X-Title': 'Cherry Studio'
|
|
}
|
|
}
|