mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
feat(publish): Wechat OffiAccount (#2386)
* feat: OffiAccount fe * feat: offiaccount * fix: wecom requires AES key * fix: OffiAccountEditModal * chore: change wechat svg icon * chore: add offiaccount svg * chore: hide unimplemented wecom entries
This commit is contained in:
@@ -76,6 +76,8 @@ export const iconPaths = {
|
||||
'core/app/logsLight': () => import('./icons/core/app/logsLight.svg'),
|
||||
'core/app/markLight': () => import('./icons/core/app/markLight.svg'),
|
||||
'core/app/publish/lark': () => import('./icons/core/app/publish/lark.svg'),
|
||||
'core/app/publish/offiaccount': () => import('./icons/core/app/publish/offiaccount.svg'),
|
||||
'core/app/publish/wechat': () => import('./icons/core/app/publish/wechat.svg'),
|
||||
'core/app/publish/wecom': () => import('./icons/core/app/publish/wecom.svg'),
|
||||
'core/app/questionGuide': () => import('./icons/core/app/questionGuide.svg'),
|
||||
'core/app/schedulePlan': () => import('./icons/core/app/schedulePlan.svg'),
|
||||
|
Reference in New Issue
Block a user