1.3.5 线上版本

This commit is contained in:
QinFendeZhou 2025-03-07 11:52:54 +08:00
parent b4e9cfc1e8
commit 6c61ad1b5d
21 changed files with 116 additions and 4 deletions

View File

@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "Restor@2x.png",
"filename" : "Frame 427319246@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Restor@3x.png",
"filename" : "Frame 427319246@3x.png",
"idiom" : "universal",
"scale" : "3x"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

View File

@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "Upgrade@2x.png",
"filename" : "Frame 427319256@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Upgrade@3x.png",
"filename" : "Frame 427319256@3x.png",
"idiom" : "universal",
"scale" : "3x"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

View File

@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "1831739501971_.pic 1.jpg",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "1831739501971_.pic.jpg",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

View File

@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "1851739502014_.pic.jpg",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "1851739502014_.pic 1.jpg",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,12 @@
//
// MP_AdCentralManager.swift
// relax.offline.mp3.music
//
// Created by Mr.Zhou on 2025/2/13.
//
import UIKit
class MP_AdCentralManager: NSObject {
}

View File

@ -0,0 +1,12 @@
//
// MP_AdItemModel.swift
// relax.offline.mp3.music
//
// Created by Mr.Zhou on 2025/2/13.
//
import UIKit
class MP_AdItemModel: NSObject {
}

View File

@ -0,0 +1,12 @@
//
// MP_AdJsonModel.swift
// relax.offline.mp3.music
//
// Created by Mr.Zhou on 2025/2/13.
//
import UIKit
class MP_AdJsonModel: NSObject {
}

View File

@ -0,0 +1,12 @@
//
// MP_AdPositionGroupViewModel.swift
// relax.offline.mp3.music
//
// Created by Mr.Zhou on 2025/2/13.
//
import UIKit
class MP_AdPositionGroupViewModel: NSObject {
}

View File

@ -0,0 +1,20 @@
//
// MPPositive_BannerIAPView.swift
// relax.offline.mp3.music
//
// Created by Mr.Zhou on 2025/2/14.
//
import UIKit
class MPPositive_BannerIAPView: UIView {
/*
// Only override draw() if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
override func draw(_ rect: CGRect) {
// Drawing code
}
*/
}