mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
c37b3aa0e8
* wechat publish * update test * doc
12 lines
250 B
TypeScript
12 lines
250 B
TypeScript
export enum PublishChannelEnum {
|
|
share = 'share',
|
|
iframe = 'iframe',
|
|
apikey = 'apikey',
|
|
feishu = 'feishu',
|
|
dingtalk = 'dingtalk',
|
|
wecom = 'wecom',
|
|
officialAccount = 'official_account',
|
|
wechat = 'wechat',
|
|
playground = 'playground'
|
|
}
|