Skip to content
View YiZhiMCQiu's full-sized avatar
:copilot:
:copilot:
  • Earth
  • 00:48 (UTC +08:00)

Organizations

@PCL-Community @VentiStudios

Block or report YiZhiMCQiu

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 统计

🔨正在开发

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

Pinned Loading

  1. PCL-Community/PCL.Mac PCL-Community/PCL.Mac Public

    一个使用 SwiftUI 框架重写的 PCL,专为 macOS 平台打造

    Swift 57 4

  2. PCL-Community/PCL.Neo PCL-Community/PCL.Neo Public

    一个用 Avalonia 重写的 PCL

    C# 139 23