Skip to content

Commit 076ef40

Browse files
committed
更新 About 页
1 parent a59f8c8 commit 076ef40

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
- main
2020
- cn
2121
steps:
22-
- name: Set up Node.js
22+
- name: Setup Node.js
2323
uses: actions/setup-node@main
2424
with:
2525
node-version: 16.x
26-
- uses: actions/setup-python@main
26+
- name: Setup Python
27+
uses: actions/setup-python@main
2728
with:
2829
python-version: 3.x
2930
- name: Check out code
@@ -60,6 +61,7 @@ jobs:
6061
sed -i 's/police_text: 浙公网安备33010602011812号/police_text: 浙公网安备33010602013468号/g' _config.fluid.yml
6162
sed -i 's/police_code: 33010602011812/police_code: 33010602013468/g' _config.fluid.yml
6263
sed -i 's/moeicp_code: 20221816/moeicp_code: 20241816/g' _config.fluid.yml
64+
perl -0777 -np -i -e 's,(-{10}\n\n).*土豆\.space.*(\n\n-{10}),\1这是本站的一个中文域名的实验性站点,你可以在 [https://potat0.cc](https://potat0.cc/) 访问标准网站。\2,g' source/about/index.md
6365
- name: Build
6466
run: |
6567
hexo g

source/about/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Vidar-Team 20 级成员,原 Re 手,现在主要研究 Computer Networking。
1010

1111
----------
1212

13+
本站有一个中文域名的实验性站点,你可以在 [https://土豆.space](https://xn--udsw05j.space/) 访问。
14+
15+
----------
16+
1317
我目前运营有 Potat0 Network (AS200078),你可以访问 https://net.potat0.cc/ 获得相关信息。
1418

1519
I currently operate Potat0 Network (AS200078). Please visit https://net.potat0.cc/ for more information.

0 commit comments

Comments
 (0)