mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
docs(config): 更新站点配置中的服务器节点文本和新增RandomPic节点
更新服务器节点显示文本为英文并新增RandomPic服务节点,保持配置信息的简洁性和一致性
This commit is contained in:
@@ -61,8 +61,9 @@ export const siteConfig: SiteConfig = {
|
||||
{ url: "https://2x.nz", alias: "Global" },
|
||||
],
|
||||
server: [
|
||||
{ url: "", text: "博客本体节点" },
|
||||
{ url: "https://umami.acofork.com", text: "Umami节点" }
|
||||
{ url: "", text: "Blog" },
|
||||
{ url: "https://umami.acofork.com", text: "Umami" },
|
||||
{ url: "https://pic1.acofork.com", text: "RandomPic" },
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user