diff --git a/config/index.js b/config/index.js index 7953c30..eca13b1 100644 --- a/config/index.js +++ b/config/index.js @@ -124,7 +124,7 @@ const config = { }, }, // 允许特定域名访问 - allowedHosts: ["nomadro.com", "localhost", ".nomadro.com"], // 允许所有 *.nomadyt.com 子域访问 + allowedHosts: ["nomadro.com", "localhost", ".nomadro.com","hackrobot.cn"], // 允许所有 *.nomadyt.com 子域访问 }, htmlPluginOption: { favicon: path.resolve(__dirname, "..", "src", "images", "dgnomad.png"), // 同样处理 favicon 路径 diff --git a/src/images/dgnomad.png b/src/images/dgnomad.png new file mode 100644 index 0000000..cb01706 Binary files /dev/null and b/src/images/dgnomad.png differ