Browse Source

add and tune stuff

root 2 years ago
parent
commit
75b93c96fe
17 changed files with 192 additions and 138 deletions
  1. 9 10
      about/index.html
  2. 3 3
      article/index.html
  3. 1 1
      chess/index.html
  4. 2 3
      crypty-2/index.html
  5. 5 5
      crypty/index.html
  6. 117 84
      index.html
  7. 1 2
      js/chem.js
  8. 0 0
      js/chem.min.js
  9. 13 0
      js/fake.js
  10. 0 0
      js/fake.min.js
  11. 2 6
      js/score.js
  12. 0 0
      js/score.min.js
  13. 13 4
      log/index.html
  14. 1 2
      paint/index.html
  15. 7 13
      score/index.html
  16. 3 4
      score/tutor/index.html
  17. 15 1
      test/index.html

+ 9 - 10
about/index.html

@@ -21,23 +21,22 @@
 
 <body>
     <a class="btn btn-info" href="/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
-    <div class="page-header">
-        <h2>关于我<small></small></h2>
-    </div>
-    <p><span>我是</span><span id="miss">向量。我还能说啥。</span></p>
-    <p>...我目前在读实验中学,想找我玩可以来 2025 届十一班!我是信竞狗,进省队无望,自从北京今年(2022)的 NOIP
-        取消后,我现在也基本想退役了。</p>
-    <p>别去查我的成绩,不管是信息还是文化课。捞的一批。</p>
 
     <div class="page-header">
-        <h2>关于网站<small></small></h2>
+        <h2>关于此网站<small></small></h2>
     </div>
     <p>原先我只是在<a href="/blog" target="_blank">这</a>写博客,记录信息学知识点,后来把实现的几个小功能(扒来的 js
         小游戏、随机壁纸、搬运来的成绩整理)拉起来拼凑了个页面。我这人版权意识很薄弱,经常从别人手里偷代码,哪天他们会起诉我的。不过从偷的代码里面,我慢慢也学会了一些东西。
     </p>
-    <p>随着技术的增进,我研究清楚了<a href="/score" target="_blank">心意答</a>的接口,用 WebSocket 实现了实时对战<a href="/chess"
-            target="_blank">五子棋</a>,又做了个可上传的<a href="/paint" target="_blank">在线画板</a>(虽然没人画)。</p>
+    <p>随着技术的增进,我研究清楚了心意答的接口,用 WebSocket 实现了实时对战五子棋,又做了个可上传的在线画板(虽然没人画)。</p>
     <p>具体可以看看<a href="/log" target="_blank">网站日志</a>。</p>
+    <div class="page-header">
+        <h2>关于我<small></small></h2>
+    </div>
+    <p><span>我是</span><span id="miss">向量。我还能说啥。</span></p>
+    <p>...我目前在读实验中学,想找我玩可以来 2025 届十一班;我是信竞狗,进省队无望,自从北京今年(2022)的 NOIP
+        取消后,我现在也基本想退役了。</p>
+    <p>别去查我的成绩,不管是信息还是文化课。捞的一批。</p>
     <button class="btn btn-danger" onclick="$('#miss').html('');addchr(1);$('.btn').hide(100)" title="end"></button>
 
 </body>

+ 3 - 3
article/index.html

@@ -10,8 +10,7 @@
 </head>
 
 <body>
-    <a class="btn btn-info" href="/" style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><span
-            class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
+    <a class="btn btn-info" href="/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
     <div class="page-header">
         <h2>Seduce someone
             <small>(背单词时发现的)</small>
@@ -41,7 +40,8 @@
     <p> Furthermore, it is properly unhelpful ever to think of someone we want to seduce as particularly special. It is
         normal, of course, to be momentarily dazzled by beauty or intelligence, but we should quickly recover our poise
         and remember that our beloved is, after all, only human. In other words, that behind the alluring facade, once
-        we know them better, they will have a litany of irritating habits, insecurities, obsessions and flaws. To give us
+        we know them better, they will have a litany of irritating habits, insecurities, obsessions and flaws. To give
+        us
         further confidence, if we did kiss and even one day marry this person, we'd almost certainly be quite unhappy a
         lot of the time.</p>
     <p> Our intimidated feelings before a prospective lover stem from a melodramatic sense of how much is at stake. This

+ 1 - 1
chess/index.html

