Skip to content

Commit 39d2fc0

Browse files
committed
Revert "Merge pull request #3 from webduinoio/feature/5720"
This reverts commit 06187ff, reversing changes made to 14afa24.
1 parent 06187ff commit 39d2fc0

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
9-
## 2022.9.5
10-
11-
### Changed
12-
13-
- 調整 mqttClient.min.js
14-
158
## 2022.2.25
169

1710
### Fixed

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010

1111
<meta name="description" content="這是針對 Webduino 所設計的萬用遙控器,可以透過虛擬機器人搖桿或十顆按鈕發送網路廣播訊號,輕鬆串連物聯網的各種生活體驗。">
1212
<meta itemprop="description" content="這是針對 Webduino 所設計的萬用遙控器,可以透過虛擬機器人搖桿或十顆按鈕發送網路廣播訊號,輕鬆串連物聯網的各種生活體驗。">
13-
<meta itemprop="image" content="https://webduinoio.github.io/webduino-remote/media/snapshot.jpg">
13+
<meta itemprop="image" content="https://www.oxxostudio.tw/webduino-remote/media/snapshot.jpg">
1414
<meta property="og:description" content="這是針對 Webduino 所設計的萬用遙控器,可以透過虛擬機器人搖桿或十顆按鈕發送網路廣播訊號,輕鬆串連物聯網的各種生活體驗。">
1515
<meta property="og:title" content="Webduino 遙控器">
16+
<meta property="og:url" content="https://www.oxxostudio.tw/webduino-remote/index.html">
17+
<meta property="og:image" content="https://www.oxxostudio.tw/webduino-remote/media/snapshot.jpg">
18+
<link rel="canonical" href="https://www.oxxostudio.tw/webduino-remote/index.html">
1619

1720
<link rel="stylesheet" href="css/main.css">
1821
</head>
@@ -502,6 +505,14 @@ <h4>儲存成功</h4>
502505
<script src="js/firebase.js"></script>
503506
<script src="js/main.js"></script>
504507

508+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2708968-11"></script>
509+
<script>
510+
window.dataLayer = window.dataLayer || [];
511+
function gtag() { dataLayer.push(arguments); }
512+
gtag('js', new Date());
513+
gtag('config', 'UA-2708968-11');
514+
</script>
515+
505516
</body>
506517

507518
</html>

js/mqttClient.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,3 @@
9595

9696
![](media/tutorial-10.gif)
9797

98-
## 程式
99-
100-
`mqttClient.js` 的內容,可參考票號 #5720

0 commit comments

Comments
 (0)