Ver código fonte

fix: 修改了部分UI

YuJing 2 semanas atrás
pai
commit
21b2246537

+ 1 - 1
commons/basic/oh-package.json5

@@ -9,7 +9,7 @@
   "dependencies": {
     "@ohos/axios": "^2.2.4",
     "@abner/log": "^1.0.5",
-    "@ibestservices/ibest-ui": "2.1.0",
+    "@ibestservices/ibest-ui": "2.0.6",
     "@tencent/wechat_open_sdk": "^1.0.0",
     "lunar": "^1.0.0",
     "@mumu/crop": "^1.0.3",

+ 0 - 1
features/feature/src/main/ets/components/observationalComp.ets

@@ -169,7 +169,6 @@ export struct observationalComp {
       .rowsGap(25)
       .columnsGap(20)
       .layoutWeight(1)
-      .supportAnimation(true)
       .columnsTemplate('repeat(3, 1fr)')
 
       Row({space: 73}){

+ 0 - 1
features/feature/src/main/ets/components/reagencyComp.ets

@@ -36,7 +36,6 @@ export struct reagencyComp {
         }, second)
       })
 
-
       this.timeC = setInterval(() => {
         let location = this.generateBubbleLocation()
         this.getUIContext().animateTo({ duration: 300 }, () => {

+ 1 - 1
features/feature/src/main/ets/view/ThirdView.ets

@@ -276,7 +276,7 @@ struct HeroItem{
               .fontColor('#FF52886F')
 
             Image($r('app.media.icon_heroOpen'))
-              .width(12)
+              .width(13)
               .aspectRatio(1)
               .rotate({angle: this.isOpen ? 180 : 0})
           }

+ 2 - 2
products/entry/src/main/ets/entryability/EntryAbility.ets

@@ -3,7 +3,7 @@ import { hilog } from '@kit.PerformanceAnalysisKit';
 import { window } from '@kit.ArkUI';
 import {
   AppStorageKeyCollect,
-  // IBestInit,
+  IBestInit,
   RelationalStoreUtils,
   windowHelper,
   YTAvoid,
@@ -51,7 +51,7 @@ export default class EntryAbility extends UIAbility {
         logSize: 800
       })
 
-      // IBestInit(windowStage, this.context)
+      IBestInit(windowStage, this.context)
       bundleManager.getBundleInfoForSelf(bundleManager.BundleFlag.GET_BUNDLE_INFO_WITH_SIGNATURE_INFO)
         .then(res => {
           YTLog.info(`signatureInfo:` + JSON.stringify(res.signatureInfo))

+ 1 - 1
products/entry/src/main/ets/pages/Index.ets

@@ -50,7 +50,7 @@ struct Index {
     Stack() {
       Navigation(yTRouter) {
         Column() {
-          Tabs({ controller: this.tabsController, index: 3 }) {
+          Tabs({ controller: this.tabsController }) {
             ForEach(this.contentList, (_: BasicType<undefined>, index) => {
               TabContent() {
                 if (index == 0) {