ios企业签

This commit is contained in:
zhx 2026-06-02 16:27:52 +08:00
parent c9309d49ba
commit 5acec69c58
2 changed files with 55 additions and 20 deletions

View File

@ -6,8 +6,11 @@
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
/>
<title>Lalu Voice Party Download</title>
<meta name="description" content="Download Lalu Voice Party for iOS." />
<title>Yumi Download</title>
<meta
name="description"
content="Download Yumi for iOS and join live voice rooms."
/>
<style>
* {
box-sizing: border-box;
@ -272,10 +275,9 @@
}
.download-button.android {
color: rgba(255, 255, 255, 0.92);
background: #c5a6f6;
cursor: default;
opacity: 0.72;
color: #fff;
background: #282333;
box-shadow: 0 14px 28px rgba(40, 35, 51, 0.16);
}
.note {
@ -316,20 +318,20 @@
</head>
<body>
<main class="page">
<section class="store" aria-label="Lalu Voice Party app download">
<section class="store" aria-label="Yumi app download">
<div class="hero">
<div class="brand">
<div class="app-icon" aria-hidden="true">
<span>L</span>
<span>Y</span>
</div>
<div>
<p class="eyebrow">App Store</p>
<h1>Lalu Voice Party</h1>
<h1>Yumi</h1>
</div>
</div>
<p class="summary">
Install the latest Lalu Voice Party app and start using
voice rooms on your device.
Install Yumi 1.5.0 for iOS and join live voice rooms,
parties, and community events from your device.
</p>
</div>
@ -347,7 +349,7 @@
<a
class="download-button ios"
id="iosInstall"
href="https://media.haiyihy.com/cc.ipa"
href="itms-services://?action=download-manifest&url=https://h5.global-interaction.com/app-store/yumi.plist"
>
<svg
viewBox="0 0 24 24"
@ -360,11 +362,9 @@
</svg>
Install for iOS
</a>
<button
<a
class="download-button android"
type="button"
disabled
aria-disabled="true"
href="https://play.google.com/store/apps/details?id=com.org.yumiparty"
>
<svg
viewBox="0 0 24 24"
@ -375,9 +375,12 @@
d="M17.6 9.48 19.44 6.3a.75.75 0 1 0-1.3-.75l-1.86 3.22A10.2 10.2 0 0 0 12 7.86c-1.52 0-2.97.32-4.28.91L5.86 5.55a.75.75 0 1 0-1.3.75L6.4 9.48C4.2 10.98 2.75 13.34 2.75 16h18.5c0-2.66-1.45-5.02-3.65-6.52ZM8.5 13.4a1.05 1.05 0 1 1 0-2.1 1.05 1.05 0 0 1 0 2.1Zm7 0a1.05 1.05 0 1 1 0-2.1 1.05 1.05 0 0 1 0 2.1Z"
/>
</svg>
Android coming soon
</button>
<p class="note">Android download is not available yet.</p>
Download for Android
</a>
<p class="note">
Install Yumi from the App Store path on iOS or Google
Play on Android.
</p>
</div>
<p class="footer">
@ -389,7 +392,8 @@
<script>
(function () {
var iosInstall = document.getElementById('iosInstall');
var iosUrl = 'https://media.haiyihy.com/cc.ipa';
var iosUrl =
'itms-services://?action=download-manifest&url=https://h5.global-interaction.com/app-store/yumi.plist';
iosInstall.addEventListener('click', function (event) {
event.preventDefault();

31
app-store/yumi.plist Normal file
View File

@ -0,0 +1,31 @@
<?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>https://media.haiyihy.com/cc.ipa</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.org.yumiparty</string>
<key>bundle-version</key>
<string>150</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>yumi</string>
</dict>
</dict>
</array>
</dict>
</plist>