Skip to content

Commit

Permalink
緊急事態宣言の解除に伴い,ホーム画面の新型コロナウイルスに関するメッセージを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot-Inventor committed Jun 5, 2020
1 parent d059ed6 commit db13388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Edition: ORIZIN Agent HTML
#### 変更
- Pickrのバージョンを1.6.0から最新の1.7.0にアップデートしました。
- League Spartan Variableを2.200から最新の2.201にアップデートしました。
- 緊急事態宣言の解除に伴い,ホーム画面の外出自粛を呼びかけるメッセージを「Stay Home. 新型コロナウイルスにかからない・他人に移さないために外出を控えましょう。」から「新型コロナウイルスにかからない・うつさないためにマスクをし、他の人との距離を保ちましょう。」に変更しました。

### [v2.2.41.1-Budgerigar] - 2020-06-01
#### 追加
Expand Down
2 changes: 1 addition & 1 deletion resource/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
<div id="result_area" class="bottom_control_panel ripple_effect">
<!-- 新型コロナウイルス対策の外出自粛呼びかけメッセージ。 消すときはindex_chat.html内の記述も忘れずに。 -->
Stay Home. 新型コロナウイルスにかからない・他人に移さないために外出を控えましょう<br>
新型コロナウイルスにかからない・うつさないためにマスクをし、他の人との距離を保ちましょう<br>
</div>
</main>
<script src="../javascript/jquery-3.5.1.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion resource/html/index_chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- 新型コロナウイルス対策の外出自粛呼びかけメッセージ。 消すときはindex.html内の記述も忘れずに。 -->
<div class="chat_outer">
<div class="chat">
Stay Home. 新型コロナウイルスにかからない・他人に移さないために外出を控えましょう
新型コロナウイルスにかからない・うつさないためにマスクをし、他の人との距離を保ちましょう
</div>
</div>
</div>
Expand Down

0 comments on commit db13388

Please sign in to comment.