We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4b60b commit c69e828Copy full SHA for c69e828
1 file changed
src/config.ts
@@ -174,7 +174,7 @@ export const profileConfig: ProfileConfig = {
174
shareId: "", //填入共享URL最后面那一串 比如:https://eu.umami.is/api/share/2dKQ5T0WrUn6AYtr 你就填入2dKQ5T0WrUn6AYtr
175
region: "eu", //Umami有两个区域,按需选择即可 比如:https://eu.umami.is 你就填入eu
176
},
177
- icp: "粤ICP备12345678号",
+ icp: "填写ICP备案号",
178
icpEnable: false,
179
};
180
0 commit comments