From 866b6ad94fc5795d25a459cf160a341730a13d8d Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Mon, 29 Dec 2025 14:54:39 +0800 Subject: [PATCH] Batch 3: Reorganize GFW area to Network & VPN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename GFW/ → Network & VPN/ (clearer naming) - Rename Bills.md → VPN-Subscriptions.md (more descriptive) - Move Clash热点升级.md → Resources/Development/Tools/clash-hotspot-upgrade.md - Create Network & VPN.md hub file with dataview query - Add standard frontmatter to hub file (vault changes by Claude Code) --- 200-area/Network & VPN/Network & VPN.md | 13 +++++++++++++ .../Bills.md => Network & VPN/VPN-Subscriptions.md} | 0 .../Development/Tools/clash-hotspot-upgrade.md | 0 3 files changed, 13 insertions(+) create mode 100644 200-area/Network & VPN/Network & VPN.md rename 200-area/{GFW/Bills.md => Network & VPN/VPN-Subscriptions.md} (100%) rename 200-area/GFW/Clash 热点升级.md => 300-resources/Development/Tools/clash-hotspot-upgrade.md (100%) diff --git a/200-area/Network & VPN/Network & VPN.md b/200-area/Network & VPN/Network & VPN.md new file mode 100644 index 0000000..90a2f7a --- /dev/null +++ b/200-area/Network & VPN/Network & VPN.md @@ -0,0 +1,13 @@ +--- +title: Network & VPN +type: area-hub +tags: [area, para, network, vpn] +created: 2025-12-29 +updated: 2025-12-29 +--- + +### Notes +```dataview +table file.ctime as Date from "200-area/Network & VPN" +sort file.name +``` diff --git a/200-area/GFW/Bills.md b/200-area/Network & VPN/VPN-Subscriptions.md similarity index 100% rename from 200-area/GFW/Bills.md rename to 200-area/Network & VPN/VPN-Subscriptions.md diff --git a/200-area/GFW/Clash 热点升级.md b/300-resources/Development/Tools/clash-hotspot-upgrade.md similarity index 100% rename from 200-area/GFW/Clash 热点升级.md rename to 300-resources/Development/Tools/clash-hotspot-upgrade.md