|
|
@@ -26,7 +26,7 @@ import {
|
|
|
Card,
|
|
|
Tag,
|
|
|
} from '@douyinfe/semi-ui';
|
|
|
-import { getChannelModels } from '../../helpers';
|
|
|
+import { getChannelModels, copy } from '../../helpers';
|
|
|
import {
|
|
|
IconSave,
|
|
|
IconClose,
|
|
|
@@ -832,6 +832,16 @@ useEffect(() => {
|
|
|
>
|
|
|
{t('清除所有模型')}
|
|
|
</Button>
|
|
|
+ <Button
|
|
|
+ type='tertiary'
|
|
|
+ onClick={() => {
|
|
|
+ copy(inputs.models.join(','));
|
|
|
+ }}
|
|
|
+ size="large"
|
|
|
+ className="!rounded-lg"
|
|
|
+ >
|
|
|
+ {t('复制所有模型')}
|
|
|
+ </Button>
|
|
|
</div>
|
|
|
|
|
|
<div>
|