Files
YGChatCS/client-configs.json
duanshuwen aa07286010 feat: add discovery tool cards, refactor AiTabSwitch and update client configs
- Update xiaoqi client configuration: adjust clientId, sync appid across config files and switch to production build by setting developVersion to false
- Refactor AiTabSwitch component to use background images instead of inline image tags, clean up redundant SCSS styles and replace tab icon assets
- Add three new Discovery page tool components: audio guide, map guide and photo generator cards
- Clean up unused code in Discovery page and ChatMainList component, remove unused scroll view and computed property
- Fix regex pattern and formatting issues in update-appid.js script
- Comment out unused SpriteAnimator component in ChatMainList
2026-07-06 20:51:45 +08:00

88 lines
2.3 KiB
JSON

{
"zhinian": {
"clientId": "6",
"appId": "wx5e79df5996572539",
"name": "念念",
"theme": {
"theme-color-900": "#19428F",
"theme-color-800": "#174BB6",
"theme-color-700": "#145EE1",
"theme-color-600": "#1B74F5",
"theme-color-500": "#2D91FF",
"theme-color-400": "#59B4FF",
"theme-color-300": "#8ED0FF",
"theme-color-200": "#BCE1FF",
"theme-color-100": "#D9EEFF",
"theme-color-50": "#EEF8FF"
}
},
"nianhelper": {
"clientId": "11",
"appId": "wx6fcf7b3db3deee6c",
"name": "念念助手",
"theme": {
"theme-color-900": "#19428F",
"theme-color-800": "#174BB6",
"theme-color-700": "#145EE1",
"theme-color-600": "#1B74F5",
"theme-color-500": "#2D91FF",
"theme-color-400": "#59B4FF",
"theme-color-300": "#8ED0FF",
"theme-color-200": "#BCE1FF",
"theme-color-100": "#D9EEFF",
"theme-color-50": "#EEF8FF"
}
},
"xiaoqi": {
"clientId": "6",
"appId": "wx8531ca7339685eca",
"name": "小七",
"theme": {
"theme-color-900": "#0B5C2D",
"theme-color-800": "#0B7034",
"theme-color-700": "#0B5C2D",
"theme-color-600": "#02C34E",
"theme-color-500": "#0CCD58",
"theme-color-400": "#35F37F",
"theme-color-300": "#77FEAB",
"theme-color-200": "#A0E5BA",
"theme-color-100": "#E8FFF1",
"theme-color-50": "#F0F8F3"
}
},
"duohua": {
"clientId": "2",
"appId": "wx23f86d809ae80259",
"name": "朵朵",
"theme": {
"theme-color-900": "#0B5C2D",
"theme-color-800": "#0B7034",
"theme-color-700": "#0B5C2D",
"theme-color-600": "#02C34E",
"theme-color-500": "#0CCD58",
"theme-color-400": "#35F37F",
"theme-color-300": "#77FEAB",
"theme-color-200": "#A0E5BA",
"theme-color-100": "#E8FFF1",
"theme-color-50": "#F0F8F3"
}
},
"tianmu": {
"clientId": "4",
"appId": "wx0be424e1d22065a9",
"name": "沐沐",
"theme": {
"theme-color-900": "#19428F",
"theme-color-800": "#174BB6",
"theme-color-700": "#145EE1",
"theme-color-600": "#1B74F5",
"theme-color-500": "#2D91FF",
"theme-color-400": "#59B4FF",
"theme-color-300": "#8ED0FF",
"theme-color-200": "#BCE1FF",
"theme-color-100": "#D9EEFF",
"theme-color-50": "#EEF8FF"
}
}
}