# PythonClickAddPage **Repository Path**: jaygeReggie/python-click-add-page ## Basic Information - **Project Name**: PythonClickAddPage - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-24 - **Last Updated**: 2025-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 点击开始/重试: py接收: { action:'start' / 'retry', data:{ clickNumber:500, sourceId:'11111', keyword:'xxxx' } } ## 点击停止: py接收: { action:'stop', data:{ sourceId:'11111' } } ## 删除点击列表: py接收: { action:'deleteClickCard', data:{ sourceId:'11111' } } ## 继续点击: py接收: { action:'continueClick', data:{ sourceId:'11111', keyword:'xxxx', clickNumber:500, currentNumber:200 } } #### 增加已点击次数: 前端接收:{ action:'addClickNumber', data:{ clickNumber:1, clickTotal:500, sourceId:'11111' } } #### 完成点击提示 前端接收:{ action:'clickSuccess', data:{ clickTotal:500, sourceId:'11111' } } #### 通知搜索失败: 前端接收:{ action:'searchFailed', data:{ sourceId:'11111' } } #### 搜索次数 前端接收:{ action:'searchNumber', data:{ searchNumberTotal:100, currentNumber:50, sourceId:'11111' } } #### 开始点击 前端接收:{ action:'startClick', data:{ sourceId:'11111' } }