mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-30 17:38:10 +08:00
修复互助码页面复制
This commit is contained in:
@@ -64,7 +64,7 @@ const Crontab = () => {
|
|||||||
matchBrackets: true,
|
matchBrackets: true,
|
||||||
mode: 'shell',
|
mode: 'shell',
|
||||||
theme: 'icecoder',
|
theme: 'icecoder',
|
||||||
readOnly: 'nocursor',
|
readOnly: true,
|
||||||
}}
|
}}
|
||||||
onBeforeChange={(editor, data, value) => {
|
onBeforeChange={(editor, data, value) => {
|
||||||
setValue(value);
|
setValue(value);
|
||||||
|
|||||||
Reference in New Issue
Block a user