From e1ad30fc745ea95ffe50c25d39f1001b24d5b220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 14 Dec 2024 04:53:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- about.md | 94 +++++++++++++++++++++++++------------------------------- cert.md | 15 ++------- 2 files changed, 44 insertions(+), 65 deletions(-) diff --git a/about.md b/about.md index 5f82d2a..2a31ffc 100644 --- a/about.md +++ b/about.md @@ -4,6 +4,38 @@ prev: false next: false --- + + # 关于 ## 关于耗子面板 @@ -16,33 +48,11 @@ next: false ## 团队介绍 + + +## 发展历程 + -
-
-
-
👤
-

耗子

-

创始人 & CEO

-
-
-
</>
-

靓仔

-

技术负责人

-
-
-
🔒
-

-

证书销售

-
-
-
- -## 发展历程 -
2024
-

全新起航

+

全新起航

面板得到了众多赞助商的支持,2024 年下半年发布了全新的 2.3 版本

@@ -119,7 +109,7 @@ next: false
2023
-

技术积累

+

技术积累

使用 Go 对面板进行重写,发布 2.0 2.1 系列版本,积累了大量开发经验

@@ -128,7 +118,7 @@ next: false
2022
-

项目立项

+

项目立项

2022 年中项目立项,年末发布 1.0 版本

diff --git a/cert.md b/cert.md index 129cf48..1c056e6 100644 --- a/cert.md +++ b/cert.md @@ -21,7 +21,6 @@ next: false flex: 1; padding: 24px; border-radius: 8px; - background: white; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } @@ -39,12 +38,10 @@ next: false } .cert-subtitle { - color: #666; margin-bottom: 8px; } .cert-price { - color: #4080ff; font-size: 24px; font-weight: bold; margin-bottom: 24px; @@ -52,7 +49,6 @@ next: false .cert-price span { font-size: 14px; - color: #666; } .cert-features { @@ -64,18 +60,13 @@ next: false align-items: center; gap: 8px; margin-bottom: 12px; - color: #333; - } - - .cert-check-icon { - color: #4080ff; } .cert-buy-button { + color: white; width: 100%; padding: 12px; background: #4080ff; - color: white; border: none; border-radius: 4px; cursor: pointer; @@ -108,17 +99,15 @@ next: false display: flex; align-items: center; justify-content: center; - color: #4080ff; font-size: 24px; } .cert-feature-content h3 { - margin: 8px 0; + margin: 8px 0!important; font-size: 18px; } .cert-feature-content p { - color: #666; line-height: 1.5; }