diff --git a/public/config.js b/public/config.js
index 6ff2f72..4f21925 100644
--- a/public/config.js
+++ b/public/config.js
@@ -33,4 +33,7 @@ window.Config = {
url: 'https://abo.xyz/'
},
],
+
+ // 页脚ICP备案信息(留空不显示)
+ IcpLicense: '',
};
diff --git a/src/components/app.js b/src/components/app.js
index 7741471..af23a2d 100644
--- a/src/components/app.js
+++ b/src/components/app.js
@@ -13,6 +13,8 @@ function App() {
return [];
}, []);
+ const { IcpLicense } = window.Config;
+
return (
<>