From 398743943a48e686e2e248f4ac3e2c4999c8454b Mon Sep 17 00:00:00 2001 From: chaoyen1111 Date: Wed, 2 Nov 2022 23:23:55 +0800 Subject: [PATCH 1/2] fix: :bug: fix img follow as you change screen --- index.html | 2 +- js/main.js | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f11cfe9..e6f1ab2 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + Date: Wed, 2 Nov 2022 23:28:37 +0800 Subject: [PATCH 2/2] docs: :memo: update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72286e8..c17828e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,17 @@ All notable changes to this project will be documented in this file. 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). -## 2022.11.1 +### Fixed + +- 平板或手機旋轉後,刷新萬用遙控器 ### Added -- 實作萬用遙控器 i18n [5775](https://redmine.kingkit.codes/issues/5775) +- 實作萬用遙控器 i18n ### Changed -- meta 修改 [1340](https://redmine.kingkit.codes/issues/1340) +- meta 修改 ## 2022.2.25