页脚配置说明
约 78 字小于 1 分钟
2025-08-17
现在,我们来配置页脚
export const footerConfig: FooterConfig = {
enable: false, // 是否启用Footer HTML注入功能
};
首先把enable
设置为true
编辑FooterConfig.html文件,添加你想要的HTML代码,例如:
<p>这个一个示例页脚</p>
约 78 字小于 1 分钟
2025-08-17
现在,我们来配置页脚
export const footerConfig: FooterConfig = {
enable: false, // 是否启用Footer HTML注入功能
};
首先把enable
设置为true
编辑FooterConfig.html文件,添加你想要的HTML代码,例如:
<p>这个一个示例页脚</p>