feat: 修改header满足小红书监管要求

This commit is contained in:
2025-06-25 09:31:43 +08:00
parent 70d6da38d1
commit 9ffa009786
4 changed files with 68 additions and 14 deletions
+4
View File
@@ -0,0 +1,4 @@
type Channel = 'wechat' | 'noLogo' | 'rednoteLogo' | 'miniHeader';
const channel: Channel = 'miniHeader';
export const CHANNEL = channel;