提交 f5a1fb6a 编写于 作者: D DCloud_LXH

chore: markdown plugin

上级 10238364
...@@ -40,7 +40,7 @@ function addLoadingAttr(attribs) { ...@@ -40,7 +40,7 @@ function addLoadingAttr(attribs) {
*/ */
function matchSrc(src) { function matchSrc(src) {
return typeof src === 'string' return typeof src === 'string'
? src.indexOf('qiniu-web-assets.dcloud.net.cn') > -1 ? (src.indexOf('qiniu-web-assets.dcloud.net.cn') > -1 || src.indexOf('web-ext-storage.dcloud.net.cn') > -1)
: false; : false;
} }
...@@ -61,6 +61,7 @@ function replaceHTML(token, replace, env) { ...@@ -61,6 +61,7 @@ function replaceHTML(token, replace, env) {
const htmlparser = require('htmlparser2'); const htmlparser = require('htmlparser2');
const serializer = require('dom-serializer'); const serializer = require('dom-serializer');
const dom = new htmlparser.parseDocument(token.content, { const dom = new htmlparser.parseDocument(token.content, {
lowerCaseTags: false,
recognizeCDATA: true, recognizeCDATA: true,
recognizeSelfClosing: true, recognizeSelfClosing: true,
}); });
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
> uni-app 内置了 [Pinia](https://pinia.vuejs.org/zh/index.html) 。Vue 2 项目暂不支持 > uni-app 内置了 [Pinia](https://pinia.vuejs.org/zh/index.html) 。Vue 2 项目暂不支持
> 使用 `HBuilder X` 不需要手动安装,直接使用即可。使用 `CLI` 需要手动安装,执行 `yarn add pinia@2.0.33` 或 `npm install pinia@2.0.33`。 > 使用 `HBuilder X` 不需要手动安装,直接使用即可。使用 `CLI` 需要手动安装,执行 `yarn add pinia@2.0.36` 或 `npm install pinia@2.0.36`。
### Pinia 是什么? ### Pinia 是什么?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册