Compare commits

2 Commits
master ... main

Author SHA1 Message Date
25d0eb05b2 更新 2026-03-13 16:15:53 +08:00
7b3debaead 2.3.6 2026-03-09 17:35:00 +08:00
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <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> </head>
<body> <body>

View File

@@ -108,7 +108,37 @@ export default {
this.downText = "下载客户端"; this.downText = "下载客户端";
} }
this.sendPostRequest() this.downData = [
{
softname: 'Yolo助手',
softlinks: 'https://s3.tknb.net/crwalUpdate/YOLO助手 Setup 6.0.6.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.9-setup.exe'
}, {
softname: 'Yolo终端(Mac_Intel芯片版)',
softlinks: 'https://s3.tknb.net/5in1/TikTokAutomation-2.3.9-x64.dmg'
}, {
softname: 'Yolo终端(Mac_M芯片版)',
softlinks: 'https://s3.tknb.net/5in1/TikTokAutomation-2.3.9-arm64.dmg'
}
]
// this.sendPostRequest()
}, },
methods: { methods: {
openTkAdim() { openTkAdim() {
@@ -201,7 +231,7 @@ export default {
} }
.download-menu { .download-menu {
width: 110px; // width: 110px;
position: absolute; position: absolute;
top: 100%; top: 100%;
left: 0; left: 0;
@@ -220,7 +250,9 @@ export default {
color: #ffffff; color: #ffffff;
border: none; border: none;
padding: 0; padding: 0;
width: 110px; // width: 110px;
padding: 5px 10px;
height: 40px; height: 40px;
} }

View File

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