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" name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
/> />
<title>Lalu Voice Party Download</title> <title>Yumi Download</title>
<meta name="description" content="Download Lalu Voice Party for iOS." /> <meta
name="description"
content="Download Yumi for iOS and join live voice rooms."
/>
<style> <style>
* { * {
box-sizing: border-box; box-sizing: border-box;
@ -272,10 +275,9 @@
} }
.download-button.android { .download-button.android {
color: rgba(255, 255, 255, 0.92); color: #fff;
background: #c5a6f6; background: #282333;
cursor: default; box-shadow: 0 14px 28px rgba(40, 35, 51, 0.16);
opacity: 0.72;
} }
.note { .note {
@ -316,20 +318,20 @@
</head> </head>
<body> <body>
<main class="page"> <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="hero">
<div class="brand"> <div class="brand">
<div class="app-icon" aria-hidden="true"> <div class="app-icon" aria-hidden="true">
<span>L</span> <span>Y</span>
</div> </div>
<div> <div>
<p class="eyebrow">App Store</p> <p class="eyebrow">App Store</p>
<h1>Lalu Voice Party</h1> <h1>Yumi</h1>
</div> </div>
</div> </div>
<p class="summary"> <p class="summary">
Install the latest Lalu Voice Party app and start using Install Yumi 1.5.0 for iOS and join live voice rooms,
voice rooms on your device. parties, and community events from your device.
</p> </p>
</div> </div>
@ -347,7 +349,7 @@
<a <a
class="download-button ios" class="download-button ios"
id="iosInstall" 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 <svg
viewBox="0 0 24 24" viewBox="0 0 24 24"
@ -360,11 +362,9 @@
</svg> </svg>
Install for iOS Install for iOS
</a> </a>
<button <a
class="download-button android" class="download-button android"
type="button" href="https://play.google.com/store/apps/details?id=com.org.yumiparty"
disabled
aria-disabled="true"
> >
<svg <svg
viewBox="0 0 24 24" 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" 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> </svg>
Android coming soon Download for Android
</button> </a>
<p class="note">Android download is not available yet.</p> <p class="note">
Install Yumi from the App Store path on iOS or Google
Play on Android.
</p>
</div> </div>
<p class="footer"> <p class="footer">
@ -389,7 +392,8 @@
<script> <script>
(function () { (function () {
var iosInstall = document.getElementById('iosInstall'); 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) { iosInstall.addEventListener('click', function (event) {
event.preventDefault(); 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>