Skip to content

Commit

Permalink
发布3.3.50
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Dec 5, 2024
1 parent c6eaac7 commit b50e010
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
7 changes: 6 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,10 @@
}
},
"vueVersion" : "3",
"locale" : "auto"
"locale" : "auto",
"app-harmony" : {
"distribute" : {
"bundleName" : "com.jiangruyi.uviewplus"
}
}
}
7 changes: 7 additions & 0 deletions src/uni_modules/uview-plus/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.3.50(2024-12-05)
fix: 优化popup等对禁止背景滚动机制

add: slider在弹窗使用示例

fix: card组件类名问题

## 3.3.49(2024-12-02)
fix: 去除album多余的$u引用

Expand Down
13 changes: 8 additions & 5 deletions src/uni_modules/uview-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "uview-plus",
"name": "uview-plus",
"displayName": "uview-plus3.0重磅发布,全面的Vue3鸿蒙移动组件库。",
"version": "3.3.49",
"version": "3.3.50",
"description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
"keywords": [
"uview",
Expand All @@ -11,7 +11,8 @@
"ui",
"uni-app",
"uni-app",
"ui"
"ui",
"可视化设计"
],
"main": "index.js",
"repository": "https://github.com/ijry/uview-plus",
Expand Down Expand Up @@ -53,9 +54,11 @@
"vue3": "y"
},
"App": {
"app-vue": "y",
"app-nvue": "y"
},
"app-vue": "y",
"app-nvue": "y",
"app-harmony": "u",
"app-uvue": "u"
},
"H5-mobile": {
"Safari": "y",
"Android Browser": "y",
Expand Down

0 comments on commit b50e010

Please sign in to comment.