美术更新

- detail页面修改
- ui布局修改
This commit is contained in:
2025-08-25 20:15:42 +08:00
parent 2ae00f5c23
commit d6c3c775b5
183 changed files with 22192 additions and 12914 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export class ThemeItem extends Component {
"Chat18x",
() => {
let sizeTran = this.img.node.parent.getComponent(UITransform);
Utils.adjustBgPixelRatioToSize(sizeTran.contentSize, this.img.node, 2);
Utils.adjustBgPixelRatioToSize(sizeTran.contentSize, this.img.node, 3);
}
);
GButton.RemoveAndBandClick(this.node, this.OnClickThis, this);