From 40154d4f196dc6e91ce06eb0280c2dc1538edd2d Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Wed, 15 Jan 2025 03:53:02 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=80=83=E8=AF=95?= =?UTF-8?q?=E5=AE=89=E6=8E=92=E5=92=8C=E5=BD=93=E5=89=8D=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exam_config.json => exam/exam_config.json | 0 exam/index.html | 55 +++++++ script.js => exam/script.js | 0 styles.css => exam/styles.css | 0 favicon.ico | Bin 0 -> 1930 bytes index.html | 140 ++++++++++------- time/index.html | 173 ++++++++++++++++++++++ 7 files changed, 313 insertions(+), 55 deletions(-) rename exam_config.json => exam/exam_config.json (100%) create mode 100644 exam/index.html rename script.js => exam/script.js (100%) rename styles.css => exam/styles.css (100%) create mode 100644 favicon.ico create mode 100644 time/index.html diff --git a/exam_config.json b/exam/exam_config.json similarity index 100% rename from exam_config.json rename to exam/exam_config.json diff --git a/exam/index.html b/exam/index.html new file mode 100644 index 0000000..67faedd --- /dev/null +++ b/exam/index.html @@ -0,0 +1,55 @@ + + + + + + Exam Schedule + + + + + +
+

+ 考试安排 + +

+

+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + +
科目开始时间结束时间
+
+
+
+ +
+
+ + + + + + +
+
+ + + diff --git a/script.js b/exam/script.js similarity index 100% rename from script.js rename to exam/script.js diff --git a/styles.css b/exam/styles.css similarity index 100% rename from styles.css rename to exam/styles.css diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..0cf6fc43713fabf35f0f947d30b4384ef848e76e GIT binary patch literal 1930 zcmV;52X**~P)EpH=?6%35yLPvy=lA=* z^S#cw5fNeXO0mX|Gg=ZdlWd0lNmj!pkXs)I?VUq5G%g?+U(a^GCvQMOJIbTRN@kP};2HtwH4vgkBmtiXLaa_fH@~H3 z};5P8w>b{+ozJOhB-253VtnU{G(5%d9#rH{R+IfVDtz( zj|yRu9sLU2O*U_S+5=4L)+r>j;dL1}HTBiIUv}5Fr_>r|^$YMOSldoBS`L$Q4kU0Y zr_FjA&lPKY)fcm5ZBtqEt0pDV>8?UNeT^o&BXic0{$i# z^QC~51Vl3LJGqV{JB+cUVVRyB%Zw(irIbK!s6s>YGy6)`TmoJpdKt>ya1LjrFv<7UF-ZhJLvlbd-{ z4Q~uS)HN4l@>z0>f`D#oIG4{U?!78v*A_UYmC zbRGmaN`fb#KD8J8w=4AI=XKFCc>10$hqkgH#^t#c!Nqz3Tl@|V6LMztS^*^_lw@aT zm-dgWj_&#FM0Ru!DW}$Rs>g)oaJ|jUsY`zBB4>avyVN8)EC;AoT1qhatpIy`zUSi@ zvTaE$`MnSaH7@vrJ?aSPEMdu@m(tECLz69*^Hq?*;}-(+`etsLR>0GoqR0PaMfoeK z4+g6Jue3mbl&fPzAe|p8;Kus|-(C?pQWEe@O%RZ$o&b<)f1W>06Xwra0@?m+3`s=x zRfJy=y~=KDZ5lnoSJtOBk$Vuu%Fe;lSFP2D+2tbxd^ba^U6$-AyJ}D8kQr3aJa^!*{LZr2jEn*-5ORE20IBTR64*S zZkVRLd{$t6Mj!i*n-m0e@S}!niU9XcbGj!1)brDhm0T%$md8~J0xr~{2Q{?>-0A?y zq)daQ9G%Z704aYNBM-ngG#BouhVwmp0X_b~>s|!TW<`NZVUr1FxDk*U)Dq#wv(npJMp{qb4gpn(XAVfqIdvKKA=HL_o2d zv-7em#gN^;Izm@8qx~F4(Np9 zj|7|+_}(DTEe$gQn)@EN4eW5UfPW2})L7u&3*vl$Zc13}6Nvag@JD0>RHSY2NOF`# zM}~Af4lLn&jS}E;iulctPl>e^qbDKWUesJqK*U-7b{yU==*B>`*rp)@s{8$6h&BN| zs|6CkZ`p!A8W)Hqz>i!Q#K}$xArV6c^jV;*B7S19wa-B7|I#D;ckGch(gcZ;i1X-9 z>mUeqXPxEx33uh$y^hZFgeUJ#c86}*MN~*@m%I7^BdL!V3TrPBCUyBv#dr9gLkKt?G{_*{s<>2pc@9Rjyls^Nxd@)=*J zfKWSBW00AZN+Q~4=jD!*qr1?8&s?$>7w~1!@=?2hKb1th%2|%4->LQeKiP|YQe@5r QlK=n!07*qoM6N<$f@|QIga7~l literal 0 HcmV?d00001 diff --git a/index.html b/index.html index 67faedd..b4088aa 100644 --- a/index.html +++ b/index.html @@ -1,55 +1,85 @@ - - - - - - Exam Schedule - - - - - -
-

- 考试安排 - -

-

-
-
-
-
-
-
-
-
-
- - - - - - - - - - - -
科目开始时间结束时间
-
-
-
- -
-
- - - - - - -
-
- - - + + + + + + + + 选择页面 + + + +

选择版本:

+ + + \ No newline at end of file diff --git a/time/index.html b/time/index.html new file mode 100644 index 0000000..4ed84cd --- /dev/null +++ b/time/index.html @@ -0,0 +1,173 @@ + + + + + + + + 当前时间 + + + + + + + +
+
当前时间:
+
+
+ + + + + +
+
+ + + + + \ No newline at end of file