feat(miniapps): add Grok / X (#5706)

This commit is contained in:
ipcjs 2025-05-06 20:17:57 +08:00 committed by GitHub
parent c789348767
commit d700822505
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -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',