-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
executable file
·94 lines (89 loc) · 4.67 KB
/
index.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="洛天依等多歌姬版的通过点击/触摸播放声音并出现变化图案的实时音乐互动内容。">
<title>Tianyitap</title>
<link rel="apple-touch-icon" href="icon.png"/>
<link href="css/css.css" rel="stylesheet"/>
<link charset="UTF-8" href="shared/sp/css/common.css" rel="stylesheet"/>
<script charset="utf-8" src="js/jquery.min.js" type="text/javascript"></script>
<script charset="utf-8" src="js/pixi.min.js" type="text/javascript"></script>
<script charset="utf-8" src="js/gsap.min.js" type="text/javascript"></script>
<script charset="UTF-8" src="shared/js/common-2.min.js" type="text/javascript"></script>
<link href="/css/superselect.css" rel="stylesheet"/>
<script src="/js/superselect.js" type="text/javascript"></script>
<link charset="utf-8" href="css/mikutap.css" rel="stylesheet"/>
<script charset="utf-8" src="js/mikutap.js" type="text/javascript"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GTC3PB7DR0"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-GTC3PB7DR0');</script>
</head>
<body>
<div id="view"></div>
<div id="scene_top">
<h1 id="tianyi_tap">Tianyitap</h1>
<div id="ng">
<p class="atten">十分抱歉<br>您的浏览器并不支持本页面需要的特性</p>
</div>
<div class="ok">
<p id="bt_start"><a href="">!开始!</a></p>
</div>
<p id="bt_about"><a href="">*关于*</a></p>
<br/>
<div class="ok">
<select id="sl_singer" name="pu_tong_de_select" class="super-select">
<option value="luotianyi">洛天依 萌·凝</option>
<option value="miku">Miku 原版</option>
<option value="warma">WarmaTap</option>
<option value="xinhua">心华 V4 CHN</option>fallacy
<option value="stardust_infinity">星尘 Infinity(zhufengning)</option>
<option value="fallacy">缪言Fallacy</option>
<option value="kagamine_len">镜音·连(Kagamine Len V4)</option>
<option value="kagamine_rin">镜音·铃(Kagamine Rin V4)</option>
</select>
</div>
<br/>
<div class="ok">
<strong><p class="tit">Bilibil 视频介绍:<a href="https://www.bilibili.com/video/BV1eu411k7CS" class="ok">点击跳转</a></p></strong>
<strong><p class="tit">自定义歌姬教程:<a href="https://www.bilibili.com/read/cv16316676" class="ok">点击跳转</a></p></strong>
</div>
<br/>
<div class="ok">
<p class="attention">※请打开声音并享受。</p>
</div>
<div class="ok">
<p class="tit"><strong>注意!本页面为该站的二次修改内容: <a href="https://aidn.jp/mikutap" class="ok">Mikutap</a></strong></p>
<p class="tit"><strong>本站GitHub Repo: <a href="https://github.com/ezrameow/tianyitap" class="ok">ezrameow/tianyitap</a></strong></p>
</div>
</div>
<div id="scene_loading">
<hr size="1" color="#fff"> </div>
<div id="scene_main">
<div class="set">
<p class="attention">点击 & 拖动或者按任意键!</p>
<p id="bt_feedback"><a href="">反馈: 开启</a></p>
<p id="bt_backtrack"><a href="">背景音乐: 开启</a></p>
</div>
</div>
<div id="about_cover"></div>
<div id="about">
<div id="about_in">
<p class="close"><span id="bt_close">×</span></p>
<p class="con"> 声音来源 <a href="https://vsinger.com/vsinger" target="_blank">洛天依 V4 萌·凝各 50% 混声等其他声源</a> </p>
<p class="con"> 原作者 <a href="https://aidn.jp" target="_blank">daniwell</a> (<a href="https://twitter.com/daniwell_aidn" target="_blank">twitter</a>) </p>
<p class="con"> 修改 <a href="https://space.bilibili.com/10556301" target="_blank">255</a> (<a href="https://twitter.com/255p_Official" target="_blank">twitter</a>) </p>
<p class="link"> 灵感来源 <a href="http://patatap.com/" target="_blank">Patatap</a><br>(令人赞叹的网页!)</p>
<p class="con">在 Repo 中提交 Pull Request 或私信联系 255 可于本站加入你想要的音源。</p>
<br/>
<p class="con">下方可加载本地自定义声源json文件用于调试。</p>
<input type="file" id="custom_json_input"></input>
</div>
</div>
<div id="bt_back"><返回</div>
<div id="bt_fs">□全屏显示</div>
</body>
</html>