feat: 优化

This commit is contained in:
2025-07-01 17:18:39 +08:00
parent 6d38a17652
commit 26af95b604
4 changed files with 55 additions and 17 deletions
+4 -2
View File
@@ -1,4 +1,6 @@
type Channel = 'wechat' | 'noLogo' | 'rednoteLogo' | 'miniHeader';
const channel: Channel = 'miniHeader';
const channel: Channel = 'wechat';
export const CHANNEL = channel;
export const CHANNEL = channel;
export const APP_NAME = '涂鸦丫';