|
@@ -1,7 +1,6 @@
|
|
|
import React, { useEffect, useState } from 'react';
|
|
import React, { useEffect, useState } from 'react';
|
|
|
import { Card, Spin } from '@douyinfe/semi-ui';
|
|
import { Card, Spin } from '@douyinfe/semi-ui';
|
|
|
import SettingsGeneral from '../../pages/Setting/Operation/SettingsGeneral.js';
|
|
import SettingsGeneral from '../../pages/Setting/Operation/SettingsGeneral.js';
|
|
|
-import SettingsDrawing from '../../pages/Setting/Operation/SettingsDrawing.js';
|
|
|
|
|
import SettingsSensitiveWords from '../../pages/Setting/Operation/SettingsSensitiveWords.js';
|
|
import SettingsSensitiveWords from '../../pages/Setting/Operation/SettingsSensitiveWords.js';
|
|
|
import SettingsLog from '../../pages/Setting/Operation/SettingsLog.js';
|
|
import SettingsLog from '../../pages/Setting/Operation/SettingsLog.js';
|
|
|
import SettingsDataDashboard from '../../pages/Setting/Operation/SettingsDataDashboard.js';
|
|
import SettingsDataDashboard from '../../pages/Setting/Operation/SettingsDataDashboard.js';
|
|
@@ -28,14 +27,6 @@ const OperationSetting = () => {
|
|
|
DemoSiteEnabled: false,
|
|
DemoSiteEnabled: false,
|
|
|
SelfUseModeEnabled: false,
|
|
SelfUseModeEnabled: false,
|
|
|
|
|
|
|
|
- /* 绘图设置 */
|
|
|
|
|
- DrawingEnabled: false,
|
|
|
|
|
- MjNotifyEnabled: false,
|
|
|
|
|
- MjAccountFilterEnabled: false,
|
|
|
|
|
- MjForwardUrlEnabled: false,
|
|
|
|
|
- MjModeClearEnabled: false,
|
|
|
|
|
- MjActionCheckSuccessEnabled: false,
|
|
|
|
|
-
|
|
|
|
|
/* 敏感词设置 */
|
|
/* 敏感词设置 */
|
|
|
CheckSensitiveEnabled: false,
|
|
CheckSensitiveEnabled: false,
|
|
|
CheckSensitiveOnPromptEnabled: false,
|
|
CheckSensitiveOnPromptEnabled: false,
|
|
@@ -103,10 +94,6 @@ const OperationSetting = () => {
|
|
|
<Card style={{ marginTop: '10px' }}>
|
|
<Card style={{ marginTop: '10px' }}>
|
|
|
<SettingsGeneral options={inputs} refresh={onRefresh} />
|
|
<SettingsGeneral options={inputs} refresh={onRefresh} />
|
|
|
</Card>
|
|
</Card>
|
|
|
- {/* 绘图设置 */}
|
|
|
|
|
- <Card style={{ marginTop: '10px' }}>
|
|
|
|
|
- <SettingsDrawing options={inputs} refresh={onRefresh} />
|
|
|
|
|
- </Card>
|
|
|
|
|
{/* 屏蔽词过滤设置 */}
|
|
{/* 屏蔽词过滤设置 */}
|
|
|
<Card style={{ marginTop: '10px' }}>
|
|
<Card style={{ marginTop: '10px' }}>
|
|
|
<SettingsSensitiveWords options={inputs} refresh={onRefresh} />
|
|
<SettingsSensitiveWords options={inputs} refresh={onRefresh} />
|