Skip to content

Fix: Bio screen text color and link. - #105

Merged
xiaoyvyv merged 2 commits into
xiaoyvyv:multiplatformfrom
zimya:multiplatform
May 31, 2026
Merged

Fix: Bio screen text color and link.#105
xiaoyvyv merged 2 commits into
xiaoyvyv:multiplatformfrom
zimya:multiplatform

Conversation

@zimya

@zimya zimya commented May 31, 2026

Copy link
Copy Markdown

修复后:
Screenshot_2026-05-31-09-18-28-823_com xiaoyv bangumi multiplatform

  • 原来个人简介的AssistChip内的文字会跟据主题改变颜色。但是Chip的背景颜色却没变,所以会导致深色模式下文字几乎不可读。现在修复成了文字始终为白色。
  • Chip内链接应该是 url+account 的形式,比如https://github.com+sai,才是真正链接。
  • 修复底下bio的文字颜色不会随主题改变的问题。

Bio样例:

{
    "id": 1,
    "username": "sai",
    "nickname": "Sai🖖",
    "avatar": {
        "small": "https://lain.bgm.tv/r/100/pic/user/l/000/00/00/1_7ZY3S.jpg?r=1755008007&hd=1",
        "medium": "https://lain.bgm.tv/r/200/pic/user/l/000/00/00/1_7ZY3S.jpg?r=1755008007&hd=1",
        "large": "https://lain.bgm.tv/pic/user/l/000/00/00/1_7ZY3S.jpg?r=1755008007&hd=1"
    },
    "group": 1,
    "joinedAt": 1213860917,
    "sign": "Awesome!",
    "site": "",
    "location": "",
    "bio": "黄色い百合よなぜ別れ際に咲っている\r\n万代不易を欲するのは無為と云うの?\r\n丸い目をすかして求めた全部が愛しい\r\n浅い夢見やしゃんせさあ見やしゃんせ",
    "networkServices": [
        {
            "name": "psn",
            "title": "PSN",
            "url": "https://www.playstation.com/en-us/my/public-trophies/?onlineId=",
            "color": "#004AB0",
            "account": "Saiccc"
        },
        {
            "name": "live",
            "title": "Xbox Live",
            "url": "https://account.xbox.com/en-US/Profile?gamerTag=",
            "color": "#107C11",
            "account": "Sai Chobits"
        },
        {
            "name": "fc",
            "title": "FriendCode",
            "url": "",
            "color": "#EE1C23",
            "account": "0430-8265-7737"
        },
        {
            "name": "steam",
            "title": "Steam",
            "url": "https://steamcommunity.com/id/",
            "color": "#171A21",
            "account": "Saic"
        },
        {
            "name": "battletag",
            "title": "BattleTag",
            "url": "",
            "color": "#007CAE",
            "account": "Sai#5167"
        },
        {
            "name": "github",
            "title": "GitHub",
            "url": "https://github.com/",
            "color": "#333",
            "account": "Sai"
        },
        {
            "name": "twitter",
            "title": "Twitter",
            "url": "https://twitter.com/",
            "color": "#55ACEE",
            "account": "Saic"
        },
        {
            "name": "ns",
            "title": "NS",
            "url": "",
            "color": "#E30B20",
            "account": "SW-8449-7304-3894"
        }
    ],
    "homepage": {
        "left": ["anime", "game", "blog", "real", "book"],
        "right": ["music", "index", "friend", "mono", "group"]
    },
    "stats": {
        "subject": {
            "1": { "1": 39, "2": 141, "3": 8, "4": 5, "5": 1 },
            "2": { "1": 169, "2": 248, "3": 30, "4": 42, "5": 19 },
            "3": { "1": 23, "2": 229, "3": 1, "4": 0, "5": 0 },
            "4": { "1": 95, "2": 232, "3": 24, "4": 20, "5": 3 },
            "6": { "1": 22, "2": 168, "3": 24, "4": 19, "5": 29 }
        },
        "mono": { "character": 45, "person": 59 },
        "blog": 36,
        "friend": 382,
        "group": 82,
        "index": { "create": 8, "collect": 19 }
    }
}

@xiaoyvyv
xiaoyvyv merged commit a344c0b into xiaoyvyv:multiplatform May 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants