@extscreen/es-upstair-vue3
v1.0.22
Published
ExtScreen framework
Readme
快应用二楼
- 说明:此组件封装了最近使用的快应用列表,其中含默认样式
- 如果需要修改样式,可通过UpStairTheme进行修改
import {defaultTheme} from "@extscreen/es-upstair-vue3";
const theme={...defaultTheme}
theme.appList.bgImage=appEntryBg
theme.appList.allAppIcon=allAppIcon
theme.appList.customBorder=true
theme.backTip.icon=backTipIcon
theme.offsetY=14
theme.filterPackageName=[
'es.com.upstair.tv',
'es.extscreen.runtime.error',
'es.com.huanpay.tv'
]引入方式
"@extscreen/es-upstair-vue3":"1.0.15"