Browse Source

modify info

root 2 years ago
parent
commit
98ef3e0f87
5 changed files with 25 additions and 32 deletions
  1. 3 2
      about/index.html
  2. 1 1
      fun/chat/index.html
  3. 3 23
      index.html
  4. 15 5
      log/index.html
  5. 3 1
      mail/index.html

+ 3 - 2
about/index.html

@@ -30,13 +30,14 @@
         小游戏、随机壁纸、搬运来的成绩整理)拉起来拼凑了个页面。我这人版权意识很薄弱,经常从别人手里偷代码,哪天他们会起诉我的。不过从偷的代码里面,我慢慢也学会了一些东西。
     </p>
     <p>随着技术的增进,我研究清楚了心意答的接口,用 WebSocket 实现了实时对战五子棋,又做了个可上传的在线画板(虽然没人画)。</p>
+    <p>现在 25565 端口上跑着 Minecraft,90 端口上跑着邮箱,25,78,143 都是邮箱服务器的端口,80 和 443上跑着 nginx,1999,1984(),222 全都给内网穿透用了,哈哈早晚把端口用完咯。</p>
     <p>具体可以看看<a href="/log" target="_blank">网站日志</a>。</p>
-    <div class="page-header">
+    <!-- <div class="page-header">
         <h2>关于我<small></small></h2>
     </div>
     <p><span>我是</span><span id="miss">向量。我还能说啥。</span></p>
     <p>...我目前在读实验中学,想找我玩可以来 2025 届十一班;我是信竞狗,进省队无望,自从北京今年(2022)的 NOIP
         取消后,我现在也基本想退役了。</p>
-    <button class="btn btn-danger" onclick="$('#miss').html('');addchr(1);$('.btn').hide(100)" title="end"></button>
+    <button class="btn btn-danger" onclick="$('#miss').html('');addchr(1);$('.btn').hide(100)" title="end"></button> -->
 
 </body>

+ 1 - 1
fun/chat/index.html

@@ -106,7 +106,7 @@ Boyu, you are incredibly handsome with a strong jawline and chiseled features. Y
             <hr>
         </div>
         <div class="col-lg-8 col-md-10 col-xs-12">
-            输入英语句子与 ChatGPT 对话。不要滥用接口,是直接在服务器上跑的 python。
+            输入英语句子与 ChatGPT 对话。不要滥用接口,是直接在服务器上跑的 python。不要一直重复提交,等显示结果后再重试。
             <div class="input-group">
                 <textarea id="chatInput" type="text" class="form-control" oninput="input()" autocomplete="off"
                     style="resize:vertical"></textarea>

+ 3 - 23
index.html

@@ -218,9 +218,9 @@
                         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="https://太帅了.cn" data-toggle="tooltip" data-placement="top"
-                    title="中国人不懂浪漫,这么好的域名让我注册了"><span class="glyphicon glyphicon-link"
-                        aria-hidden="true"></span>&nbsp;&nbsp;太帅了.cn</a>
+                <a class="btn btn-info" href="https://太帅了.cn" data-toggle="tooltip" data-placement="top"
+                    title="中国人不懂浪漫,这么好的域名让我注册了">太帅了.cn</a>
+                <a class="btn btn-info" href="minecraft">Minecraft</a>
                 <a class="btn btn-primary" href="/fun/"><span class="glyphicon glyphicon-chevron-right"
                         aria-hidden="true"></span>&nbsp;&nbsp;更多</a>
             </div>
@@ -253,26 +253,6 @@
             <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>
         <div class="col-md-8 secret">
             secret message: iee
         </div>

+ 15 - 5
log/index.html

@@ -83,8 +83,9 @@
             color: #333;
             text-align: center;
         }
-
+        
         hr:after {
+            transition-duration: 300ms;
             content: "§";
             display: inline-block;
             position: relative;
@@ -93,11 +94,20 @@
             padding: 0 0.25em;
             background: floralwhite;
         }
+
+        hr.gee {
+            border-top: medium double rgb(70, 59, 150);
+            color: rgb(70, 59, 150);
+        }
+
+        hr.gee:after {
+            background: #000;
+        }
     </style>
     <script>
         $().ready(function () {
             $('.btn-danger').on('click', function (e) {
-                $('body,.btn,.btn-xs,code,pre').toggleClass('gee')
+                $('body,.btn,.btn-xs,code,pre,hr').toggleClass('gee')
                 console.log(e)
             })
         })
