Skip to content
View MingxuanGame's full-sized avatar
🏠
Studying
🏠
Studying

Organizations

@Herta-villa
Block or Report

Block or report MingxuanGame

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MingxuanGame/README.md
from typing import ClassVar

from earth.entity import Human, Lovable
from earth.role import Student
from earth.things.computer import (
    OS,
    Editor,
    Framework,
    Language,
    Linux,
    Windows,
)
from earth.utils.links import GitHub
from earth.world import current_world as world


class MingxuanGame(Human, Lovable):
    age: int = 16
    nickname: ClassVar[set] = {"mx", "mxg", "mg", ...}
    role: Student = Student.SENIOR_HIGH

    tools: "list[OS | Editor]" = [
        Windows._11,
        Linux.WSL.Ubuntu,
        Editor.VSCode,
        Editor.IntellijIdea,
    ]
    skills: list[Language] = [Language.Python]
    learning: "list[Language | Framework]" = [
        Language.C,
        Language.JavaScript,
        Language.CSharp,
        Framework.Vue,
        Language.Go,
    ]

    projects: list[GitHub] = [GitHub("Herta-villa/Herta-villa-SDK")]
    contributed: list[GitHub] = [
        GitHub("KimigaiiWuyi/GenshinUID"),
        GitHub("baiqwerdvd/StarRailUID"),
        GitHub("nonebot/nonebot2"),
    ]


me = MingxuanGame()
world.add_thing(me)
world.execute(me)

Pinned

  1. Herta-villa/Herta-villa Herta-villa/Herta-villa Public archive

    大别野「黑塔」机器人

    Python 1

  2. Herta-villa/Herta-villa-SDK Herta-villa/Herta-villa-SDK Public archive

    大别野「黑塔」Python SDK

    Python 8 1

  3. KimigaiiWuyi/GenshinUID KimigaiiWuyi/GenshinUID Public

    支持OneBot(QQ)、OneBotV12、QQ频道、微信、KOOK(开黑啦)、Telegram(电报)、FeiShu(飞书)、DoDo、Villa(米游社大别野)、Discord的全功能HoshinoBot/NoneBot2/Koishi/yunzai/ZeroBot原神机器人插件

    Python 708 103

  4. Herta-villa/pylibob Herta-villa/pylibob Public

    另一个 LibOneBot Python 库,旨在帮助开发者实现 OneBot 12 标准。

    Python 4