Files
ai_mip/static/README.txt
2026-01-13 18:59:26 +08:00

41 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

MIP广告点击系统 - 前端控制面板使用说明
===========================================
启动方式:
---------
1. 确保后端服务已启动:
python app.py
2. 打开浏览器访问:
http://127.0.0.1:5000
功能说明:
---------
1. 调度器控制
- 启动调度器:开始自动点击任务
- 停止调度器:暂停所有自动任务
- 实时显示调度器运行状态
2. 链接管理
- 添加单个链接输入MIP页面链接点击添加
- 批量添加链接:每行一个链接,支持批量导入
- 重置链接:清空该链接的点击记录,重新开始
- 删除链接:从系统中移除该链接
3. 统计数据
- 总链接数:系统中管理的链接总数
- 总点击次数:累计执行的点击次数
- 获得回复:收到广告主回复的次数
- 回复率:回复次数/点击次数的百分比
4. 自动刷新
- 页面每5秒自动刷新一次数据
- 无需手动刷新页面
注意事项:
---------
- 调度器仅在09:00-21:00时间段执行任务
- 每个链接每30分钟点击一次
- 每次点击随机执行1-10次
- 每次点击后等待30秒检查回复