Skip to content
View YiZhiMCQiu's full-sized avatar
💚
温迪宝包你是一块香香软软的薄荷小蛋糕~
💚
温迪宝包你是一块香香软软的薄荷小蛋糕~
  • 23:06 - 8h ahead

Organizations

@PCL-Community @VentiStudios

Block or report YiZhiMCQiu

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
YiZhiMCQiu/README.md

简介

import java.util.List;
import java.util.Random;

public static final GitHubUser YIZHIMCQIU = GitHubUser.builder("YiZhiMCQiu")
    .nickname("Minecraft-温迪")
    .age(12)
    .gender(Gender.class.getEnumConstants()[new Random().nextInt(Gender.class.getEnumConstants().length)]) // 日常史山
    .minecraftName("MinecraftVenti")
    .languages(List.of("Java", "Swift", "Python"))
    .skills(List.of("Minecraft Mod development", "SwiftUI App development", "Bugs creation"))
    .build();

🛠 技术栈

Python Java SwiftUI

📊 GitHub 统计

☎️ 联系方式

QQ: 1807753335
邮箱: yizhimcqiu@icloud.com
手机号: 10086

🔨正在开发

PCL-Community / PCL-Mac: 一个用 SwiftUI 重写的 PCL,只支持 macOS 平台

Pinned Loading

  1. PCL-Community/PCL-Mac Public

    一个使用 SwiftUI 框架重写的 Plain Craft Launcher,专为 macOS 平台打造。

    Swift 11 1

  2. PCL-Community/PCL.Neo Public

    一个用 Avalonia 重写的 PCL

    C# 107 20