This commit is contained in:
2026-03-09 17:35:00 +08:00
parent 7fa984a122
commit 7b3debaead
3 changed files with 46 additions and 5 deletions

View File

@@ -6,7 +6,16 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>YOLO助手</title>
<title>TikTok YOLO助手-官网 数据中心 数据聚合</title>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?2cc9e79402a6035cd0cd40c99474752f";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>

View File

@@ -108,7 +108,37 @@ export default {
this.downText = "下载客户端";
}
this.sendPostRequest()
this.downData = [
{
softname: 'Yolo助手',
softlinks: 'https://s3.tknb.net/crwalUpdate/YOLO助手 Setup 6.0.5.exe'
}, {
softname: '粉丝助手',
softlinks: 'https://s3.tknb.net/bigbrotherUpdate/YOLO粉丝助手 Setup 2.8.3.exe'
},
// {
// softname: 'Yolo-Ai助手(iOS)',
// softlinks: 'https://s3.tknb.net/iosAiUpdate/YOLO%EF%BC%88AI%E5%8A%A9%E6%89%8Bios%EF%BC%89%20Setup%203.6.2.exe'
// }
// , {
// softname: 'Yolo-Ai助手(Web版)',
// softlinks: 'https://s3.tknb.net/webAiUpdate/YOLO%EF%BC%88AI%E5%8A%A9%E6%89%8BWeb%E7%89%88%EF%BC%89%20Setup%201.4.4.exe'
// },
{
softname: 'Yolo-Ai助手(Web加强版)',
softlinks: 'https://s3.tknb.net/webAi/TikTok%20Automation-2.1.3-setup.exe'
}, {
softname: 'Yolo终端(Windows)',
softlinks: 'https://s3.tknb.net/5in1/TikTokAutomation-2.3.5-setup.exe'
}, {
softname: 'Yolo终端(Mac_Intel芯片版)',
softlinks: 'https://s3.tknb.net/5in1/TikTokAutomation-2.3.5-x64.dmg'
}, {
softname: 'Yolo终端(Mac_M芯片版)',
softlinks: 'https://s3.tknb.net/5in1/TikTokAutomation-2.3.5-arm64.dmg'
}
]
// this.sendPostRequest()
},
methods: {
openTkAdim() {
@@ -201,7 +231,7 @@ export default {
}
.download-menu {
width: 110px;
// width: 110px;
position: absolute;
top: 100%;
left: 0;
@@ -220,7 +250,9 @@ export default {
color: #ffffff;
border: none;
padding: 0;
width: 110px;
// width: 110px;
padding: 5px 10px;
height: 40px;
}

View File

@@ -18,7 +18,7 @@ const routes = [
path: '/',
name: 'MainDemo',
meta: {
title: 'YOLO助手'
title: 'YOLO助手-官网 TikTok工具 数据中心 数据聚合'
},
component: () =>
import('../views/all-home-version/MainDemo.vue')