-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathupdates.html
executable file
·74 lines (71 loc) · 3.27 KB
/
updates.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<script type="text/javascript" src="js/jquery-3.2.0.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/css/flat-ui.css">
<style>
body {
font-family: "微軟雅黑體", "蘋方-繁", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
font-size: 1.8rem;
margin-top: 10px;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="page-header">
<h1 class="text-center" style="background-color: #0B0D1A;"><img src="./img/backstairs.png" class="img-rounded"></h1>
<h2 class="text-center">Backstairs Game House 完成更新</h2>
<p class="lead text-center">
<strong>
如有發現任何Bug</br>
歡迎私訊Twitch(kakapontw)或到
<span class="fui-github"></span>
<a href="https://github.com/kakapontw/Backstairs-Game-House">GitHub</a>
開issue
</strong>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h4><span class="fui-checkbox-checked"></span> 1.0.1</h4>
<p><strong>終止開台通知服務,來因應以下變更</strong></p>
<p><strong>1. 舊版 Twitch API v5 已棄用,並計劃於 2022/02/28 停用</strong></p>
<br>
<p><strong>開台通知先前嘗試的新方法,有人反應很慢才會通知且會亂叫</strong></p>
<p><strong>而目前找不到其他好方法避開新api的限制,功能就忍痛先移除囉</strong></p>
<p><strong>之後有時間再來研究看看其他方法,但別抱太大期待QQ</strong></p>
<br>
<h4><span class="fui-checkbox-unchecked"></span> 1.0.0</h4>
<p><strong>此為第一版</strong></p>
<p><strong></strong></p>
<hr>
</div>
<div class="col-md-6">
<h4><span class="fui-eye"></span> 功能介紹</h4>
<p><span class="fui-arrow-right"></span>
<strong> 一鍵獲得眾多資訊,並內建光頭點數(Twitch點數)挖礦程式</strong>
</p>
<img style="height: 300px" src="/img/main.png" alt="">
<hr>
<p><span class="fui-arrow-right"></span>
<strong> 套件偵測到聊天室老蘇有發言會進行通知</strong>
</p>
<hr>
<p><span class="fui-arrow-right"></span><strong> 最後有提供關閉功能的選項</strong></p>
<img style="height: 300px" src="/img/option.png" alt="">
<hr>
</div>
</div>
</div>
</body>
</html>