[feature](weaapp) add agent

This commit is contained in:
williamhliu
2023-08-20 18:17:00 +08:00
parent c93e60ced7
commit aa218898ff
40 changed files with 1928 additions and 316 deletions

View File

@@ -12,9 +12,9 @@ import {
} from './type';
import { getLeafList, uuid } from '@/utils/utils';
import styles from './style.less';
import { PARSE_MODE_MAP, PLUGIN_TYPE_MAP } from './constants';
import { PLUGIN_TYPE_MAP } from './constants';
import { DeleteOutlined, PlusOutlined } from '@ant-design/icons';
import { isArray, set } from 'lodash';
import { isArray } from 'lodash';
const FormItem = Form.Item;
const { TextArea } = Input;