nginx
tcp/80
Open service 111.174.9.41:80 · app.cvcv.com
2026-01-31 07:04
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 31 Jan 2026 07:04:07 GMT
Content-Type: text/html
Content-Length: 6072
Connection: close
Last-Modified: Sat, 31 Jan 2026 03:45:43 GMT
ETag: "697d7ae7-17b8"
Accept-Ranges: bytes
Vary: Accept-Encoding
Ohc-Cache-HIT: hs6ct56 [1], wzix58 [1]
Ohc-File-Size: 6072
X-Cache-Status: MISS
Page title: 天天乐舞
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>天天乐舞</title>
<meta name="keywords" content="广场舞,减肥操,流行舞,健身操,民族舞,表演舞,舞蹈教学,慢速播放,一键下载,舞友论坛,秀舞功能,高清画质,语音搜索,投屏功能,无广告,附近舞队,作品分享,热门榜单" />
<meta name="description" content="广场舞爱好者聚集地,各种类型舞蹈教学应有尽有,打开天天乐舞,即刻体验锻炼完美好身材。拥有海量教学资源:覆盖恰恰、民族风等200+热门舞种,每日更新最新教学视频。独家名师课程:含慢动作分解、背面跟练模式。持离线下载与投屏功能,客厅/公园皆随时随地均可练习。" />
<link rel="icon" type="image/png" sizes="32x32" href="./image/logomid.png">
<link rel="stylesheet" href="./css/weui.min.css">
<link rel="stylesheet" href="./css/topbox.min.css">
<link rel="stylesheet" href="./css/common.css?t=20250624">
<link rel="stylesheet" href="./css/index.css?t=20250624">
<link rel="stylesheet" href="./css/element.css">
<link rel="stylesheet" href="./css/swiper.min.css">
</head>
<body>
<div class="annotationHome" id="body_container">
<s-header></s-header>
<s-midbox></s-midbox>
<div class="swipers">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide" v-for="(item, i) in 4"
:key="i">
<img :src="`./image/swiper${i}.png`" alt="" srcset="">
</div>
</div>
</div>
</div>
<div class="footers">
<div class="title">应用介绍</div>
<div class="desc">
广场舞爱好者聚集地,各种类型舞蹈教学应有尽有,打开天天乐舞,即刻体验锻炼完美身材。
</div>
<div class="tab">
<div class="list flexCon" v-for="(item,index) in tabLists" :key="index" v-html="item"></div>
</div>
<div class="downBtn flexCon" id="downloadBtn1">
<img src="./image/downimg.png" alt="">
立即下载
</div>
</div>
</div>
<!-- 引入Vue -->
<script src="./js/vue.js"></script>
<script src="./js/weui.min.js"></script>
<script src="./js/swiper.min.js"></script>
<script src="./js/jquery.min.js"></script>
<script src="./js/md5.js"></script>
<script src="./js/request.js"></script>
<script src="./js/dayjs.min.js"></script>
<script src="./js/commom.js"></script>
<script src="./js/element.js"></script>
<script src="./components/SHeader/index.js"></script>
<script src="./components/SMidbox/index.js"></script>
<script type="text/javascript">
let setTimeoutFun;
let appVue = new Vue({
el: '#body_container',
components: {
's-header': SHeader,
's-midbox': SMidbox
},
data() {
return {
isPc: false,
swiperIndex:0,
tabLists:["广场舞","舞蹈","健身操","养生操","减肥操"]
}
},
mounted() {
this.initOpeninstall();
this.$nextTick(()=>{
this.swiperInit();
})
window.onresize = () => {
return (() => {
this.isPc = document.body.clientWidth == 600;
})()
}
},
methods: {
initOpeninstall() {
const s = document.createElement("script");
s.type = "text/javascript";
s.src = "https://res.openinstall.com/openinstall-appKey.js"; //在线引用
s.addEventListener(
"load",
() => {
var data = OpenInstall.parseUrlParams(); ///openinstall.js中提供的工具函数,解析url中的所有查询参数