Skip to content

Commit

Permalink
Merge branch 'dev-docs' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imzbf committed Oct 29, 2023
2 parents 13e8327 + 136187d commit 9c3fcb8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
})();
</script>
<script src="//at.alicdn.com/t/c/font_2818624_1uyl6rwmff3.js"></script>
<script src="//at.alicdn.com/t/c/font_2818624_x6jplyhvcoh.js"></script>
</head>
<body>
<div id="app"></div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"serve": "vite preview"
},
"dependencies": {
"@vavt/cm-extension": "^1.0.0",
"@vavt/v3-extension": "^1.0.2",
"@vavt/cm-extension": "^1.2.1",
"@vavt/v3-extension": "^1.0.3",
"axios": "^0.27.2",
"dayjs": "^1.11.2",
"markdown-it-mark": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ReadExtension/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@onClose="() => (state.visible = false)"
@onAdjust="() => (state.modalFullscreen = !state.modalFullscreen)"
>
<div style="height: 100%; padding: 20px; overflow: auto">
<div style="height: 100%; padding: 20px; overflow: auto; box-sizing: border-box">
<MdPreview
:theme="store.state.theme"
:language="store.state.lang"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Preview/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
</svg>
</template>
</Emoji>
<ReadExtension :mdText="state.text" />
<ExportPDF :modelValue="state.text" height="700px">
<template #trigger>
<svg class="md-editor-icon" aria-hidden="true">
<use xlink:href="#icon-export"></use>
</svg>
</template>
</ExportPDF>
<ReadExtension :mdText="state.text" />
</template>
<template #defFooters>
<TimeNow />
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1621,20 +1621,20 @@
"@typescript-eslint/types" "5.62.0"
eslint-visitor-keys "^3.3.0"

"@vavt/cm-extension@^1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@vavt/cm-extension/-/cm-extension-1.0.0.tgz#1f3d683e4eed295f821f7635ac05939e2e3ef6e6"
integrity sha512-KfP/J8JGkCPi1PlV09lsMw/0LF8SgymbaCJ2eu+Zxc05mxFS2RZ1Ahd/X9kl+mdgAXL3wE+xXwgC8WwrQqeCOg==
"@vavt/cm-extension@^1.2.1":
version "1.2.1"
resolved "https://registry.npmjs.org/@vavt/cm-extension/-/cm-extension-1.2.1.tgz#268e145ba0a1ae7ce67e1fb82970fb2f36dd91ed"
integrity sha512-fsh5J8X1R8b2SU7uPdMYAprZwRw5SiHP4KiVTcNFy+Qe0E4Er8p87s0rboG0zOeBRComo/MVOqFAPtYXHObsmQ==

"@vavt/util@^1.3.0":
version "1.3.0"
resolved "https://registry.npmjs.org/@vavt/util/-/util-1.3.0.tgz#1d3263239ba664ad81561efef9d7ecce8c39d1c9"
integrity sha512-Zy3f4Okt0/ddg0TIYoRafDTX4+JwPZgux9XcyP1EmidiHIhO8Q5Nq7uu/vFzGWZcbHe3WWJJzkXaNUor6rmiag==

"@vavt/v3-extension@^1.0.2":
version "1.0.2"
resolved "https://registry.npmjs.org/@vavt/v3-extension/-/v3-extension-1.0.2.tgz#c3d76512c2339ee4b37d5059db7d58fa2be8579b"
integrity sha512-/7Cqxp/vPVxyBBvA1/NXqPxKWP+YjSEPkGzKwZLZQgjo8NeuBkaBkfUd6VqOIAYZdvWyuiR+ZZyXioorxKxpfQ==
"@vavt/v3-extension@^1.0.3":
version "1.0.3"
resolved "https://registry.npmjs.org/@vavt/v3-extension/-/v3-extension-1.0.3.tgz#769f07f2d6aff8ae1b72feed74ba45499f8a1193"
integrity sha512-04vesUwGE3aa+VTFEAlj0W0YyrSV9sbsIdkcldJgtdV4nQWKBb1YUOdy5o6AJPfQYamem2MZqvWHNu1ExdFncA==
dependencies:
html2pdf.js "^0.10.1"

Expand Down

0 comments on commit 9c3fcb8

Please sign in to comment.