This commit is contained in:
2025-09-10 15:48:27 +08:00
parent 6b3176ed39
commit 146c9a75a2
1564 changed files with 101785 additions and 257 deletions
@@ -66,11 +66,11 @@ export class ShowPanel extends li_BaseView {
show(path: string) {
if (this.isImg) {
ResManager.I.changeBundleSpriteFrame(this.image, path, "Chat18x", () => {
ResManager.I.changeBundleSpriteFrame(this.image, path, "Girls", () => {
Utils.adjustBgPixelRatio(this.image.node, 3);
});
} else {
ResManager.I.changeBundleVideo(this.videoPlayer, path, "Chat18x", () => {
ResManager.I.changeBundleVideo(this.videoPlayer, path, "Girls", () => {
this.adjustVideoScale();
});
}