mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 01:09:23 +08:00
* Update index.vue * Update config.js
This commit is contained in:
parent
3918a624f5
commit
669918bda2
@ -9,7 +9,7 @@
|
||||
</div>
|
||||
<el-radio-group v-model="imageInsertAction">
|
||||
<el-radio label="upload">Upload image to cloud by image uploader (you need to select one)</el-radio>
|
||||
<el-radio label="folder">Move image to sepcial folder</el-radio>
|
||||
<el-radio label="folder">Move image to special folder</el-radio>
|
||||
<el-radio label="path">Insert absolute or relative path of image</el-radio>
|
||||
</el-radio-group>
|
||||
</section>
|
||||
|
@ -32,7 +32,7 @@ export const tabSizeOptions = [{
|
||||
label: '2',
|
||||
value: 2
|
||||
}, {
|
||||
label: '1',
|
||||
label: '3',
|
||||
value: 3
|
||||
}, {
|
||||
label: '4',
|
||||
|
Loading…
Reference in New Issue
Block a user