Commit 55a33a65 by li

google

parents
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
var data = {
// id: 路径
// "com.facebook.katana":"./com/ACH/index.html",
appLink:"https://beattcouuv.com/acha.apk",
Link:"",
webTitle:{
l:"TC",
v:"./static/image/TC Playstore Logo.png"
},
// 轮播图
swiper:[
{
v:"",
l:"./static/image/Casino.png"
},
{
// v为空不会跳转
v:"",
l:"./static/image/fishing.png"
},
{
v:"",
l:"./static/image/Lottery.png"
},
{
v:"",
l:"./static/image/Mini Games.png"
},
{
v:"",
l:"./static/image/Popular.png"
},
{
v:"",
l:"./static/image/PVC.png"
},
{
v:"",
l:"./static/image/slots.png"
},
{
v:"",
l:"./static/image/Sports.png"
},
{
v:"",
l:"./static/image/TC Banner.png"
}
],
// app
app:{
l:"TC",
v:"./static/image/TC Playstore Logo.png",
content:"Welcome to TC, your go-to destination for online entertainment in India! With over 100 exciting games to choose from, we offer an immersive gaming experience like no other. Our color prediction game, a global favorite, is now available to thrill players across India.<br>Join the excitement as TC takes gaming to new heights. Trusted by players nationwide, we're proud to be recognized as one of the best and most secure gaming platforms in India, based on player reviews from 2023-2024.<br>Experience the thrill of predicting colors and winning big prizes, all from the comfort of your own device. With TC, your entertainment is just a tap away. Download now and embark on a journey of fun and rewards!",
time:"Nov 06, 2023",
downloads:"500K+",
star:"4.9",
age:"12+"
},
// 头像
advator:{
l:"./static/image/logo_avatar_anonymous_color_1x_web_32dp.png"
},
// 评论
pinglun:[
{
name:"Aiza Khan",
time:"April 06, 2024",
content:"Yo, TC is fire! That color game is addictive, bhai. Won some cool stuff too!",
people:"223",
src:"./static/image/touxiang1.jpg"
},
{
name:"Aleya Islam ",
time:"March 22, 2024",
content:"Found this app TC, and dang, it's dope! Safe and fun, bhai.",
people:"205",
src:"./static/image/touxiang2.jpg"
},
{
name:"Alina Saha",
time:"March 10, 2024",
content:"TC is lit, bhai! So many games, it's like a party on my phone!",
people:"198",
src:"./static/image/touxiang3.jpg"
},
{
name:"Alisha Rajput",
time:"February 27, 2024",
content:"Bhai, TC is next level! No wonder it's the best in India, man.",
people:"255",
src:"./static/image/touxiang4.jpg"
},
{
name:"Aliya Chana",
time:"February 16, 2024",
content:"TC is my jam, bhai. That color game? Too much fun, man!",
people:"209",
src:"./static/image/touxiang5.jpg"
},
{
name:"Aliya Noreen",
time:"February 03, 2024",
content:"Just discovered TC and it's sick, bhai! Can't stop playing!",
people:"216",
src:"./static/image/touxiang6.jpg"
},
{
name:"Anaya Shakeel",
time:"January 20, 2024",
content:"Man, TC is a lifesaver for boredom. So many games, so much fun!",
people:"271",
src:"./static/image/touxiang7.jpg"
},
{
name:"Anmol Kuri",
time:"January 08, 2024",
content:"Yo, TC is legit! Loving that color game, bhai. Winning feels great!",
people:"253",
src:"./static/image/touxiang8.jpg"
},
{
name:"Ariba Rubab",
time:"December 30, 2023",
content:"TC is the real deal, bhai! Safe, fun, and addictive as heck!",
people:"228",
src:"./static/image/touxiang9.jpg"
},
{
name:"Dimple Koji",
time:"December 12, 2023",
content:"Dude, TC is my new obsession! The color game is crazy addictive, bhai!",
people:"201",
src:"./static/image/touxiang10.jpg"
},
{
name:"Eman Fatima",
time:"December 03, 2023",
content:"Just downloaded TC and it's already my favorite! So many games, so much fun!",
people:"194",
src:"./static/image/touxiang11.jpg"
},
{
name:"Fàtímà Jààñ",
time:"November 29, 2023",
content:"Bhai, TC is lit AF! That color game? Insanely fun, man!",
people:"226",
src:"./static/image/touxiang12.jpg"
},
{
name:"Hameda Mai",
time:"November 17, 2023",
content:"TC is a game-changer, bhai! Safe, fun, and totally addictive!",
people:"214",
src:"./static/image/touxiang13.jpg"
},
{
name:"Híbá Sóháíl",
time:"November 05, 2023",
content:"TC is dope, bhai! That color game is like a rollercoaster of excitement, man!",
people:"266",
src:"./static/image/touxiang14.jpg"
},
{
name:"Iqra Rana",
time:"October 26, 2023",
content:"Found TC and I'm hooked, bhai! That color game? Too much fun, man!",
people:"210",
src:"./static/image/touxiang15.jpg"
}]
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
function goto() {
window.open(data.appLink)
}
function init(){
document.body.style.overflow='hidden'
if(!window.location.href.match('id')){
document.body.innerHTML = "<p style='font-size:64px;font-weight:800;text-align:center'>404</p><p style='font-size:64px;font-weight:800;text-align:center'>Not Found</p>"
document.body.style.display = 'flex'
document.body.style.alignItems="center"
document.body.style.justifyContent="center"
document.body.style.flexDirection="column"
return
}
if (window.location.href.match('id')) {
let index = window.location.href.match('id').index
let idIndex = window.location.href.substring(index + 3)
if (data[idIndex])
{
document.body.innerHTML =
`<iframe src=${data[idIndex]} style='width:100%;height:100%'></iframe>`
}
}
}
function appendImg(i, d) {
let img = document.createElement("img")
img.src = i.l
img.setAttribute('class', 'T75of B5GQxf')
img.setAttribute('alt', 'Imagem da captura de tela')
img.setAttribute('itemprop', 'image')
img.setAttribute('tabindex', '0')
img.setAttribute('load', 'lazy')
img.setAttribute('data-screenshot-index', '0')
img.addEventListener('click', function imgGo() {
if (i.v)
window.open(i.v)
})
d.appendChild(img)
}
function appendDivSon(i, d) {
let divSon = document.createElement("div")
divSon.setAttribute('jscontroller', 'RQJprf')
divSon.setAttribute('class', 'Atcj9b')
d.appendChild(divSon)
appendImg(i, divSon)
}
function appendDiv(i) {
let div = document.createElement("div")
div.setAttribute('class', 'ULeU3b Utde2e')
div.setAttribute('role', 'listitem')
appendDivSon(i, div)
document.getElementById("list").appendChild(div)
}
$('document').ready(() => {
document.body.style.display = 'block'
// init()
$('#appicon_3')[0].src = data.app.v
$('#app_name')[0].innerText = data.app.l
$('#advator')[0].src = data.advator.l
$('#description')[0].innerHTML = data.app.content
$('#xg1aie')[0].innerText = data.app.time
$('#download')[0].innerText = data.app.downloads
$('#star')[0].innerText = data.app.star
$('#age')[0].innerText = data.app.age
let link = document.createElement('link')
link.rel = 'shortcut icon'
link.href = data.webTitle.v
document.head.appendChild(link)
for (let i in data.swiper) {
appendDiv(data.swiper[i])
}
new Vue({
el: "#app"
})
})
\ No newline at end of file
This diff is collapsed. Click to expand it.
This source diff could not be displayed because it is too large. You can view the blob instead.
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 to comment