ValueCounter自定义组件功能实现组件计数器功能导入依赖方式一:通过library生成har包,添加har包到libs文件夹内在entry的gradle内添加如下代码implementationfileTree(dir:'libs',include:['.jar','.har'])方式二:allprojects{repositories{mavenCentral()}}implementation'io.openharmony.tpc.thirdlib:valueCounter:1.0.4'Step2Step3ReferencetheViewinJavacode.valueCounterView(ValueCounterView)findComponentById(Resou...