你好!我是 doctypehtml
我是一位前端开发学习者。请多指教。
我是一位前端开发学习者。请多指教。
我是谁
切换自我介绍风格
class Human {
constructor(
public readonly sex: 'Male' | 'Female',
public identity: string[],
public country: string,
public techStacks: [
name: string,
tier: 'Expert' | 'Skilled' | 'Know some' | 'Know a bit' | 'Noob',
][],
public games: string[],
) {}
}
const doctypehtml = new Human(
'Male',
['High School Student', 'Front-end Development Learner'],
'China',
[
['HTML', 'Skilled'],
['CSS', 'Know some'],
['SCSS', 'Know a bit'],
['JavaScript', 'Know a bit'],
['TypeScript', 'Know a bit'], // Type, Hooray! My favorite!
['Vue', 'Know a bit'],
['C++', 'Noob'],
['Python', 'Noob'],
// Still need to learn more...
],
[
'Antimatter Dimensions',
'Synergism',
'Minecraft',
'Visual Studio Code', // Yes, I love it
'The NOexistenceN of you AND me', // Lilith looks pretty~
'Tiny Shadows Interwoven Hearts',
'Submachine: Legacy',
// Game makes me happy!
],
);
作品
受限于技术水平和其他因素,作品可能有不尽人意之处,请见谅。如发现体验问题,欢迎发送 Issues 反馈具体问题或提交 Pull Requests 协助改进,本人不胜感激。

方块迷宫
方块迷宫,但是 Vue 重制版

天神语录生成器
天神语录生成器

MyTodo
一个简单的待办清单应用,还是练习项目 / A simple todo list app, still practicing project

MyStudentRoller
个人练习项目(抽签器) / Personal practice (Roller)

增量玩家名字生成器
A generator for incremental game player, which can generator names like "..., the Celestial of ..." or "...e308"



