Initial commit

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-15 13:57:10 +08:00
co-authored by Claude Opus 5
commit 8679200f41
1897 changed files with 257900 additions and 0 deletions
+109
View File
@@ -0,0 +1,109 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta
name="viewport"
content="viewport-fit=cover,width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>Document</title>
<link rel="stylesheet" href="/sources/style/reset.css"/>
<link rel="stylesheet" href="/sources/style/common.css"/>
<link rel="stylesheet" href="/sources/style/animate.css"/>
</head>
<body>
<div class="container">
<div class="box" id="box">
<div class="box-row" data-pageindex="page1">
<span data-pageindex="page1" class="span1">充值问题</span>
<img data-pageindex="page1" src="/sources/img/right.png"/>
</div>
<div class="box-row" data-pageindex="page2">
<span data-pageindex="page2" class="span3">提现问题</span>
<img data-pageindex="page2" src="/sources/img/right.png"/>
</div>
</div>
<div class="page page1" id="page1">
<h3 class="p1">1.如何充值音币</h3>
<p>1)直播页面打开礼物面板,可以快速充值</p>
<p class="p2">2)在“我的-更多-钱包”页面中进行充值</p>
<h3>2.为什么提示“充值失败”/“充值遇到问题”?</h3>
<p>1)请检查付款时网络链接是否正常</p>
<p class="p2">2)请检查付款账号余额是否大于购买的音币数量</p>
<h3>3.付款成功,但音币没到账?</h3>
<p>
1)由于网络原因可能导致音币到账延迟,滞后90分钟内属于正常现象,请耐心等候
</p>
<p>
2)如果付款成功且超过48小时音币仍未到账,请在【消息】-【在线客服】进行反馈,会有工作人员在工作时间帮你核查,反馈时请提供以下界面截图,缺一不可
</p>
<p>
(1)、(支付成功后的订单详情页)截图,需包含消费时间、金额、收款对象
</p>
<p>
(2)、个人主页(我)-右上角(三)-(钱包)-(充值)-(充值记录)页截图
</p>
<p class="p2">
(3)、如你是苹果用户、则需要额外提供你的购买记录:前往手机【设置】-【iTunes
store与APP store】-点击最上方【Apple id】-查看【Apple
id】-【购买记录】,找到您没有到账的对应订单,将订单详情页截图给我们
</p>
<h3>4.每日提现限额</h3>
<p>提现每笔最小100元,提现每天最多10000元</p>
</div>
<div class="page page2" id="page2">
<h3 class="p1">1.如何提现?</h3>
<p>
前往提现页面:“个人主页-右上角-钱包”,点击我的收益开始提现,提现前需在音色平台的账户中绑定手机号,否则无法进入提现操作
</p>
<p>1)支持支付宝 / 银行卡</p>
<p>
2)按照要求绑定支付宝账号 /
绑定银行卡以及验证信息,请确保提供的信息准确无误,以免绑定失败
</p>
<p class="p2">3)绑定信息验证成功后,即可选择提现金额,并完成提现</p>
<h3>2.显示“提现失败”</h3>
<p>
1)请检查要提现金额是否大于可提现金额,且是否符合提现的最低&最高限额
</p>
<p>2)银行卡提现时,需确认绑定的银行卡可正常使用</p>
<p class="p2">
3)支付宝提现失败时,需确认当前绑定的支付宝账号是否正确以及支付宝账号是否可用
</p>
<h3>3.显示“提现成功”但没到账</h3>
<p>
1)请检查要提现金额是否大于可提现金额,且是否符合提现的最低&最高限额
</p>
<p class="p2">
2)高峰期提现人数多会导致网络拥堵,到账之后72小时内属于正常现象,请耐心等候,如72小时后仍未到账,请在【消息】-【在线客服】中将问题反馈给我们,反馈时请提供APP内的提现记录
</p>
<h3>4.提现有手续费吗?</h3>
<p>金币提现暂无手续费</p>
</div>
</div>
</body>
<script src="/sources/util/rem.js"></script>
<script src="/sources/js/touch.js"></script>
<script>
var box = document.getElementById('box')
var subpage = document.getElementsByClassName('page')
box.addEventListener('click', function (e) {
console.log(e)
var targetNode = e.target.dataset.pageindex
if (!targetNode) return
var subNode = document.getElementById(targetNode)
subNode.style.display = 'block'
})
// touch.on(boxrow, 'tap', function(e) {
// var targetNode = e.target.dataset.pageindex
// var subNode = document.getElementById(targetNode)
// subNode.style.display = 'block'
// })
touch.on(subpage, 'swipeleft swiperight', function (e) {
for (var i = 0; i < subpage.length; i++) {
subpage[i].style.display = 'none'
}
})
</script>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
+77
View File
@@ -0,0 +1,77 @@
@import 'page.css';
/* @font-face {
font-family: 'PingFang';
src: url('./fonts/PingFang.ttc');
} */
/* 通用样式 */
* {
padding: 0;
margin: 0;
color: rgba(255, 255, 255, 255);
text-decoration: none;
box-sizing: border-box;
font-family: 'sans-serif';
-webkit-touch-callout: none; /*系统默认菜单被禁用*/
-webkit-user-select: none; /*webkit浏览器*/
-khtml-user-select: none; /*早期浏览器*/
-moz-user-select: none; /*火狐*/
-ms-user-select: none; /*IE10*/
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
-moz-touch-callout: none;
-ms-touch-callout: none;
touch-callout: none;
}
body,
html {
height: 100%;
}
.container {
display: flex;
justify-content: space-between;
align-items: center;
overflow-y: hidden;
max-height: 100vh;
flex-wrap: nowrap;
}
.box {
min-width: 100%;
min-height: 100vh;
font-size: 16px;
font-family: 'PingFang';
background: rgb(0, 0, 0);
flex: 1;
overflow-y: hidden;
align-self: flex-start;
}
.box-row {
margin-top: 25px;
height: 22px;
/* background: red; */
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.span1 {
width: 90%;
text-indent: 1em;
}
.span3 {
width: 90%;
text-indent: 1em;
}
img {
width: 8px;
height: 15px;
margin-right: 16px;
}
+44
View File
@@ -0,0 +1,44 @@
/* @font-face {
font-family: 'PingFang';
src: url('../fonts/PingFang.ttc');
} */
/* 通用样式 */
* {
padding: 0;
margin: 0;
}
.page {
position: absolute;
width: 100%;
z-index: 100;
left: 0;
top: 0;
background: rgb(0, 0, 0);
display: none;
padding: 0 16px;
}
h3 {
font-size: 16px;
color: rgba(255, 255, 255, 1);
font-family: 'PingFang';
margin-bottom: 15px;
height: 22px;
}
p {
font-size: 14px;
color: rgba(255, 255, 255, 0.5);
font-family: 'PingFang';
margin-bottom: 10px;
line-height: 20px;
}
.p1 {
margin-top: 29px;
}
.p2 {
margin-bottom: 30px;
}
+136
View File
@@ -0,0 +1,136 @@
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
font-family: 'sans-serif';
-webkit-touch-callout: none; /*系统默认菜单被禁用*/
-webkit-user-select: none; /*webkit浏览器*/
-khtml-user-select: none; /*早期浏览器*/
-moz-user-select: none; /*火狐*/
-ms-user-select: none; /*IE10*/
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
input,
textarea {
-webkit-user-select: auto; /*webkit浏览器*/
margin: 0px;
padding: 0px;
outline: none;
}
+39
View File
@@ -0,0 +1,39 @@
/**
* 动态设置rem
*/
var BASE_SIZE = 20; // 基本字体大小
var MAX_SIZE = 50; // 最大字体大小
var DESIGN_WIDTH = 720; // iphone 6
var MIN_DESIGN_WIDTH = 320;
var htmlEl = document.querySelector('html');
var fontSize = 20;
var setFontSize = function (size) {
htmlEl.style.fontSize = size + 'px';
fontSize = size;
};
var calc = function () {
var device_width = document.body.clientWidth || window.innerWidth;
var scale = device_width / DESIGN_WIDTH;
var distSize = scale * BASE_SIZE;
if (distSize > MAX_SIZE) {
distSize = MAX_SIZE;
}
if (device_width < MIN_DESIGN_WIDTH) return;
setFontSize(Math.round(distSize));
};
window.addEventListener('resize', calc);
document.addEventListener('DOMContentLoaded', calc);
window.rem = function (size) {
return size / BASE_SIZE + 'rem';
};
window.renderPx = function (size) {
return Math.round((size / BASE_SIZE) * fontSize);
};
+31
View File
@@ -0,0 +1,31 @@
var os = (function () {
var ua = navigator.userAgent,
isWindowsPhone = /(?:Windows Phone)/.test(ua),
isSymbian = /(?:SymbianOS)/.test(ua) || isWindowsPhone,
isAndroid = /(?:Android)/.test(ua),
isFireFox = /(?:Firefox)/.test(ua),
isChrome = /(?:Chrome|CriOS)/.test(ua),
isTablet = /(?:iPad|PlayBook)/.test(ua) || (isAndroid && !/(?:Mobile)/.test(ua)) || (isFireFox && /(?:Tablet)/.test(ua)),
isPhone = /(?:iPhone)/.test(ua) && !isTablet,
isWx = /MicroMessenger/.test(ua),
isPc = !isPhone && !isAndroid && !isSymbian;
return {
isTablet: isTablet,
isPhone: isPhone,
isAndroid: isAndroid,
isPc: isPc,
isWx: isWx
};
})();
var parseQuery = function (url) {
let query = {};
if (url.indexOf("?") !== -1) {
url.split("?")[1]
.split("&")
.forEach(entry => {
let _query = entry.split("=");
query[_query[0]] = _query[1];
});
}
return query;
};