From 9a918d92b5d56011ea49d2dd1425a72f66055f0f Mon Sep 17 00:00:00 2001 From: bisnsh Date: Thu, 4 Sep 2025 16:30:19 +0800 Subject: [PATCH] update --- source/_posts/2025.08/tr3000-openwrt.md | 11 +++++++---- source/_posts/2025.09/install-openclash-on-openwrt.md | 10 ++++++---- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/source/_posts/2025.08/tr3000-openwrt.md b/source/_posts/2025.08/tr3000-openwrt.md index ddf465b..0870496 100644 --- a/source/_posts/2025.08/tr3000-openwrt.md +++ b/source/_posts/2025.08/tr3000-openwrt.md @@ -1,16 +1,19 @@ --- filename: tr3000-openwrt title: Cudy TR3000刷入Openwrt系统 -date: 2025-08-31 20:15:00 updated: '' cover: https://pic.biss.click/i/2025/08/31/xd1k9f.png tags: Cudy-TR3000 categories: 技术 -abbrlink: '' -summary: '' +abbrlink: '8802e397' +summary: >- + 这篇文章介绍了如何将Cudy + TR3000路由器刷入OpenWrt系统。首先,作者提供了下载中间固件和OpenWrt固件的方法。接着,详细说明了刷入过程的步骤,包括访问不同的IP地址进行固件刷入,并提到了OpenWrt的默认登录密码是root。整个过程旨在使路由器能够支持科学上网功能。 toc: true comments: true +date: 2025-08-31 20:15:00 --- + 最近搞到了一台`Cudy-TR3000`路由器,用来进行科学上网(小猫咪),先记录一下刷写`Openwrt`系统的过程。 # 下载固件 1. 中间固件 @@ -35,4 +38,4 @@ comments: true 然后访问`10.0.0.1`,就可以看到openwrt登录页面了,默认密码是`root`。 -
image
+
image
\ No newline at end of file diff --git a/source/_posts/2025.09/install-openclash-on-openwrt.md b/source/_posts/2025.09/install-openclash-on-openwrt.md index 111756e..5d4c472 100644 --- a/source/_posts/2025.09/install-openclash-on-openwrt.md +++ b/source/_posts/2025.09/install-openclash-on-openwrt.md @@ -1,16 +1,18 @@ --- filename: install-openclash-on-openwrt title: 在Openwrt中安装OpenClash -date: 2025-09-02 21:00:00 updated: '' cover: https://pic.biss.click/i/2025/09/02/z1tbws.png tags: openwrt categories: 技术 -abbrlink: '' -summary: '' +abbrlink: 2b2fb1a7 toc: true comments: true +summary: >- + 这篇文章详细介绍了在OpenWrt系统中安装OpenClash的过程。作者通过Web管理页面和终端命令两种方式进行了安装,并强调了推荐启用Smart内核。安装完成后,作者提到了配置步骤,包括下载内核和导入配置文件,最后表达了对于zashboard界面简洁美观的个人喜好。整篇文章内容连贯,条理清晰,为读者提供了完整的安装指南。 +date: 2025-09-02 21:00:00 --- + # 前言 因为一直想要实现从软路由上进行代理,所以买到了一个Cudy Tr3000刷系统折腾。用这篇文章记录一下安装的过程。 # 安装 @@ -36,4 +38,4 @@ opkg install luci-app-openclash 然后就可以开心使用啦! 感觉zashboard简洁好看一些,看自己感觉啦 -
image
+
image
\ No newline at end of file