mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
添加Cookie增加每条验证
1. codemirror主题改为默认 2. docker打包触发条件改为tag
This commit is contained in:
@@ -5,7 +5,6 @@ body {
|
||||
}
|
||||
|
||||
@import '~codemirror/lib/codemirror.css';
|
||||
@import '~codemirror/theme/icecoder.css';
|
||||
|
||||
.code-mirror-wrapper .CodeMirror {
|
||||
position: absolute;
|
||||
|
||||
@@ -67,6 +67,7 @@ export default function (props: any) {
|
||||
{
|
||||
icon: <LogoutOutlined />,
|
||||
name: '退出登录',
|
||||
path: 'logout',
|
||||
onTitleClick: () => logout(),
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user