@@ -185,7 +185,7 @@
         }
 
         .btn {
-            text-shadow: rgb(85, 85, 85) 3px 2px 4px;
+            text-shadow: rgb(133, 133, 130) 1px 2px 3px;
         }
 
         .noshadow {

+ 2 - 3
crypty-2/index.html

@@ -38,7 +38,7 @@
 		function aesEncrypt(encrypted) {
 			return CryptoJS.AES.encrypt(encrypted, key, { mode: CryptoJS.mode.ECB, padding: CryptoJS.pad.Pkcs7 }).ciphertext.toString();
 		}
-		$().ready(e=>{
+		$().ready(e => {
 			$("#dec").val('aes~~~\nuses pad-pkcs7, ecb\nkey=abcdefgabcdefg12')
 			$('#enc').val(aesEncrypt($("#dec").val()))
 		})
@@ -46,8 +46,7 @@
 </head>
 
 <body>
-	<a class="btn btn-info" href="/" style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><span
-			class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
+	<a class="btn btn-info" href="/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
 	<div>
 		<div class="row">
 			<div class="col-lg-6 col-md-6 col-xs-12">

+ 5 - 5
crypty/index.html

@@ -18,19 +18,19 @@
 &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
 	<link rel="stylesheet" href="../css/style.css">
 	<style>
-		.sel:hover{
-			background-color :rgb(220, 220, 220);
+		.sel:hover {
+			background-color: rgb(220, 220, 220);
 			cursor: pointer;
 		}
-		.sel input:hover{
+
+		.sel input:hover {
 			cursor: pointer;
 		}
 	</style>
 </head>
 
 <body>
-	<a class="btn btn-info" href="/" style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><span
-			class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
+	<a class="btn btn-info" href="/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
 	<div>
 		<div class="row">
 			<div class="col-lg-6 col-md-6 col-xs-12">

+ 117 - 84
index.html

@@ -32,6 +32,14 @@
         * {
             transition-duration: 300ms;
         }
+        /* https://i.328888.xyz/2022/12/23/Dn9eo.jpeg */
+        body {
+            background-image: url(https://i.328888.xyz/2022/12/23/DnIEL.jpeg);
+            background-size: cover;
+            background-repeat: no-repeat;
+            background-attachment: fixed;
+            background-position: 65% 50%;
+        }
 
         .btn {
             text-shadow: rgb(133, 133, 130) 1px 2px 3px;
@@ -39,6 +47,10 @@
             transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
         }
 
+        .btn:not(.btn-sm) {
+            margin-top: 5px;
+        }
+
         .btn.btn-lg {
             text-shadow: black 5px 3px 3px;
         }
@@ -99,7 +111,7 @@
 
         .gee {
             color: white;
-            background-color: black;
+            background-color: rgba(0,0,0,0.4);
         }
 
         .btn-dang {
@@ -130,117 +142,138 @@
         .secret>code.gee {
             scale: 1;
             display: inline-block;
-            background-color: black;
-            color: black
+            background-color: transparent;
+            color: transparent
+        }
+
+        .full {
+            background-color: rgba(202, 202, 202, 0.5);
+            border-radius: 10px;
+            margin-top: 50px;
+        }
+
+        .full.gee {
+            background-color: rgba(22, 22, 22, 0.5);
+            border-radius: 10px;
+            margin: 0;
+            padding-top: 50px;
+            padding-bottom: 50px;
+            backdrop-filter: blur(5px);
         }
     </style>
     <script>
         $().ready(function () {
             $('.btn-dang').on('click', function (e) {
-                $('body,.btn,.btn-xs,code,.secret').toggleClass('gee')
+                $('body,.btn,.btn-xs,code,.secret,.full').toggleClass('gee')
                 console.log(e)
             })
-            if (document.domain == '43.143.233.184') $('.alert').hide();
+            if (document.domain != '43.143.233.184') $('.alert').show();
         })
     </script>
 </head>
 
 <body itemscope itemtype="http://schema.org/WebPage" style="height:100vh">
-    <div class="alert alert-warning">注意:正在将网站迁移至<a href="http://43.143.233.184/">http://43.143.233.184/</a>,此页面内容可能已经过时。
+    <div class="alert alert-warning" style="display:none">注意:正在将网站迁移至<a
+            href="http://43.143.233.184/">http://43.143.233.184/</a>,此页面内容可能已经过时。
     </div>
     <script src="js/cursorEffects.js"></script>
     <script type="text/javascript">
         new cursoreffects.bubbleCursor();
     </script>
-    <div class="page-header">
-        <h1>> schtonn
-            <small>yee</small>
-        </h1>
-    </div>
-    <div class="col-md-10">
-        <h3>> <span class="glyphicon glyphicon-link" aria-hidden="true"></span></h3>
-        <p><a class="btn btn-primary btn-lg" href="/blog">
-                <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;Blog</a>&nbsp;
-            <a id="about" class="btn btn-primary btn-lg" href="/about">
-                <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span>&nbsp;关于</a>
-        </p>
+    <div class="full col-md-12">
+        <div class="page-header">
+            <h1>> schtonn
+            </h1>
+        </div>
+        <div class="col-md-10">
+            <h3>> <span class="glyphicon glyphicon-link" aria-hidden="true"></span></h3>
+            <p><a class="btn btn-primary btn-lg" href="/blog">
+                    <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;Blog</a>&nbsp;
+                <!-- <a id="about" class="btn btn-primary btn-lg" href="/about">
+                <span class="glyphicon glyphicon-hand-right" aria-hidden="true"></span>&nbsp;关于</a> -->
+            </p>
 
-    </div>
+        </div>
 
 
-    <div class="col-md-10">
-        <hr>
-        <h3>> 娱乐</h3>
-        <div>
-            <a class="btn btn-info" href="/core/">Core</a>
-            <div class="btn-group">
-                <button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">sans&nbsp;<span
-                        class="caret"></span></button>
-                <ul class="dropdown-menu">
-                    <li><a href="/sans/">sans</a></li>
-                    <li><a href="/sans-cheat/"><span class="glyphicon glyphicon-wrench"
-                                aria-hidden="true"></span>&nbsp;&nbsp;sans</a></li>
-                </ul>
-            </div>
-            <a class="btn btn-info" id="random" href="/random/"><span class="glyphicon glyphicon-random"
-                    aria-hidden="true"></span>&nbsp;&nbsp;random</a>
-            <a class="btn btn-info" id="paint" href="/paint/"><span class="glyphicon glyphicon-pencil"
-                    aria-hidden="true"></span>&nbsp;&nbsp;绘画板</a>
-            <a class="btn btn-info" id="chess" href="/chess/"><span class="glyphicon glyphicon-record"
-                    aria-hidden="true"></span>&nbsp;&nbsp;五子棋</a>
-            <a class="btn btn-info" id="gravity" href="/gravity/"><span class="glyphicon glyphicon-magnet"
-                    aria-hidden="true"></span>&nbsp;&nbsp;引力</a>
-            <!-- <a class="btn btn-info" id="article" href="/article/"><span class="glyphicon glyphicon-book"
+        <div class="col-md-10">
+            <hr>
+            <h3>> 娱乐</h3>
+            <div>
+                <a class="btn btn-info" href="/core/">Core</a>
+                <div class="btn-group">
+                    <button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">sans&nbsp;<span
+                            class="caret"></span></button>
+                    <ul class="dropdown-menu">
+                        <li><a href="/sans/">sans</a></li>
+                        <li><a href="/sans-cheat/"><span class="glyphicon glyphicon-wrench"
+                                    aria-hidden="true"></span>&nbsp;&nbsp;sans</a></li>
+                    </ul>
+                </div>
+                <a class="btn btn-info" id="random" href="/random/"><span class="glyphicon glyphicon-random"
+                        aria-hidden="true"></span>&nbsp;&nbsp;random</a>
+                <a class="btn btn-info" id="paint" href="/paint/"><span class="glyphicon glyphicon-pencil"
+                        aria-hidden="true"></span>&nbsp;&nbsp;绘画板</a>
+                <a class="btn btn-info" id="chess" href="/chess/"><span class="glyphicon glyphicon-record"
+                        aria-hidden="true"></span>&nbsp;&nbsp;五子棋</a>
+                <a class="btn btn-info" id="gravity" href="/gravity/"><span class="glyphicon glyphicon-magnet"
+                        aria-hidden="true"></span>&nbsp;&nbsp;引力</a>
+                <a class="btn btn-info" id="raytrack" href="/test/"><span class="glyphicon glyphicon-cog"
+                        aria-hidden="true"></span>&nbsp;&nbsp;1k光追</a>
+                <!-- <a class="btn btn-info" id="article" href="/article/"><span class="glyphicon glyphicon-book"
                     aria-hidden="true"></span>&nbsp;&nbsp;一些好玩的文章</a> -->
+            </div>
         </div>
-    </div>
 
-    <div class="col-md-10">
-        <hr>
-        <h3>> 小工具</h3>
-        <div>
-            <a class="btn btn-danger" id="score" href="/score/"><span class="glyphicon glyphicon-stats"
-                    aria-hidden="true"></span>&nbsp;&nbsp;成绩整理</a>
-            <div class="btn-group">
-                <button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">Crypty&nbsp;
-                    <span class="caret"></span></button>
-                <ul class="dropdown-menu">
-                    <li><a href="/crypty/">Crypty</a></li>
-                    <li><a href="/crypty-2/">Hardcoded AES</a></li>
-                </ul>
+        <div class="col-md-10">
+            <hr>
+            <h3>> 小工具</h3>
+            <div>
+                <a class="btn btn-danger" id="score" href="/score/"><span class="glyphicon glyphicon-stats"
+                        aria-hidden="true"></span>&nbsp;&nbsp;成绩整理</a>
+                <div class="btn-group">
+                    <button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">Crypty&nbsp;
+                        <span class="caret"></span></button>
+                    <ul class="dropdown-menu">
+                        <li><a href="/crypty/">Crypty</a></li>
+                        <li><a href="/crypty-2/">Hardcoded AES</a></li>
+                    </ul>
+                </div>
+                <a class="btn btn-info" id="log" href="/log/"><span class="glyphicon glyphicon-list"
+                        aria-hidden="true"></span>&nbsp;日志</a>
+                <a class="btn btn-warning" id="chem" href="/chem/"><span class="glyphicon glyphicon-fire"
+                        aria-hidden="true"></span>&nbsp;化学</a>
             </div>
-            <a class="btn btn-info" id="log" href="/log/"><span class="glyphicon glyphicon-list"
-                    aria-hidden="true"></span>&nbsp;日志</a>
-            <a class="btn btn-warning" id="chem" href="/chem/"><span class="glyphicon glyphicon-fire"
-                    aria-hidden="true"></span>&nbsp;化学</a>
         </div>
-    </div>
-    <div class="col-md-2">
-        <hr><button class="btn btn-danger btn-dang"><span class="glyphicon glyphicon-heart"
-                aria-hidden="true"></span></button>
-    </div>
-    <div class="col-md-10">
-        <hr>
-        <h3>> 已过时</h3>
-        <p><a class="btn btn-primary btn-sm" href="https://schtonn.github.io/">
-                <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;schtonn.github.io</a>
-            <a class="btn btn-primary btn-sm" href="https://schtonn.gitee.io/"><span
-                    class="glyphicon glyphicon-thumbs-down"
-                    aria-hidden="true"></span>&nbsp;schtonn.gitee.io</a>
-        </p>
-    </div>
+        <div class="col-md-2">
+            <hr><button class="btn btn-danger btn-dang"><span class="glyphicon glyphicon-heart"
+                    aria-hidden="true"></span></button>
+        </div>
+        <div class="col-md-10">
+            <hr>
+            <h3>> 已过时</h3>
+            <p><a class="btn btn-primary btn-sm" href="https://schtonn.github.io/">
+                    <span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>&nbsp;schtonn.github.io</a>
+                <a class="btn btn-primary btn-sm" href="https://schtonn.gitee.io/"><span
+                        class="glyphicon glyphicon-thumbs-down" aria-hidden="true"></span>&nbsp;schtonn.gitee.io</a>
+            </p>
+        </div>
 
-    <div class="col-md-10">
-        <p><a class="btn btn-warning btn-sm" href="https://github.com/schtonn/schtonn.github.io"><span
-                    class="glyphicon glyphicon-folder-open" aria-hidden="true"></span>&nbsp;&nbsp;github.com/schtonn</a>
-            <a class="btn btn-warning btn-sm" href="https://gitee.com/schtonn/schtonn"><span
-                    class="glyphicon glyphicon-folder-open"
-                    aria-hidden="true"></span>&nbsp;gitee.com/schtonn</a>
-        </p>
+        <div class="col-md-10">
+            <p><a class="btn btn-warning btn-sm" href="https://github.com/schtonn/schtonn.github.io"><span
+                        class="glyphicon glyphicon-folder-open"
+                        aria-hidden="true"></span>&nbsp;&nbsp;github.com/schtonn</a>
+                <a class="btn btn-warning btn-sm" href="https://gitee.com/schtonn/schtonn"><span
+                        class="glyphicon glyphicon-folder-open" aria-hidden="true"></span>&nbsp;gitee.com/schtonn</a>
+            </p>
 
+        </div>
+        <div class="col-md-8 secret">
+            secret message: iee
+        </div>
     </div>
-    <div class="col-md-8 secret">
-        secret message: i love <code>regex</code>
+    <div style="position:absolute; left:0px; bottom:0px;color:rgba(202, 202, 202, 0.5)">
+        背景摄于潭柘寺
     </div>
 </body>
 

+ 1 - 2
js/chem.js

@@ -388,8 +388,7 @@ function query() {
                     $('.frame')[1].innerHTML = '<span id="qryInputRender">' + renderEquation($('#qryInput').val()) + '</span><br><span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span><br>';
                     console.log(renderEquation($('#qryInput').val()), $('.frame')[1].innerHTML)
                     for (let i = 0; i < resj.length; i++) {
-                        $('.frame')[1].innerHTML += renderEquation(resj[i].content) + '<br>';
-                        $('.frame')[1].innerHTML += '<span class="label label-default">' + resj[i].id + '</span>';
+                        $('.frame')[1].innerHTML += renderEquation(resj[i].content) + '<br><span class="label label-default">' + resj[i].id + '</span>';
                         if (resj[i].conditions) $('.frame')[1].innerHTML += '(' + resj[i].conditions + ')';
                         $('.frame')[1].innerHTML += resj[i].descriptions + '<br>';
                         if (resj[i].rel) {

File diff suppressed because it is too large
+ 0 - 0
js/chem.min.js


File diff suppressed because it is too large
+ 13 - 0
js/fake.js


File diff suppressed because it is too large
+ 0 - 0
js/fake.min.js


+ 2 - 6
js/score.js

@@ -1,7 +1,3 @@
-function toggleHide() {
-    $(".hidable").toggle(1000);
-};
-
 var knownExams = ''
 
 for (let i = 3000; i < 3400; i++)knownExams += i.toString() + ','
@@ -563,7 +559,7 @@ function processFiles(isFirstTime = 0) {
         }
         console.log(cSeries)
         cOp.title = {
-            text: '你想跟人比比',
+            text: '比比',
             textStyle: {
                 fontSize: 14,
                 fontStyle: 'normal',
@@ -793,4 +789,4 @@ $().ready(function () {
     })
 })
 
-//uglifyjs public/js/score.js -c -m eval,toplevel,reserved=[nextFile,prevFile,fetchMe,resizeChart,getSe,imageLoaded,toggleHide,fontSize,curSe,datSe] -o public/js/score.min.js
+//uglifyjs public/js/score.js -c -m eval,toplevel,reserved=[nextFile,prevFile,fetchMe,resizeChart,getSe,imageLoaded,getFiles,fontSize,curSe,datSe] -o public/js/score.min.js

File diff suppressed because it is too large
+ 0 - 0
js/score.min.js


+ 13 - 4
log/index.html

@@ -17,8 +17,7 @@
         }
 
         .btn {
-            text-shadow: rgb(85, 85, 85) 3px 2px 4px;
-            display: inline-block;
+            text-shadow: rgb(133, 133, 130) 1px 2px 3px;
         }
 
         .btn-xs.gee {
@@ -77,7 +76,7 @@
     <script>
         $().ready(function () {
             $('.btn-danger').on('click', function (e) {
-                $('body,.btn,.btn-xs,code').toggleClass('gee')
+                $('body,.btn,.btn-xs,code,pre').toggleClass('gee')
                 console.log(e)
             })
         })
@@ -96,7 +95,7 @@
     </h3>
     <p>让所有扣分点晃来晃去;多好玩。</p>
     <p>录入多人时增加了一个图表,让比较更直接。</p>
-    <p>修改了首页排版,增加了关于页面。</p>
+    <p>修改了首页排版。</p>
     <hr>
 
     <h3 id="22.12.20">
@@ -230,6 +229,16 @@
     <hr>
     <p><button class="btn btn-danger btn-dang"><span class="glyphicon glyphicon-off" aria-hidden="true"></span></button>
     </p>
+    <pre style="font-family: Arial;font-size: 10pt">
+        .·´¯`·.¸  °       ¸.·´¯¯¯¯`·–·´(    '  ¸.-~*¨¯`,      ¸.·–.¸ °          _.·-·.¸_'      /( '       ¸.·´`·. '      .·´¯¯`·.     .·´(  '      .·´¯¯`·.     .·´(  '   
+    |`·,      `·.¸ °  '/   /¯¯`·.__.·´|     |¯¯)     /| ¸.·´   /¯¯'/ ¸.-~·*¨¯        ¯`·-·´    )‘  ¸.·´   ¸.·´¨|‘    /   /`·.¸  `·.|'.   \‚      /   /`·.¸  `·.|'.   \‚    
+    |.·'  .·´|_.·'|    |   |.—-.¸__¸.·' '    |.·´     /=(      (_.·´ ' |`·.(¯¯¯¯`·.   (`·.__.·´|'  /     '/\¯¯¯\‚  /   /    '`·.   `·'    \' '  /   /    '`·.   `·'    \' ' 
+    |'·.__¯¯`·.|    |\  '\__¸.·´¯¯`·.    (    ¸.·´     `·.    )       `·.|¯¯¯¯¯')   '\·.__.·´'  |      |  |     '| '|   |`·.       `·.       |°'|   |`·.       `·.       |°
+    |.·´¯/|¯`·.  `·. |' `·.¸___¸.·-.   '\° |`·.(   ¸.·´¯\  ).·´'|‘   '               /      \     '    |      |  |     '| '|\   \  `·.       \   .·´| '|\   \  `·.       \   .·´| 
+    |'·. '´¯¯¯    /|°`·.              ).·´|' '·.   |´        \|    |‚  '               |'·._.·´¨|   °    '|\___'\/___/| '|  '\(      `·.     \(   '| '|  '\(      `·.     \(   '| 
+    |   ¯¯¯¯¯¯  |     `·.____.·|   ¸'  '  `·.|          |¸.·´                   '·._.·´¯'         |      | |      '|  '·.  '|        `·.   |   .'  '·.  '|        `·.   |   .' 
+    `·————·´                 |.·´   '                                           '               `·.__|/|__.·´''     `·|           `·.|·´'       `·|           `·.|·´'   </pre>
+    
 </body>
 
 </html>

+ 1 - 2
paint/index.html

@@ -170,8 +170,7 @@
         }
 
         .btn {
-            text-shadow: rgb(85, 85, 85) 3px 2px 4px;
-            display: inline-block;
+            text-shadow: rgb(133, 133, 130) 1px 2px 3px;
         }
 
         .noshadow {

+ 7 - 13
score/index.html

@@ -98,17 +98,15 @@
 </head>
 
 <body>
-    <a class="btn btn-info" href="/" style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><span
-            class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
-    <a tabindex="0" class="btn btn-warning hidable toggleHide" onclick="toggleHide();"
-        style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;display:none;">
+    <a class="btn btn-info" href="/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
+    <a tabindex="0" class="btn btn-warning hidable toggleHide" onclick="$('.hidable').show(1000);$('.toggleHide').toggle(1000)" style="display:none;">
         <span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
     </a>
     <div class="hidable fetch">
         <div class="page-header">
             <h1>
                 实验中学成绩整理
-                <small>基于心意答查分页面提供的数据整理汇总考试成绩</small>
+                <small>基于心意答数据整理汇总考试成绩</small>
             </h1>
         </div>
         <h3>如何获取数据</h3>
@@ -149,24 +147,20 @@
     </div>
     <div style="text-align: center;" class="hidable">
         <div class="btn-group">
-            <a id="upbtn" tabindex="0" class="btn btn-info" onclick="document.getElementById('fileInput').click();"
-                style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;display:inline-block;">
+            <a id="upbtn" tabindex="0" class="btn btn-info" onclick="document.getElementById('fileInput').click();">
                 <span id="upicon" class="glyphicon glyphicon-open" aria-hidden="true"></span> <b>打开文件</b><input
                     style="display: none;" id="fileInput" type="file" onchange="getFiles(event)">
             </a>
-            <a tabindex="0" class="btn btn-default fetch" href="tutor/"
-                style="text-shadow: rgb(185, 185, 185) 3px 2px 4px;display:inline-block;">
+            <a tabindex="0" class="btn btn-default fetch" href="tutor/">
                 <span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span>&nbsp;<b>查看示例截图</b>
             </a>
             <a id="upbtn" tabindex="0" class="btn btn-danger"
-                onclick="/*var a=aesEncrypt(prompt('我的班级')),b=aesEncrypt(prompt('我的学号'));if(a=='1170185235a2b833f24d4cf0e7d3f1c1'&&b=='b1b384c7b1e81d67482a132f60b3456e')*/$('.fetch').toggle(1000);/*else alert('你非我')*/"
-                style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;display:inline-block;">
+                onclick="/*var a=aesEncrypt(prompt('我的班级')),b=aesEncrypt(prompt('我的学号'));if(a=='1170185235a2b833f24d4cf0e7d3f1c1'&&b=='b1b384c7b1e81d67482a132f60b3456e')*/$('.fetch').toggle(1000);/*else alert('你非我')*/">
                 <b>?!</b>
             </a>
             <!-- If you must... -->
         </div>
-        <a tabindex="0" class="btn btn-warning toggleHide fetch" onclick="toggleHide();"
-            style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;display:inline-block;">
+        <a tabindex="0" class="btn btn-warning toggleHide fetch" onclick="$('.hidable').hide(1000);$('.toggleHide').toggle(1000)">
             <span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span>
         </a>
     </div>

+ 3 - 4
score/tutor/index.html

@@ -18,8 +18,7 @@
 </head>
 
 <body>
-    <a class="btn btn-info" href="/" style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><span
-            class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a><br>
+    <a class="btn btn-info" href="/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a><br>
     <div>
         <div class="page-header">
             <h1>
@@ -41,8 +40,8 @@
         </p>
     </div>
     <div style="text-align: center;">
-        <a class="btn btn-warning" href=".." style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><span
-                class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a><br>
+        <a class="btn btn-warning" href=".."><span class="glyphicon glyphicon-home"
+                aria-hidden="true"></span>&nbsp;返回</a><br>
     </div>
     <img src="1.png">
     <img src="2.png">

+ 15 - 1
test/index.html

@@ -1,9 +1,23 @@
+<head>
+    <meta charset="UTF-8">
+    <script type="text/javascript" src="../js/jquery.min.js" crossorigin="anonymous"></script>
+    <link rel="stylesheet" href="../css/bootstrap.min.css" crossorigin="anonymous">
+    <script type="text/javascript" src="../js/bootstrap.min.js" crossorigin="anonymous"></script>
+    <link rel="preconnect" href="https://fonts.gstatic.com">
+    <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
+&family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
+    <link rel="stylesheet" href="../css/style.css">
+</head>
+
 <body>
     <canvas style="display: block; margin: auto; width: 512px; height: 512px;" width="512" height="512"></canvas>
     <script>
         var c = document.getElementsByTagName("canvas")[0].getContext("2d")
     </script>
     <script>
-        for (_ = '&&Zz,Y*bXy,Wy=Vx,U81Sa.RX.QRyQPRxQO,-1N+b.HMath.GGrandom()FF*27,E512C/C*12Bj,A),@d(Ab@$0,#3,#2@"--;){!w,Gsqrt(Rz.5)=>D(q,>0Z8@Gpow();));L(##8,for(+S)*27%S,ImageData.data[a++]=m(I(M(	K(	Aq,-2*j(a,h,p,q,g(F-)/3@1],[,w=MAyp=E-S+ES@wq==b=aL=(UVUz=x({UWz}MRxHURyHWHzKRxX,RyX,XDOx+Py+Qz;dPz-QWQx-OYOy-PxmK1/D(a)IMbNz=-7N#8n=Y4)u=m(d(1@nv=d(u,nt=A{T=S;V-/j.z;y(h=21[e,f,J]of[[1#2,2@4,0-"5,7"41,#4@8,6-1,1#4@#4,4@4],[7@5,4@1]]){b=2*D(AIeV(-b-bX-4*D(Ie+4*J*J/2,yT>yZ(T=Wh=1,g=fe)}return{}};oa+b?a%3&b%3&1?0):o(a/3|#b/3|0):5s=Ar,p({}=tjZh?h&1?		p,j)64g,p)*.7s(.4:	o((w.x,(w.y@(b=@s(	b,	d($b@@$@t(p).h?:1):rZF>.9?8):5,6,1-j.Y4i=0;=c.create(C,1(r{a=0;b=C;b!V0k=32;k!x=	Y	u,@v,)V	Ws(U			YnN0	u,v@-6	u,bB@v,iB)x1}k in y)y[k];255}c.put(,#ii++<CZsetTimeout(r)})()'; G = /[^ %-?DI-MT[-}]/.exec(_);)with (_.split(G)) _ = join(shift()); Function(_)()
+        for(_='&&Zz,Y*bXy,Wy=Vx,U81Sa.RX.QRyQPRxQO,-1N+b.HMath.GGrandom()FF*27,E512C/C*12Bj,A),@d(Ab@$0,#3,#2@"--;){!w,Gsqrt(Rz.5)=>D(q,>0Z8@Gpow();));L(##8,for(+S)*27%S,ImageData.data[a++]=m(I(M(	K(	Aq,-2*j(a,h,p,q,g(F-)/3@1],[,w=MAyp=E-S+ES@wq==b=aL=(UVUz=x({UWz}MRxHURyHWHzKRxX,RyX,XDOx+Py+Qz;dPz-QWQx-OYOy-PxmK1/D(a)IMbNz=-7N#8n=Y4)u=m(d(1@nv=d(u,nt=A{T=S;V-/j.z;y(h=21[e,f,J]of[[1#2,2@4,0-"5,7"41,#4@8,6-1,1#4@#4,4@4],[7@5,4@1]]){b=2*D(AIeV(-b-bX-4*D(Ie+4*J*J/2,yT>yZ(T=Wh=1,g=fe)}return{}};oa+b?a%3&b%3&1?0):o(a/3|#b/3|0):5s=Ar,p({}=tjZh?h&1?		p,j)64g,p)*.7s(.4:	o((w.x,(w.y@(b=@s(	b,	d($b@@$@t(p).h?:1):rZF>.9?8):5,6,1-j.Y4i=0;=c.create(C,1(r{a=0;b=C;b!V0k=32;k!x=	Y	u,@v,)V	Ws(U			YnN0	u,v@-6	u,bB@v,iB)x1}k in y)y[k];255}c.put(,#ii++<CZsetTimeout(r)})()';G=/[^ %-?DI-MT[-}]/.exec(_);)with(_.split(G))_=join(shift());Function(_)()
     </script>
+    <p>js1k 上有人仅用 1k 代砝写出的光线追踪,比我写的戝绩查询的三坝分之一还短。。</p>
+    <pre style="word-wrap:break-word;white-space:normal">for(_='&&Zz,Y*bXy,Wy=Vx,U81Sa.RX.QRyQPRxQO,-1N+b.HMath.GGrandom()FF*27,E512C/C*12Bj,A),@d(Ab@$0,#3,#2@"--;){!w,Gsqrt(Rz.5)=>D(q,>0Z8@Gpow();));L(##8,for(+S)*27%S,ImageData.data[a++]=m(I(M(	K(	Aq,-2*j(a,h,p,q,g(F-)/3@1],[,w=MAyp=E-S+ES@wq==b=aL=(UVUz=x({UWz}MRxHURyHWHzKRxX,RyX,XDOx+Py+Qz;dPz-QWQx-OYOy-PxmK1/D(a)IMbNz=-7N#8n=Y4)u=m(d(1@nv=d(u,nt=A{T=S;V-/j.z;y(h=21[e,f,J]of[[1#2,2@4,0-"5,7"41,#4@8,6-1,1#4@#4,4@4],[7@5,4@1]]){b=2*D(AIeV(-b-bX-4*D(Ie+4*J*J/2,yT>yZ(T=Wh=1,g=fe)}return{}};oa+b?a%3&b%3&1?0):o(a/3|#b/3|0):5s=Ar,p({}=tjZh?h&1?		p,j)64g,p)*.7s(.4:	o((w.x,(w.y@(b=@s(	b,	d($b@@$@t(p).h?:1):rZF>.9?8):5,6,1-j.Y4i=0;=c.create(C,1(r{a=0;b=C;b!V0k=32;k!x=	Y	u,@v,)V	Ws(U			YnN0	u,v@-6	u,bB@v,iB)x1}k in y)y[k];255}c.put(,#ii++&amp;CZsetTimeout(r)})()';G=/[^ %-?DI-MT[-}]/.exec(_);)with(_.split(G))_=join(shift());Function(_)()
+    </pre>
 </body>

Some files were not shown because too many files changed in this diff