Skip to content

Commit 102a678

Browse files
author
Vien
committed
modify header links
1 parent f74a203 commit 102a678

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/vienblog.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"author" => [ // 博主
1515
"name" => "Vien", // 名字
16-
"description" => "A huge huge fan of computer science, especially the direction of artificial intelligence.", // 简介
16+
"description" => "A huge huge fan of computer science, especially the field of artificial intelligence.", // 简介
1717
"avatar" => "/images/avatars/lbxx-14.jpeg", // 头像
1818
],
1919
"header" => [ // 顶部的(不是最顶部)导航
@@ -28,23 +28,23 @@
2828
],
2929
[
3030
"title" => "打赏作者",
31-
"url" => "https://vien.tech/pay" // 链接URL
31+
"url" => "https://viencoding.com/pay" // 链接URL
3232
],
3333
[
3434
"title" => "建站教程",
3535
"url" => "https://vienblog.com" // 链接URL
3636
],
3737
[
3838
"title" => "科学上网",
39-
"url" => "https://vien.tech/article/122" // 链接URL
39+
"url" => "https://viencoding.com/article/122" // 链接URL
4040
],
4141
[
4242
"title" => "网站导航",
4343
"url" => "https://vienblog.com" // 链接URL
4444
],
4545
[
4646
"title" => "机器学习",
47-
"url" => "https://aicodingart.com" // 链接URL
47+
"url" => "https://vienblog.com/category/机器学习" // 链接URL
4848
],
4949
[
5050
"title" => "Laravel教程",
@@ -91,8 +91,8 @@
9191
],
9292
"motto" => [ // 座右铭
9393
"open" => true, // 是(true)否(false)开启 默认true,
94-
"title" => "怯怯思语", // 标题
95-
"content" => "如果幽默是一种罪过, 我早已恶贯满盈" // 内容
94+
"title" => "关于作者", // 标题
95+
"content" => "微信: luvvien 添加注明: vienblog.com" // 内容
9696
],
9797
"tag" => [ // 标签
9898
"open" => true, // 是(true)否(false)开启 默认true,

0 commit comments

Comments
 (0)