feat: add AionUI to chat settings and built-in templates

This commit is contained in:
CaIon
2026-03-02 21:19:04 +08:00
parent 29f38f452d
commit 15b7d1c23e
2 changed files with 4 additions and 3 deletions

View File

@@ -13,9 +13,9 @@ var Chats = []map[string]string{
{ {
"Cherry Studio": "cherrystudio://providers/api-keys?v=1&data={cherryConfig}", "Cherry Studio": "cherrystudio://providers/api-keys?v=1&data={cherryConfig}",
}, },
//{ {
// "AionUI": "aionui://provider/add?v=1&data={aionuiConfig}", "AionUI": "aionui://provider/add?v=1&data={aionuiConfig}",
//}, },
{ {
"流畅阅读": "fluentread", "流畅阅读": "fluentread",
}, },

View File

@@ -68,6 +68,7 @@ export default function SettingsChats(props) {
const BUILTIN_TEMPLATES = [ const BUILTIN_TEMPLATES = [
{ name: 'Cherry Studio', url: 'cherrystudio://providers/api-keys?v=1&data={cherryConfig}' }, { name: 'Cherry Studio', url: 'cherrystudio://providers/api-keys?v=1&data={cherryConfig}' },
{ name: 'AionUI', url: 'aionui://provider/add?v=1&data={aionuiConfig}' },
{ name: '流畅阅读', url: 'fluentread' }, { name: '流畅阅读', url: 'fluentread' },
{ name: 'CC Switch', url: 'ccswitch' }, { name: 'CC Switch', url: 'ccswitch' },
{ name: 'Lobe Chat', url: 'https://chat-preview.lobehub.com/?settings={"keyVaults":{"openai":{"apiKey":"{key}","baseURL":"{address}/v1"}}}' }, { name: 'Lobe Chat', url: 'https://chat-preview.lobehub.com/?settings={"keyVaults":{"openai":{"apiKey":"{key}","baseURL":"{address}/v1"}}}' },