Browse Source

规范取名

hh 1 day ago
parent
commit
6a2a51dcc8

+ 2 - 2
entry/src/main/ets/pages/Menu.ets

@@ -282,7 +282,7 @@ struct menu {
             .width('100%')
             .height('23%')
             .borderRadius($r('app.float.virtualSize_16'))
-            .backgroundImage($r("app.media.little_material_inbound"))
+            .backgroundImage($r("app.media.sporadic_material_inbound"))
             .backgroundImageSize(ImageSize.Cover)
             .onClick(()=>{
               router.pushUrl({
@@ -337,7 +337,7 @@ struct menu {
             .width('100%')
             .height('23%')
             .borderRadius($r('app.float.virtualSize_16'))
-            .backgroundImage($r("app.media.little_material_outbound"))
+            .backgroundImage($r("app.media.sporadic_material_outbound"))
             .backgroundImageSize(ImageSize.Cover)
             .onClick(()=>{
               router.pushUrl({

entry/src/main/resources/base/media/little_material_inbound.png → entry/src/main/resources/base/media/sporadic_material_inbound.png


entry/src/main/resources/base/media/little_material_outbound.png → entry/src/main/resources/base/media/sporadic_material_outbound.png