Skip to content

Commit 09f11dd

Browse files
committed
add hint
1 parent f463471 commit 09f11dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PluginSetting.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ const PluginSetting = (props: PluginSettingProp) => {
183183
</Form.Item>
184184
<Form.Item>
185185
<Button onClick={handleSavePlugin} type="primary">保存</Button>
186+
<div style={{ color: "red" }}>改动只对新创建的机器人生效</div>
186187
</Form.Item>
187188
</Form>
188189
</Modal>

0 commit comments

Comments
 (0)