mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 11:20:07 +08:00
feat(miniapps): add Grok / X (#5706)
This commit is contained in:
parent
c789348767
commit
d700822505
BIN
src/renderer/src/assets/images/apps/grok-x.png
Normal file
BIN
src/renderer/src/assets/images/apps/grok-x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
@ -18,6 +18,7 @@ import GeminiAppLogo from '@renderer/assets/images/apps/gemini.png?url'
|
||||
import GensparkLogo from '@renderer/assets/images/apps/genspark.jpg?url'
|
||||
import GithubCopilotLogo from '@renderer/assets/images/apps/github-copilot.webp?url'
|
||||
import GrokAppLogo from '@renderer/assets/images/apps/grok.png?url'
|
||||
import GrokXAppLogo from '@renderer/assets/images/apps/grok-x.png?url'
|
||||
import HikaLogo from '@renderer/assets/images/apps/hika.webp?url'
|
||||
import HuggingChatLogo from '@renderer/assets/images/apps/huggingchat.svg?url'
|
||||
import KimiAppLogo from '@renderer/assets/images/apps/kimi.webp?url'
|
||||
@ -290,6 +291,13 @@ export const DEFAULT_MIN_APPS: MinAppType[] = [
|
||||
url: 'https://grok.com',
|
||||
bodered: true
|
||||
},
|
||||
{
|
||||
id: 'grok-x',
|
||||
name: 'Grok / X',
|
||||
logo: GrokXAppLogo,
|
||||
url: 'https://x.com/i/grok',
|
||||
bodered: true
|
||||
},
|
||||
{
|
||||
id: 'qwenlm',
|
||||
name: 'QwenLM',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user