Skip to content

Commit c7f8ea8

Browse files
author
483882434@qq.com
committed
更新轮播图展示
1 parent fb831d8 commit c7f8ea8

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -579,19 +579,19 @@ <h2>
579579
<div class="carousel" id="carousel">
580580
<div class="carousel-track" id="carouselTrack">
581581
<div class="carousel-slide">
582-
<img src="images/s01.png" alt="爬取目标">
582+
<img src="images/v2.5_界面.png" alt="软件主界面 v2.5">
583583
</div>
584584
<div class="carousel-slide">
585-
<img src="images/s02.png" alt="寻找博主页面">
585+
<img src="images/v2.5_数据1.png" alt="采集结果数据 1">
586586
</div>
587587
<div class="carousel-slide">
588-
<img src="images/s03.png" alt="博主详情页">
588+
<img src="images/v2.5_数据2.png" alt="采集结果数据 2">
589589
</div>
590590
<div class="carousel-slide">
591-
<img src="images/s04.png" alt="软件主界面v2.3">
591+
<img src="images/v2.5_数据3.png" alt="采集结果数据 3">
592592
</div>
593593
<div class="carousel-slide">
594-
<img src="images/s05.png" alt="cookie自动配置">
594+
<img src="images/ck小工具.png" alt="Cookie 小工具">
595595
</div>
596596
</div>
597597
<button class="carousel-btn carousel-prev" onclick="moveSlide(-1)"></button>
@@ -603,7 +603,7 @@ <h2>
603603
<button class="carousel-dot" onclick="goToSlide(3)"></button>
604604
<button class="carousel-dot" onclick="goToSlide(4)"></button>
605605
</div>
606-
<div class="carousel-caption-bar" id="carouselCaption">📥 爬取目标:支持博主列表采集 + 博主详情采集两种模式</div>
606+
<div class="carousel-caption-bar" id="carouselCaption">🖥️ 软件主界面 v2.5:功能分区清晰,支持博主列表和博主详情采集</div>
607607
</div>
608608
</div>
609609

@@ -810,11 +810,11 @@ <h3 class="lang-en">🌼 Ready to get started?</h3>
810810
var caption = document.getElementById('carouselCaption');
811811
var autoTimer;
812812
var captions = [
813-
{ zh: '📥 爬取目标:支持博主列表采集 + 博主详情采集两种模式', en: '📥 Crawl targets: influencer list + influencer detail — two modes supported' },
814-
{ zh: '🔍 寻找博主页面:品牌找人/搜推博主,按条件筛选达人', en: '🔍 Find influencers: brand-side KOL discovery with advanced filtering' },
815-
{ zh: '👤 博主详情页:采集报价、粉丝画像、商业数据等 34 个字段', en: '👤 Influencer detail page: scrapes 34 fields including pricing, follower insights, and business data' },
816-
{ zh: '🖥️ 软件主界面 v2.3:清晰的功能分区,操作简单直观', en: '🖥️ App main UI v2.3: clear layout with intuitive operation' },
817-
{ zh: '🍪 Cookie 自动配置:内置小工具,一键获取蒲公英平台 Cookie', en: '🍪 Auto cookie setup: built-in tool for one-click Pugongying cookie extraction' }
813+
{ zh: '🖥️ 软件主界面 v2.5:功能分区清晰,支持博主列表和博主详情采集', en: '🖥️ App main UI v2.5: clear sections for influencer list and detail collection' },
814+
{ zh: '📊 采集结果数据 1:导出结构化达人数据,便于筛选和分析', en: '📊 Export result 1: structured influencer data for filtering and analysis' },
815+
{ zh: '📈 采集结果数据 2:覆盖更多商业与账号维度字段', en: '📈 Export result 2: more business and account-level fields' },
816+
{ zh: '📋 采集结果数据 3:多字段结果可直接用于表格整理', en: '📋 Export result 3: multi-field output ready for spreadsheet workflows' },
817+
{ zh: '🍪 Cookie 小工具:辅助快速配置蒲公英平台 Cookie', en: '🍪 Cookie helper: quickly configure Pugongying platform cookies' }
818818
];
819819

820820
function updateCarousel() {

0 commit comments

Comments
 (0)