From 7b3debaead989b38cf29e84d5070ef353a943ec4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com>
Date: Mon, 9 Mar 2026 17:35:00 +0800
Subject: [PATCH] 2.3.6
---
public/index.html | 11 ++++++++-
src/components/header/HeaderOne.vue | 38 ++++++++++++++++++++++++++---
src/router/router.js | 2 +-
3 files changed, 46 insertions(+), 5 deletions(-)
diff --git a/public/index.html b/public/index.html
index e69bfd9..64e2f40 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,16 @@
-
YOLO助手
+ TikTok YOLO助手-官网 数据中心 数据聚合
+
diff --git a/src/components/header/HeaderOne.vue b/src/components/header/HeaderOne.vue
index e244934..2ed3145 100644
--- a/src/components/header/HeaderOne.vue
+++ b/src/components/header/HeaderOne.vue
@@ -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;
}
diff --git a/src/router/router.js b/src/router/router.js
index cae011d..21c4868 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -18,7 +18,7 @@ const routes = [
path: '/',
name: 'MainDemo',
meta: {
- title: 'YOLO助手'
+ title: 'YOLO助手-官网 TikTok工具 数据中心 数据聚合'
},
component: () =>
import('../views/all-home-version/MainDemo.vue')