添加Cookie增加每条验证

1. codemirror主题改为默认
2. docker打包触发条件改为tag
This commit is contained in:
whyour
2021-03-24 17:38:45 +08:00
parent 3f2f165d72
commit 64a8acde92
9 changed files with 23 additions and 10 deletions
-1
View File
@@ -80,7 +80,6 @@ const Crontab = () => {
styleActiveLine: true,
matchBrackets: true,
mode: 'shell',
theme: 'icecoder',
}}
onBeforeChange={(editor, data, value) => {
setValue(value);