提交 fbb96047 编写于 作者: D DCloud_LXH

feat: update theme to 1.3.28

上级 75fd9d63
...@@ -51,12 +51,12 @@ ...@@ -51,12 +51,12 @@
```html ```html
<img class="zooming" src="xxx"> <img class="zooming" src="xxx">
``` ```
11. md 支持书写属性。`#{`:左定界符,与 markdown 语法之间不能有空格;`}` 右定界符 11. md 支持书写属性。`#{`:左定界符,与 markdown 语法之间不能有空格;`}` 右定界符 [详情](https://www.npmjs.com/package/markdown-it-attrs#ambiguity)
```md ```md
![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uni-app-multiport.jpg)#{.zooming data=abc width=100 height=100} ![](https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uni-app-multiport.jpg)#{.zooming data=abc width=100 height=100}
``` ```
渲染为: 渲染为:
```html ```html
<img src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uni-app-multiport.jpg" class="zooming" data="abc" width="100" height="100" /> <img src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uni-app-multiport.jpg" class="zooming" data="abc" width="100" height="100" />
``` ```
......
...@@ -9259,10 +9259,10 @@ vuepress-plugin-zooming@^1.1.8: ...@@ -9259,10 +9259,10 @@ vuepress-plugin-zooming@^1.1.8:
dependencies: dependencies:
zooming "^2.1.1" zooming "^2.1.1"
vuepress-theme-uni-app-test@^1.3.26: vuepress-theme-uni-app-test@^1.3.28:
version "1.3.26" version "1.3.28"
resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.26.tgz#1237739a7a3eb39cc53dd5dfd6f2ec4c556e649b" resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.28.tgz#337fa80dca4bb45ae97c8934f10f637a44e7efc5"
integrity sha512-XRghWyA+HIMj445kE22vuuReHxtl03HVQ6nzIHQRqy/ucBqJg39FvILh8RR54J2OCQqYjjnCctgUNaFTUvV5WQ== integrity sha512-aMjCunFXvXTpYSRZSANxSJDnN/ESxaEPaxwC1wlViwoVKu5HXQq9bPW3QnXOm35UowVh/pUUbOGBCySi9rY0MQ==
dependencies: dependencies:
"@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/plugin-back-to-top" "^1.9.5"
"@vuepress/theme-default" "^1.8.2" "@vuepress/theme-default" "^1.8.2"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册