fix: 修复 uView 组件文件编码乱码

- 85 个 uView props.js 的中文注释由 GBK 乱码还原为 UTF-8 并去除 BOM
- uview-ui/index.js 修复 2 行注释乱码
- 各文件头部 uview-init 兜底 import 保留,功能改动不变
This commit is contained in:
2026-09-08 15:44:20 +08:00
parent 99c139d6ce
commit ffd214eeba
86 changed files with 1020 additions and 1020 deletions
@@ -1,17 +1,17 @@
import '@/common/uview-init.js'
import '@/common/uview-init.js'
export default {
props: {
// 椤甸潰鏂囧瓧鎻愮ず
// 页面文字提示
tips: {
type: String,
default: uni.$u.props.noNetwork.tips
},
// 涓€涓獄-index鍊硷紝鐢ㄤ簬璁剧疆娌℃湁缃戠粶杩欎釜缁勪欢鐨勫眰娆★紝鍥犱负椤甸潰鍙兘浼氭湁鍏朵粬瀹氫綅鐨勫厓绱犲眰绾ц繃楂橈紝瀵艰嚧姝ょ粍浠惰瑕嗙洊
// 一个z-index值,用于设置没有网络这个组件的层次,因为页面可能会有其他定位的元素层级过高,导致此组件被覆盖
zIndex: {
type: [String, Number],
default: uni.$u.props.noNetwork.zIndex
},
// image 娌℃湁缃戠粶鐨勫浘鐗囨彁绀?
// image 没有网络的图片提示
image: {
type: String,
default: uni.$u.props.noNetwork.image