4.8-preview fix (#1324)
* feishu app release (#85) * Revert "lafAccount add pat & re request when token invalid (#76)" (#77) This reverts commit 83d85dfe37adcaef4833385ea52ee79fd84720be. * perf: workflow ux * system config * feat: feishu app release * chore: sovle the conflicts files; fix the feishu entry * fix: rename Feishu interface to FeishuType * fix: fix type problem in app.ts * fix: type problem * fix: style problem --------- Co-authored-by: Archer <545436317@qq.com> * perf: publish channel code * change system variable position (#94) * perf: workflow context * perf: variable select * hide publish * perf: simple edit auto refresh * perf: simple edit data refresh * fix: target handle --------- Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com> Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { AppDetailType } from '@fastgpt/global/core/app/type.d';
|
||||
import type { OutLinkEditType } from '@fastgpt/global/support/outLink/type.d';
|
||||
import type { FeishuType, OutLinkEditType } from '@fastgpt/global/support/outLink/type.d';
|
||||
|
||||
export const defaultApp: AppDetailType = {
|
||||
_id: '',
|
||||
@@ -28,6 +28,32 @@ export const defaultOutLinkForm: OutLinkEditType = {
|
||||
}
|
||||
};
|
||||
|
||||
// export const defaultWecomOutLinkForm: OutLinkConfigEditType = {
|
||||
// name: '',
|
||||
// wecomConfig: {
|
||||
// ReplyLimit: false,
|
||||
// defaultResponse: '',
|
||||
// immediateResponse: false,
|
||||
// WXWORK_TOKEN: '',
|
||||
// WXWORK_AESKEY: '',
|
||||
// WXWORK_SECRET: '',
|
||||
// WXWORD_ID: ''
|
||||
// },
|
||||
// limit: {
|
||||
// QPM: 100,
|
||||
// maxUsagePoints: -1
|
||||
// }
|
||||
// };
|
||||
|
||||
export const defaultFeishuOutLinkForm: OutLinkEditType<FeishuType> = {
|
||||
name: '',
|
||||
limit: {
|
||||
QPM: 100,
|
||||
maxUsagePoints: -1
|
||||
},
|
||||
responseDetail: false
|
||||
};
|
||||
|
||||
export enum TTSTypeEnum {
|
||||
none = 'none',
|
||||
web = 'web',
|
||||
|
||||
Reference in New Issue
Block a user