From 04c0428cae83c9e59bbb174592f8b48eb97398c1 Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期一, 12 十二月 2022 08:18:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/hylywcs' into hylywcs

---
 src/main/webapp/views/pipeline.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 11507ba..f5a6f6c 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -59,9 +59,13 @@
                         <fieldset>
                             <legend>鍏ュ嚭搴撴ā寮忥紙IO-Mode锛�</legend>
                             <div class="io-mode-box">
-                                <label>2F</label>
+                                <label>F2</label>
                                 <button id="io-mode-2" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
                             </div>
+                            <div class="io-mode-box">
+                                <label>F4</label>
+                                <button id="io-mode-4" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
+                            </div>
                         </fieldset>
                     </div>
                     <!--            <div style="height: 40%">-->

--
Gitblit v1.9.1