Commit 2421ff7a by xiaoqi

改成黑色

parent c3211600
......@@ -158,7 +158,7 @@ def png2mp4(output_video, fps2, png_dir, target_fps: int = 1000):
image_clip = ImageSequenceClip(image_arrays, fps=fps)
# 创建纯色背景
background_color = (230, 230, 230) # 背景颜色(浅灰色
background_color = (0, 0, 0) # 背景颜色(黑
background = ColorClip(
size=image_clip.size, # 背景尺寸与图像帧一致
color=background_color, # 背景颜色
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>http://192.168.1.7:8080/app.ipa</string> <!-- IPA文件地址 -->
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.ft.chat.ios</string>
<key>bundle-version</key>
<string>50.3</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>FireflyLive</string>
</dict>
</dict>
</array>
</dict>
</plist>
File added
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Install Your App</title>
</head>
<body>
<h1>Install Your App</h1>
<p>Click the link below to install the app on your device:</p>
<a href="itms-services://?action=download-manifest&url=http://192.168.1.7:8080/ExportOptions.plist">Install App</a>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment