diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..6ef841ffdedc0d648fe1ab7f2b1c434c067f97e0 --- /dev/null +++ b/changelog.md @@ -0,0 +1,38 @@ +## 1.0.13 +* update 4.17.2024051110-alpha + +## 1.0.12 +* update 4.16.2024051009-alpha + +## 1.0.11 +* update 4.14.2024042905-alpha + +## 1.0.10 +* update 4.13.2024042321-alpha + +## 1.0.9 +* update 4.12.2024041009-alpha + +## 1.0.8 +* update 4.06.2024032403-alpha + +## 1.0.7 +* update 4.05.2024032021-alpha + +## 1.0.6 +* update 4.04.2024031519-alpha + +## 1.0.5 +* update 4.03.2024031101-alpha + +## 1.0.4 +* update 4.02.2024030621-alpha + +## 1.0.3 +* update 4.01.2024020211-alpha + +## 1.0.2 +* update 4.0.2024012711-alpha + +## 1.0.1(2023-12-19) +更多详情查看:[https://gitcode.net/dcloud/hello-uts/-/commits/alpha](https://gitcode.net/dcloud/hello-uts/-/commits/alpha) diff --git a/package.json b/package.json new file mode 100644 index 0000000000000000000000000000000000000000..838d493574edf02199686f035257daa84bee64c9 --- /dev/null +++ b/package.json @@ -0,0 +1,87 @@ +{ + "id": "hello-uts-alpha", + "name": "hello-uts-alpha", + "displayName": "hello-uts-alpha", + "version": "1.0.13", + "description": "UTS插件示例项目", + "repository": "https://gitcode.net/dcloud/hello-uts", + "keywords": [ + "uts", + "示例工程" + ], + "author": "", + "license": "MIT", + "dependencies": {}, + "engines": { + "HBuilderX": "^3.99" + }, + "dcloudext": { + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "无", + "data": "不采集任何数据", + "permissions": "- android.permission.INTERNET \n- android.permission.READ_EXTERNAL_STORAGE \n- android.permission.WRITE_EXTERNAL_STORAGE \n- android.permission.ACCESS_FINE_LOCATION \n- android.permission.ACCESS_COARSE_LOCATION \n- android.permission.ACCESS_NETWORK_STATE \n- android.permission.READ_MEDIA_IMAGES \n- android.permission.READ_MEDIA_VIDEO" + }, + "npmurl": "", + "type": "uniapp-template-project" + }, + "uni_modules": { + "dependencies": [], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y" + }, + "client": { + "App": { + "app-vue": "y", + "app-nvue": "n", + "app-uvue": "n" + }, + "H5-mobile": { + "Safari": "n", + "Android Browser": "n", + "微信浏览器(Android)": "n", + "QQ浏览器(Android)": "n" + }, + "H5-pc": { + "Chrome": "n", + "IE": "n", + "Edge": "n", + "Firefox": "n", + "Safari": "n" + }, + "小程序": { + "微信": "n", + "阿里": "n", + "百度": "n", + "字节跳动": "n", + "QQ": "n", + "京东": "n", + "钉钉": "n", + "快手": "n", + "飞书": "n" + }, + "快应用": { + "华为": "n", + "联盟": "n" + }, + "Vue": { + "vue2": "y", + "vue3": "y" + } + } + } + } +} \ No newline at end of file diff --git a/pages/SDKIntegration/Lottie/index.nvue b/pages/SDKIntegration/Lottie/index.nvue index 01527142392ebbb64c18ef834884e6520d14d478..8874c50acd074a9cde1723dc4ccf465a37670d76 100644 --- a/pages/SDKIntegration/Lottie/index.nvue +++ b/pages/SDKIntegration/Lottie/index.nvue @@ -8,7 +8,7 @@ - diff --git a/pages/SyntaxCase/utsAndroid.uvue b/pages/SyntaxCase/utsAndroid.uvue index 96ccc8bde6264c7420173dcae4472b9a1cdbd6dd..e41c9868e07d764d4f1f19e724af87f0189bfc7f 100644 --- a/pages/SyntaxCase/utsAndroid.uvue +++ b/pages/SyntaxCase/utsAndroid.uvue @@ -1,8 +1,6 @@ + .testButton { + width: 100%; + } + \ No newline at end of file diff --git a/uni_modules/uts-advance/utssdk/app-android/index.uts b/uni_modules/uts-advance/utssdk/app-android/index.uts index 517220e84aeff6406a1f7e3d1ff9241b8e5b5958..537976779266b08f65ee5cbeafb16fbd9d9994db 100644 --- a/uni_modules/uts-advance/utssdk/app-android/index.uts +++ b/uni_modules/uts-advance/utssdk/app-android/index.uts @@ -22,11 +22,11 @@ import AlertDialog from 'android.app.AlertDialog'; import DialogInterface from 'android.content.DialogInterface'; import EditText from 'android.widget.EditText'; + import array from 'android.R.array'; import File from 'java.io.File'; - /** * 定时任务参数封装 */ diff --git a/uni_modules/uts-advance/utssdk/app-ios/index.uts b/uni_modules/uts-advance/utssdk/app-ios/index.uts index 2497c1a0c279416c88116c7feb8edba02f4d95c1..af2d6274b9acb4e0525c7566b2ceb44cb6855ec8 100644 --- a/uni_modules/uts-advance/utssdk/app-ios/index.uts +++ b/uni_modules/uts-advance/utssdk/app-ios/index.uts @@ -1,5 +1,6 @@ import { UIImageView , UIImage , UIScreen } from 'UIKit'; import { DispatchQueue } from 'Dispatch'; + import { UTSiOS } from "DCloudUTSFoundation"; export function addViewToDecorView() { } diff --git a/uni_modules/uts-animation-view/utssdk/app-ios/index.vue b/uni_modules/uts-animation-view/utssdk/app-ios/index.vue index 5e0169a31ddc5e7e86f37a3d7aab4aafde469e03..5bef6c3f2e82e95dcb9523ff274250bfe15340ed 100644 --- a/uni_modules/uts-animation-view/utssdk/app-ios/index.vue +++ b/uni_modules/uts-animation-view/utssdk/app-ios/index.vue @@ -227,6 +227,7 @@ } } +