Skip to content

Commit

Permalink
一部の機能を正式な機能に移行
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot-Inventor committed Feb 2, 2021
1 parent 9c2b93c commit 7974d88
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 42 deletions.
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@ Edition: ORIZIN Agent HTML

### 未公開

#### 削除
### [v5.0.137.4dev-Eagle] - 2020-02-02

#### 変更

- update_message.txtを削除します。これにより、v4.0.123.0dev-Duck以前に存在した古いアップデートチェッカーは使用できなくなります。アップデートチェッカーが必要な場合は「アップデートチェッカーを有効にする」試験機能を有効にして新しいアップデートチェッカーを使用してください。
- 次の機能を正式な機能に移行しました。
- 設定の検索
- アップデートチェッカー

### [v5.0.136.3dev-Eagle] - 2020-02-02

Expand Down
22 changes: 0 additions & 22 deletions resource/html/flag.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ <h2>試験機能</h2>
メニュー内にフィードバックボタンを表示し,必要に応じてフィードバックを送信できるようになります。
</p>
</section>
<section>
<i class="material_icon">search</i>設定の検索を有効にする <mwc-switch id="show_setting_search_box"></mwc-switch>
<p class="information">
設定ページと試験機能ページに設定の検索ボックスを追加します。
</p>
</section>
<section>
<i class="material_icon">upgrade</i>アップデートチェッカーを有効にする <mwc-switch id="enable_update_checker"></mwc-switch>
<p class="information">
設定ページの「アップデートを確認」セクションにアップデートチェッカーボタンを表示します。
</p>
</section>
<section>
<i class="material_icon">edit</i>改善されたカスタムテーマの編集ページを使用する <mwc-switch id="enable_improved_custom_theme_editor"></mwc-switch>
<p class="information">
Expand All @@ -86,10 +74,6 @@ <h2>試験機能</h2>
</div>
</main>
<style>
search-box {
display: none;
}

#section_outer {
display: none;
}
Expand Down Expand Up @@ -134,12 +118,6 @@ <h2>試験機能</h2>
});
}

async function show_search_area() {
if (await eel.read_flag("show_setting_search_box")()) {
search_box.style.display = "block";
}
}

document.querySelectorAll("div.fill_panel section mwc-switch").forEach((element) => {
read_flag(element.id);

Expand Down
15 changes: 0 additions & 15 deletions resource/html/setting.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ <h2>設定</h2>
</mwc-dialog>
</div>
<style>
search-box {
display: none;
}

h3 {
margin: 0;
padding: 0;
Expand All @@ -151,10 +147,6 @@ <h2>設定</h2>
float: right;
}

#check_update {
display: none;
}

.reset_sound_setting {
cursor: pointer;
display: inline-block;
Expand Down Expand Up @@ -272,13 +264,6 @@ <h2>設定</h2>
document.getElementById("readable_text_setting").style.display = "block";
}

if (await eel.read_flag("show_setting_search_box")()) {
document.getElementById("search_box").style.display = "block";
}
if (await eel.read_flag("enable_update_checker")()) {
document.getElementById("check_update").style.display = "inline-block";
}

if (await eel.read_flag("enable_improved_custom_theme_editor")()) {
document.getElementById("edit_theme").href = "improved_set_custom_css_theme.html";
}
Expand Down
2 changes: 1 addition & 1 deletion resource/information.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Series Name:ORIZIN Agent
Edition:ORIZIN Agent HTML
Version:v5.0.136.3dev
Version:v5.0.137.4dev
Code Name:Eagle
Date:2021-02-02 JST
2 changes: 0 additions & 2 deletions resource/setting/default_flag.otfd
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
add_readable_text_setting:False
enable_improved_custom_theme_editor:False
enable_update_checker:False
fast_start:False
get_news_from_google_news:False
show_feedback_button:False
show_setting_search_box:False
use_fast_response_mode:False

0 comments on commit 7974d88

Please sign in to comment.