From 89cafea6f03488a76bfa2ac6d7cf084b5afe6326 Mon Sep 17 00:00:00 2001 From: yxw <17074267@qq.com> Date: Wed, 8 Nov 2023 19:15:11 +0800 Subject: [PATCH] fix --- control.html | 7 + css/app.css | 28 +- ducking.html | 292 +++++++++++++------- eq.html | 699 +++++++++++++++++++++++++++++++---------------- filter.html | 4 +- fs.html | 135 ++++----- home.html | 81 ++++-- login.html | 13 +- network.html | 89 +++++- security.html | 24 ++ system.html | 4 +- test.html | 114 -------- volume copy.html | 180 ------------ 13 files changed, 917 insertions(+), 753 deletions(-) delete mode 100644 test.html delete mode 100644 volume copy.html diff --git a/control.html b/control.html index 02282a2..79e7f7b 100644 --- a/control.html +++ b/control.html @@ -160,6 +160,13 @@ $("#submit").on('click',function(){ alert('on submit') }) + + $("#timer").on('change',function(){ + var num = $("#timer").val() + if(num < 5 || num > 30){ + alert("The hibernation timer lasts only 5-30 minutes") + } + }) }) function loadData(){ diff --git a/css/app.css b/css/app.css index ea59f31..0e388f0 100644 --- a/css/app.css +++ b/css/app.css @@ -115,17 +115,17 @@ body { width: 800px; } -.select{ +.select { border: none; background: #000; box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35), 0 2px 0 rgba(255, 255, 255, 0.15); color: #fff; border-radius: 5px; color: #888888; - outline:none; + outline: none; } -.select:focus{ +.select:focus { border: none; background: #000; box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.35), 0 2px 0 rgba(255, 255, 255, 0.15); @@ -146,6 +146,14 @@ body { font-size: 0.8em; } +input:disabled { + background-color: #000; +} + +.form-control:disabled { + background-color: #000; +} + .col-form-label { text-align: end; } @@ -667,6 +675,20 @@ body { top: 80%; } +.volume-ruler.left-ruler { + right: 0; +} + +.volume-ruler.left-ruler .mm { + position: absolute; + border-top: 1px solid #555; + height: 80%; + width: 8px; + top: 80%; + right: 0; +} + + .volume-ruler .mm { width: 5px; } diff --git a/ducking.html b/ducking.html index 9e8e39c..4839836 100644 --- a/ducking.html +++ b/ducking.html @@ -46,15 +46,13 @@
- +
- +
@@ -70,16 +68,16 @@
-
+
Threshold
-
+
+ step="0.01">
@@ -122,21 +120,21 @@
- +
-
+
Attack
-
+
+ step="0.01">
@@ -145,31 +143,31 @@
- 0 + 500
- -10 +
- -20 +
- -30 + 245
- -40 +
- -50 +
- -60 + 10
@@ -183,10 +181,10 @@
-
+
- Hold + DuckLevel
@@ -205,27 +203,27 @@
- -10 +
- -20 +
- -30 + -45
- -40 +
- -50 +
- -60 + -100
@@ -239,7 +237,7 @@
-
+
Release @@ -257,31 +255,31 @@
- 0 + 2000
- -10 +
- -20 +
- -30 + -995
- -40 +
- -50 +
- -60 + 10
@@ -294,6 +292,17 @@
+ +
+
+
+
+ + + + +
+
@@ -312,74 +321,171 @@ \ No newline at end of file diff --git a/eq.html b/eq.html index cd5b354..21f7af4 100644 --- a/eq.html +++ b/eq.html @@ -40,13 +40,13 @@
-
Equalizer
+
Mic1 Equalizer
-
+
Threshold @@ -64,31 +64,31 @@
- 0 + 10 +
+
+
+ +
+
+
+ +
+
+
+ -0 +
+
+
+ +
+
+
+
-10 -
-
-
- -20 -
-
-
- -30 -
-
-
- -40 -
-
-
- -50 -
-
-
- -60
@@ -103,7 +103,7 @@
-
+
Attack @@ -121,31 +121,31 @@
- 0 + 10 +
+
+
+ +
+
+
+ +
+
+
+ -0 +
+
+
+ +
+
+
+
-10 -
-
-
- -20 -
-
-
- -30 -
-
-
- -40 -
-
-
- -50 -
-
-
- -60
@@ -159,7 +159,7 @@
-
+
Hold @@ -177,31 +177,31 @@
- 0 + 10 +
+
+
+ +
+
+
+ +
+
+
+ -0 +
+
+
+ +
+
+
+
-10 -
-
-
- -20 -
-
-
- -30 -
-
-
- -40 -
-
-
- -50 -
-
-
- -60
@@ -215,7 +215,7 @@
-
+
Release @@ -233,31 +233,31 @@
- 0 + 10 +
+
+
+ +
+
+
+ +
+
+
+ -0 +
+
+
+ +
+
+
+
-10 -
-
-
- -20 -
-
-
- -30 -
-
-
- -40 -
-
-
- -50 -
-
-
- -60
@@ -274,13 +274,13 @@
- - + - - +
@@ -288,13 +288,13 @@
-
Equalizer
+
Mic2 Equalizer
-
+
Threshold @@ -312,31 +312,31 @@
- 0 + 10 +
+
+
+ +
+
+
+ +
+
+
+ -0 +
+
+
+ +
+
+
+
-10 -
-
-
- -20 -
-
-
- -30 -
-
-
- -40 -
-
-
- -50 -
-
-
- -60
@@ -351,7 +351,7 @@
-
+
Attack @@ -369,31 +369,31 @@
- 0 + 10 +
+
+
+ +
+
+
+ +
+
+
+ -0 +
+
+
+ +
+
+
+
-10 -
-
-
- -20 -
-
-
- -30 -
-
-
- -40 -
-
-
- -50 -
-
-
- -60
@@ -407,7 +407,7 @@
-
+
Hold @@ -425,31 +425,31 @@
- 0 + 10 +
+
+
+ +
+
+
+ +
+
+
+ -0 +
+
+
+ +
+
+
+
-10 -
-
-
- -20 -
-
-
- -30 -
-
-
- -40 -
-
-
- -50 -
-
-
- -60
@@ -463,7 +463,7 @@
-
+
Release @@ -481,31 +481,31 @@
- 0 + 10 +
+
+
+ +
+
+
+ +
+
+
+ -0 +
+
+
+ +
+
+
+
-10 -
-
-
- -20 -
-
-
- -30 -
-
-
- -40 -
-
-
- -50 -
-
-
- -60
@@ -522,13 +522,13 @@
- - + - - +
@@ -549,73 +549,292 @@ diff --git a/filter.html b/filter.html index 4e45034..e5dc023 100644 --- a/filter.html +++ b/filter.html @@ -40,7 +40,7 @@
-
Mic1 Hight Pass Filter
+
Mic1 HPF
@@ -89,7 +89,7 @@
-
Mic2 Hight Pass Filter
+
Mic2 HPF
diff --git a/fs.html b/fs.html index 169d9a2..dbd0b5d 100644 --- a/fs.html +++ b/fs.html @@ -40,30 +40,37 @@
-
Frequency Shift
+
Mic1 Frequency Shift
-
+
- - + + - - + +
+
1.0
+
+ 10.0 +
- +
@@ -71,31 +78,37 @@
-
Frequency Shift
+
Mic2 Frequency Shift
-
+
- - + + - - + +
+
1.0
+
+ 10.0 +
+ style="width: 55px; text-align: center;" value="7Hz" />
@@ -117,98 +130,68 @@ \ No newline at end of file diff --git a/login.html b/login.html index e210336..59a3688 100644 --- a/login.html +++ b/login.html @@ -28,13 +28,13 @@
- +
- +
@@ -84,7 +86,7 @@
- +
@@ -96,6 +98,71 @@
+ + \ No newline at end of file diff --git a/security.html b/security.html index 2df64f5..c241b5a 100644 --- a/security.html +++ b/security.html @@ -96,6 +96,30 @@ let oldpassword = $("#oldpassword").val() let newpassword = $("#newpassword").val() let confirmpassword = $("#confirmpassword").val() + + if (oldname.length > 32 || oldname.length < 1) { + alert('The old user name cannot be empty and contains 1 to 32 characters') + return + } + if (newname.length > 32 || newname.length < 1) { + alert('The new user name cannot be empty and contains 1 to 32 characters') + return + } + if (oldpassword.length > 16 || oldpassword.length < 5) { + alert('Old passwords were between 5 and 16 characters long') + return + } + if (newpassword.length > 16 || newpassword.length < 5) { + alert('The new password must be between 5 and 16 characters long') + return + } + if(newpassword != confirmpassword){ + alert('Confirm that the password is inconsistent with the new password') + return + } + + + alert('submit') }) }) diff --git a/system.html b/system.html index 002bddb..22f552a 100644 --- a/system.html +++ b/system.html @@ -79,11 +79,11 @@
- + + class="btn button btn-dark border border-black ms-4">Load
diff --git a/test.html b/test.html deleted file mode 100644 index b1c33d6..0000000 --- a/test.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - -
-
- - - -
-
-

-
-
- - - - - - \ No newline at end of file diff --git a/volume copy.html b/volume copy.html deleted file mode 100644 index 1173612..0000000 --- a/volume copy.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - -
-
-
-
GEAZAN
-
-
- -
- -
-
-
-
-
-
- -
- -
-
50%
-
- -
- -
-
50%
-
- -
- -
-
50%
-
- -
- -
-
50%
-
- -
-
-
    -
  • -
  • 50
  • -
  • 100
  • -
  • 150
  • -
  • 200
  • -
  • 250
  • -
  • 300
  • -
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
- -
- - -
-
-
-
-
- -
-
-
- -
-
-
Geazan
-
www.geazan.com
-
-
-
- - - - - \ No newline at end of file