fix: 修复 uView 组件文件编码乱码
- 85 个 uView props.js 的中文注释由 GBK 乱码还原为 UTF-8 并去除 BOM - uview-ui/index.js 修复 2 行注释乱码 - 各文件头部 uview-init 兜底 import 保留,功能改动不变
This commit is contained in:
@@ -1,47 +1,47 @@
|
||||
import '@/common/uview-init.js'
|
||||
import '@/common/uview-init.js'
|
||||
export default {
|
||||
props: {
|
||||
// 鎻愮ず鍐呭
|
||||
// 提示内容
|
||||
loadingText: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.loadingPage.loadingText
|
||||
},
|
||||
// 鏂囧瓧涓婃柟鐢ㄤ簬鏇挎崲loading鍔ㄧ敾鐨勫浘鐗?
|
||||
// 文字上方用于替换loading动画的图片
|
||||
image: {
|
||||
type: String,
|
||||
default: uni.$u.props.loadingPage.image
|
||||
},
|
||||
// 鍔犺浇鍔ㄧ敾鐨勬ā寮忥紝circle-鍦嗗舰锛宻pinner-鑺辨湹褰紝semicircle-鍗婂渾褰?
|
||||
// 加载动画的模式,circle-圆形,spinner-花朵形,semicircle-半圆形
|
||||
loadingMode: {
|
||||
type: String,
|
||||
default: uni.$u.props.loadingPage.loadingMode
|
||||
},
|
||||
// 鏄惁鍔犺浇涓?
|
||||
// 是否加载中
|
||||
loading: {
|
||||
type: Boolean,
|
||||
default: uni.$u.props.loadingPage.loading
|
||||
},
|
||||
// 鑳屾櫙鑹?
|
||||
// 背景色
|
||||
bgColor: {
|
||||
type: String,
|
||||
default: uni.$u.props.loadingPage.bgColor
|
||||
},
|
||||
// 鏂囧瓧棰滆壊
|
||||
// 文字颜色
|
||||
color: {
|
||||
type: String,
|
||||
default: uni.$u.props.loadingPage.color
|
||||
},
|
||||
// 鏂囧瓧澶у皬
|
||||
// 文字大小
|
||||
fontSize: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.loadingPage.fontSize
|
||||
},
|
||||
// 鍥炬爣澶у皬
|
||||
// 图标大小
|
||||
iconSize: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.loadingPage.fontSize
|
||||
},
|
||||
// 鍔犺浇涓浘鏍囩殑棰滆壊锛屽彧鑳絩gb鎴栬€呭崄鍏繘鍒堕鑹插€?
|
||||
// 加载中图标的颜色,只能rgb或者十六进制颜色值
|
||||
loadingColor: {
|
||||
type: String,
|
||||
default: uni.$u.props.loadingPage.loadingColor
|
||||
|
||||
Reference in New Issue
Block a user