Skip to content

Commit

Permalink
Merge pull request #2 from kakapontw/feature/remove_check_open_feature
Browse files Browse the repository at this point in the history
Remove check open feature
  • Loading branch information
kakapontw authored Feb 20, 2022
2 parents 2b3dc40 + 2ecd1c2 commit 000438f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 12 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### 目前包含:
- Facebook、Youtube、Discord等等相關資訊連結
- 圖奇開台通知
- ~~圖奇開台通知~~ (1.0.1版移除此功能)
- 聊天室資訊
- 提供礦鎬 (自動點擊"光頭點數"額外獎勵)

Expand All @@ -30,6 +30,14 @@
* Notification icon made by Darius Dan from www.flaticon.com, licensed under CC BY 3.0

### 更新資訊:
<h4>1.0.1</h4>
<p><strong>終止開台通知服務,來因應以下變更</strong></p>
<p><strong>1. 舊版 Twitch API v5 已棄用,並計劃於 2022/02/28 停用</strong></p>
<p></p>
<p><strong>開台通知先前嘗試的新方法,有人反應很慢才會通知且會亂叫</strong></p>
<p><strong>而目前找不到其他好方法避開新api的限制,功能就忍痛先移除囉</strong></p>
<p><strong>之後有時間再來研究看看其他方法,但別抱太大期待QQ</strong></p>
<hr>
<h4>1.0.0</h4>
<p><strong>此為第一版</strong></p>
<hr>
2 changes: 1 addition & 1 deletion background.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script type="text/javascript" src="js/background.js"></script>
<script type="text/javascript" src="js/tmi.js"></script>
<script type="text/javascript" src="js/moment.js"></script>
<script type="text/javascript" src="js/checkopen.js"></script>
<!-- <script type="text/javascript" src="js/checkopen.js"></script> -->
<script type="text/javascript" src="js/chat.js"></script>
</head>
</html>
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Backstairs Game House",
"description": "藍藍幫大勝利",
"version": "1.0.0",
"version": "1.0.1",
"permissions": [
"alarms",
"storage",
Expand Down
6 changes: 3 additions & 3 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
</label>
<p></p>
<label>
<input type="checkbox" id="getOpen"> 是否查詢阿貝開台
<input type="checkbox" id="getOpen" disabled> 是否查詢阿貝開台 (1.0.1版移除功能)
</label>
<p></p>
<label>
<input type="checkbox" id="getSound"> 是否開啟開台通知音效
<input type="checkbox" id="getSound" disabled> 是否開啟開台通知音效 (1.0.1版移除功能)
</label>
<p></p>
<label>
<input type="checkbox" id="getSoundVersion"> 使用特別版音效
<input type="checkbox" id="getSoundVersion" disabled> 使用特別版音效 (1.0.1版移除功能)
</label>
<p></p>
<div id="status"></div>
Expand Down
16 changes: 10 additions & 6 deletions updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ <h2 class="text-center">Backstairs Game House 完成更新</h2>
</div>
<div class="row">
<div class="col-md-6">
<h4><span class="fui-checkbox-checked"></span> 1.0.0</h4>
<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>
Expand All @@ -52,11 +60,7 @@ <h4><span class="fui-eye"></span> 功能介紹</h4>
<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> 更新開台通知音效及工作列圖示 (開台:<img src="./img/7.png" class="img-rounded" style="width: 28px"> 關台:<img src="./img/j8.png" class="img-rounded" style="width: 28px">)</strong>
<strong> 套件偵測到聊天室老蘇有發言會進行通知</strong>
</p>
<hr>
<p><span class="fui-arrow-right"></span><strong> 最後有提供關閉功能的選項</strong></p>
Expand Down

0 comments on commit 000438f

Please sign in to comment.