wechat publish (#6607)

* wechat publish

* update test

* doc
This commit is contained in:
Archer
2026-03-23 11:57:05 +08:00
committed by GitHub
parent c84c45398a
commit c37b3aa0e8
56 changed files with 2303 additions and 139 deletions
+2 -4
View File
@@ -93,7 +93,8 @@ export const LogCategories = {
OFFIACCOUNT: ['outlink', 'offiaccount'],
PLAYGROUND: ['outlink', 'playground'],
TOOLS: ['outlink', 'tools'],
WECOM: ['outlink', 'wecom']
WECOM: ['outlink', 'wecom'],
WECHAT: ['outlink', 'wechat']
}),
CHAT: Object.assign(['chat'], {
FEEDBACK: ['chat', 'feedback'],
@@ -133,9 +134,6 @@ export const LogCategories = {
// 事件层
EVENT: {
OUTLINK: ['event', 'outlink'],
FEISHU: ['event', 'feishu'],
WECHAT: ['event', 'wechat'],
TRACK: ['event', 'track']
}
};