Skip to content

Commit 650856b

Browse files
committed
feat: update mqttClient.min.js and refactor index.html
1 parent 14afa24 commit 650856b

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
815
## 2022.2.25
916

1017
### Fixed

index.html

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

1111
<meta name="description" content="這是針對 Webduino 所設計的萬用遙控器,可以透過虛擬機器人搖桿或十顆按鈕發送網路廣播訊號,輕鬆串連物聯網的各種生活體驗。">
1212
<meta itemprop="description" content="這是針對 Webduino 所設計的萬用遙控器,可以透過虛擬機器人搖桿或十顆按鈕發送網路廣播訊號,輕鬆串連物聯網的各種生活體驗。">
13-
<meta itemprop="image" content="https://www.oxxostudio.tw/webduino-remote/media/snapshot.jpg">
13+
<meta itemprop="image" content="https://webduinoio.github.io/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">
1916

2017
<link rel="stylesheet" href="css/main.css">
2118
</head>
@@ -505,14 +502,6 @@ <h4>儲存成功</h4>
505502
<script src="js/firebase.js"></script>
506503
<script src="js/main.js"></script>
507504

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-
516505
</body>
517506

518507
</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.

0 commit comments

Comments
 (0)