mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-06 03:50:47 +08:00
feat: cdn issue, 标题问题解决
This commit is contained in:
@@ -80,6 +80,7 @@ export default {
|
|||||||
markdown: { toc: false },
|
markdown: { toc: false },
|
||||||
theme: { current: getPreviewTheme() }
|
theme: { current: getPreviewTheme() }
|
||||||
},
|
},
|
||||||
|
cdn: 'https://openisle-1307107697.cos.ap-guangzhou.myqcloud.com/assert/vditor',
|
||||||
toolbar: [
|
toolbar: [
|
||||||
'emoji',
|
'emoji',
|
||||||
'bold',
|
'bold',
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ export default {
|
|||||||
preview: {
|
preview: {
|
||||||
theme: { current: getPreviewTheme() },
|
theme: { current: getPreviewTheme() },
|
||||||
},
|
},
|
||||||
|
cdn: 'https://openisle-1307107697.cos.ap-guangzhou.myqcloud.com/assert/vditor',
|
||||||
toolbar: [
|
toolbar: [
|
||||||
'emoji',
|
'emoji',
|
||||||
'bold',
|
'bold',
|
||||||
|
|||||||
@@ -674,7 +674,6 @@ export default {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-title-container-left {
|
.article-title-container-left {
|
||||||
|
|||||||
Reference in New Issue
Block a user