YingXingAI/node_modules/uview-plus/components/u-parse/parse.js

23 lines
479 B
JavaScript
Raw Normal View History

2025-07-09 16:43:03 +08:00
/*
* @Author : jry
* @Description :
* @version : 3.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : jry
* @lastTime : 2025-05-17 17:17:33
* @FilePath : /uview-plus/libs/config/props/parse.js
*/
export default {
// parse
parse: {
copyLink: true,
errorImg: '',
lazyLoad: false,
loadingImg: '',
pauseVideo: true,
previewImg: true,
setTitle: true,
showImgMenu: true
}
}