Merge pull request #330 from devchat-ai/feat/modify-url

Add missing URL link updates.
This commit is contained in:
Rankin Zheng 2023-10-23 18:34:58 +08:00 committed by GitHub
commit f71bacb45b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -413,7 +413,7 @@
}
],
"order": 7,
"markdownDescription": "Specify the default llm model for DevChat. [Price of each model](https://devchat.ai/pricing)"
"markdownDescription": "Specify the default llm model for DevChat. [Price of each model](https://web.devchat.ai/pricing)"
},
"DevChat.OpenAI.stream": {
"type": "boolean",
@ -817,4 +817,4 @@
"uuid": "^9.0.0",
"yaml": "^2.3.2"
}
}
}

View File

@ -124,7 +124,7 @@ export default function WechatTip() {
<Group style={{ width: "90%" }}>
<Text size="sm">
Your remaining credit is {formatCurrency(balance, currency)}. Sign
in to <a href={envMap[env].link}>devchat.ai </a>to{" "}
in to <a href={envMap[env].link}>web.devchat.ai </a>to{" "}
{bindWechat ? "purchase more tokens." : "earn additional ¥8"}
</Text>
<LoadingOverlay visible={loading} />

View File

@ -98,7 +98,7 @@ export const ChatStore = types.model('Chat', {
chatModel: 'GPT-3.5',
chatPanelWidth: 300,
disabled: false,
rechargeSite: 'https://devchat.ai/pricing/',
rechargeSite: 'https://web.devchat.ai/pricing/',
features: types.optional(types.frozen(), {})
})
.actions(self => {