-
Notifications
You must be signed in to change notification settings - Fork 1
/
game.html
65 lines (62 loc) · 3.62 KB
/
game.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>游戏</title>
<meta charset="utf-8">
<link href="./img/logo1.png" rel="icon">
<link href="./css/bootstrap.css" rel="stylesheet">
<link href="./css/main.css" rel="stylesheet">
<script src="./js/bootstrap.js"></script>
<script src="./js/jquery.js"></script>
<script src="./js/main.js"></script>
</head>
<body>
<div id="header" class="sticky-top"></div>
<h3 class="zb"><img src="./svg/game.svg" height="30" width="25">游戏</h3>
<div class="zb">
<h5>介绍</h5>
一位热爱Minecraft的玩家、开发者与社区贡献者。
</div>
<div class="zb">
<h5>经历</h5>
2016年前后:首次接触Minecraft Pocket Edition破解版,断断续续游玩,但游玩无体系,对游戏无了解。<br>
2017年下半年开始:预定我的世界中国版,断断续续游玩。<br>
2020年上半年:首次在电脑端游玩我的世界中国版,开始深入了解游戏玩法。花费165元购买Minecraft Java Edition,随后接触第三方启动器。<br>
2020年7月:接触Java版服务器2b2t.xin,开始游玩至今。<br>
2020年8月:下载京东云代理的我的世界教育版,开始游玩。<br>
2020年12月30日:首次下载Minecraft Dungeons破解版,开始游玩。<br>
2021年上半年:开始成体系地游玩我的世界中国版。<br>
2021年下半年-2022年上半年:在西瓜视频平台发布了我的世界相关视频,获得数百粉丝和300余元收益,后删除账号不再发布。<br>
2022年6月:由于双版本捆绑销售,获得Minecraft Bedrock Edition。<br>
2022年暑假:首次下载Minecraft Story Mode破解版,开始游玩。<br>
2023年4月末:首次下载Minecraft Legends破解版,开始游玩。<br>
2023年6月:开始接触Minecraft模组开发,使用MCreator制作了第一款Fabric模组zbCraft。<br>
2024年5月15日:于Minecraft15周年半价活动之际,花费142元购买Minecraft Dungeons,花费125.84元于港区购买Minecraft Legends。<br>
2024年10月:学习Java,正式开始Fabric模组开发。<br>
</div>
<div class="zb">
<h5>账号</h5>
Minecraft中文维基百科:<a href="https://zh.minecraft.wiki/w/User:Ian-zb" target="_blank">Ian-zb</a><br>
MC百科:<a href="https://center.mcmod.cn/371234/" target="_blank">Ianzb</a><br>
苦力怕论坛:<a href="https://klpbbs.com/space-uid-443881.html" target="_blank">Ian_zb</a><br>
MineBBS:<a href="https://www.minebbs.com/members/ian_zb.27912/" target="_blank">Ian_zb</a><br>
CurseForge:<a href="https://www.curseforge.com/members/ianzb" target="_blank">Ianzb</a><br>
Modrinth:<a href="https://modrinth.com/user/Ianzb" target="_blank">Ianzb</a><br>
NameMC:<a href="https://namemc.com/profile/Ian_zb.1" target="_blank">Ian_zb</a><br>
Minecraft China Edition:Ian_zb<br>
Minecraft Bedrock Edition:Ian zb<br>
Minecraft Dungeons:Ian zb<br>
Minecraft Legends:Ian zb<br>
我的世界中国版:IanZB<br>
</div>
<div class="zb">
<h5>成就</h5>
购入全部在售Minecraft零售版本,拥有多款披风。<br>
Java版模组、整合包、资源包开发者。<br>
Minecraft中文维基百科编辑员,对中国版相关内容的编写做出大量贡献,MC百科编辑员。<br>
我的世界中国版开发者,虽然没有什么作品。<br>
</div>
<div id="footer"></div>
<script>loadTemplate()</script>
</body>
</html>