@@ -115,12 +125,12 @@
     </h3>
     <p>今天可算是干了两件大事。</p>
     <p>首先,我把邮箱服务运行起来了,虽然目前大部分邮箱不接收我的邮件,但至少我能收到他们发来的邮件。我以后愿意的时候,就可以用<a
-            href="malito:1@schtonn.top">1@schtonn.top</a>来收邮件了。</p>
+            href="mailto:1@schtonn.top">1@schtonn.top</a>来收邮件了。</p>
     <p>当然,这个邮箱是可以无限注册的,所以谁想要拿它玩玩也可以找我注册。</p>
     <p>第二件大事是我用 acme.sh 搞定了 SSL 的证书,虽然没用,但它很难搞定,因此搞定后让人极度舒适。看着左上角那个锁终于没再说“不安全”,我真是感到发自内心地满足。</p>
-    <p>愚蠢的是,心意答的接口居然没有 https(考虑到他对安全性的种种忽视,这也在情理之中),导致我想继续查成绩,就得把成绩查询的页面回退到 http 上。好在我把剩下大部分能搬迁到本地的服务都搬过来了,所以只有那一个页面受影响。
+    <p>愚蠢的是,心意答的接口居然没有 https(考虑到他对安全性的种种忽视,这也在情理之中),导致我想继续查成绩,就得把成绩查询的页面回退到 http 上(其实还有个办法,就是让服务器作为代理去收集数据,但那样心意答就能查出来我的 ip,而且你们的信息也得经我的手了,不太好)。好在我把剩下大部分能搬迁到本地的服务都搬过来了,所以只有那一个页面受影响。
     </p>
-    <p>为了方便,我把服务交给了 nginx 来代理,让它来处理 http,https 之间各种胡乱的转换。</p>
+    <p>为了方便,我把服务交给了 nginx 来代理,让它来处理 http,https 之间各种胡乱的转换。SSL 这个玩意也真是有点矫情,每个接口都要上一层加密,不仅是 http,就连五子棋的 ws 也要升级成 wss(ws 万岁万万岁)。</p>
     <p>其实还有件小事,就是我注册了<a href="https://太帅了.cn">太帅了.cn</a>,正如我在首页所强调的,这么好的域名没人注册,凸显出中国人是在不懂浪漫。</p>
     <hr>
 

+ 3 - 1
mail/index.html

@@ -17,9 +17,11 @@
         <h1>邮箱</h1>
     </div>
     <p>我注册了 schtonn.top,但受限于实名各种奇怪的 bug,不让我备案,没法把网站投放上去。不过自建一个邮箱还是可以的。</p>
-    <p>我直接用了现成的框架(参考<a href="https://zhuanlan.zhihu.com/p/28816035">知乎</a>),搭起了邮件服务器,但目前各大主流邮箱貌似还不太承认我发的邮件。</p>
+    <p>我直接用了现成的框架(参考<a href="https://zhuanlan.zhihu.com/p/28816035">知乎</a>),搭起了邮件服务器,刚启动这会可能各大邮箱还收不到我发的邮件。<blockquote style="font-size:inherit">更新,163测试成功了。。不过给我归到垃圾邮件里了。垃圾过滤好像很讨厌新注册的域名,以及top这样的新顶级域名,而且坑爹的腾讯云 ptr 反向解析一年收我 1500,傻子才去买,但不买人家就不认你。貌似他为了嘲讽我还自己设好了解析,只不过 ip 是反过来的。。要是我运气好申请到一个对称的 ip 就能成功了。<br>目前能行的办法是在邮箱设置里给 schtonn.top 开白名单。</blockquote></p>
     <p>不过收邮件,和内部来回发邮件,经过测试是完全没有问题的。</p>
+    <p>你要问这个邮箱有啥用,那我觉得可能就是没广告,没有冗余功能,不容易像主流邮箱一样大规模泄露,而且也不会被群发广告的扫描到。</p>
     <p>你也可以注册一个 ***@schtonn.top 邮箱来收发邮件,但自动化的注册功能我还没有实现,目前的办法很滑稽:你告诉我用户名密码,我手动加密,然后写入到数据库里。</p>
+    <p>当然,可以用 <a href="mailto:1@schtonn.top">1@schtonn.top</a> 来联系我。</p>
 </body>
 
 </html>