Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]


## [v1.0.3] - 2023.2.7

### Added

- 埋設 GTM 代碼

## [v1.0.2] - 2022.11.29

### Fixed
Expand Down Expand Up @@ -45,7 +52,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- 拿掉 webduinojs 的部份
- 獨立的 mqttClient.js

[unreleased]: https://github.com/webduinoio/webduino-remote/compare/v1.0.2...HEAD
[unreleased]: https://github.com/webduinoio/webduino-remote/compare/v1.0.3...HEAD
[v1.0.3]: https://github.com/webduinoio/webduino-remote/releases/tag/v1.0.3
[v1.0.2]: https://github.com/webduinoio/webduino-remote/releases/tag/v1.0.2
[v1.0.1]: https://github.com/webduinoio/webduino-remote/releases/tag/v1.0.1
[v1.0.0]: https://github.com/webduinoio/webduino-remote/releases/tag/v1.0.0
22 changes: 15 additions & 7 deletions index-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,22 @@
<link rel="canonical" href="https://webduino.io/" />

<link rel="stylesheet" href="css/main.css" />

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WCKX983');</script>
<!-- End Google Tag Manager -->
</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WCKX983"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<div class="content loading">
<div id="menu"></div>
<div id="s1">
Expand Down Expand Up @@ -85,7 +98,7 @@
/>
</svg>
</div>
<footer>
<footer >
<div id="monsterBlock">
<div id="svgGreen" class="monster-btn">
<svg viewBox="0 0 249.6 251.4">
Expand Down Expand Up @@ -421,12 +434,7 @@
rx="4.8"
ry="4.8"
/>
<circle
style="fill: #ffffff"
cx="129.5"
cy="65.1"
r="1.1"
/>
<circle style="fill: #ffffff" cx="129.5" cy="65.1" r="1.1" />
</g>
</g>
</svg>
Expand Down
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,22 @@
<link rel="canonical" href="https://webduino.io/" />

<link rel="stylesheet" href="css/main.css" />

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WCKX983');</script>
<!-- End Google Tag Manager -->
</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WCKX983"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<div class="content loading">
<div id="menu"></div>
<div id="s1">
Expand Down