4.B SharePanel: 替换字符占位为 imageset 图标

从 docs/res/Images.xcassets 拷贝 shareWechat / shareQQ / shareDouyin
三套 imageset(@1x/@2x/@3x)到 ylgamehall/Assets.xcassets/。SharePanel
按钮从"彩色圆 + 首字"改为 setImage + clipsToBounds + 等比缩放,未安装
平台改 alpha 灰显(与原 daoqi msext SharePanel.m:147 createButtonWithImage
同款写法)。

ylgamehall/ 是 PBXFileSystemSynchronizedRootGroup,无需手改 pbxproj。
This commit is contained in:
joywayer
2026-06-24 07:33:26 +08:00
parent b058990862
commit d471393806
13 changed files with 78 additions and 9 deletions
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "shareDouyin.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "shareDouyin@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "shareDouyin@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "shareQQ.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "shareQQ@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "shareQQ@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "shareWechat.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "shareWechat@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "shareWechat@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB