feat: add AionUI to chat settings and built-in templates
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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"}}}' },
|
||||||
|
|||||||
Reference in New Issue
Block a user