From fd7ba0ff9621a5899c0460099b71374f58581817 Mon Sep 17 00:00:00 2001 From: Qiu Date: Fri, 19 Jun 2026 18:14:41 +0800 Subject: [PATCH] init --- .gitea/workflows/deploy.yml | 24 +++ index.html | 319 ++++++++++++++++++++++++++++++++++++ 2 files changed, 343 insertions(+) create mode 100644 .gitea/workflows/deploy.yml create mode 100644 index.html diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..f369946 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,24 @@ +name: Deploy Frontend + +on: + push: + branches: + - main + +jobs: + deploy: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Setup SSH + run: | + mkdir -p ~/.ssh + echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519 + chmod 600 ~/.ssh/id_ed25519 + ssh-keyscan -H 192.168.31.185 >> ~/.ssh/known_hosts + + - name: Deploy + run: | + scp -r ./* root@192.168.31.185:/data/apps/ci-cd/frontend/ \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..a96cfe7 --- /dev/null +++ b/index.html @@ -0,0 +1,319 @@ + + + + + +知识指南 - 首页 + + + + +
+ + +
+
+ + + + +
+ 🐙 + 📡 + 🌙 +
+
+
+ + +
+ + + + + +
+ +
+

构建程序员的系统化知识体系

+

从基础语法到分布式架构,从面试突击到深度进阶。精选 200+ 篇高质量技术文章,覆盖 Java、前端、Python、Go、数据库、DevOps 等核心领域,陪你走好每一步技术成长之路。

+ +
+ + +
+
218
原创文章
+
30w+
月活跃读者
+
1.2k
GitHub Stars
+
8
分类专栏
+
+ + +
📌 精选推荐查看更多 →
+
+
+
+
+

Java 并发编程完整指南

+

从线程基础到 JUC 进阶,含锁升级、线程池、虚拟线程完整讲解

+
+
+
+
🗄️
+

MySQL 索引优化实战

B+树原理、EXPLAIN 分析、索引设计最佳实践

+
+
+
⚛️
+

React 18 并发特性深度解析

Suspense、Transitions、Server Components 全解读

+
+
+
🐳
+

Kubernetes 生产级部署指南

从 Pod 到 Ingress,从 Helm 到 GitOps,完整上手指南

+
+
+ + +
🔥 热门文章查看更多 →
+ +
+ + + +
+ + + + + + +