免责声明:本资源并未取得原始权利人的授权,不可商用,仅可用于学习分析底层代码,CSS等,禁止用于商业行为。如因擅自商用引起的相关纠纷及法律责任,由使用人全部承担。支持正版,人人有责,请于下载后24小时内删除,谢谢支持!
如果蓝奏云下载失效请更换最新链接:nnym.lanzouh.com//xxxx 【x改成h】
另附打包好的APP,见下载页
代码如下:
if (!auto.service) {toast('无障碍服务未启动!退出!')exit()}if (confirm('是否需要自动调整媒体音量为0','以免直播任务发出声音。需要修改系统设置权限。')) {try {device.setMusicVolume(0)toast('成功设置媒体音量为0')} catch (err) {alert('首先需要开启权限,请开启后再次运行脚本')exit()}} else {toast('不修改媒体音量')}console.show()// showVersion()console.log('开始完成喵糖任务...')console.log('按音量下键停止')device.keepScreenDim(60 * 60 * 1000)function registerKey() {events.observeKey()events.onKeyDown('volume_down', function (event) {console.log('喵糖任务脚本停止了')console.log('请手动切换回主页面')device.cancelKeepingAwake()exit()})}threads.start(registerKey)// 全局try catch,应对无法显示报错try {// 自定义去取消亮屏的退出方法function quit() {device.cancelKeepingAwake()exit()}// 自定义一个findTimeout,find_f是原本的查询器 text('sss').find()function findTimeout(findF, timeout) {let c = 0while (c < timeout / 50) {let result = findF.find()if (result.nonEmpty()) return resultsleep(50)c++}return null}// 自定义一个findTextDescMatchesTimeoutfunction findTextDescMatchesTimeout(reg, timeout) {let c = 0while (c < timeout / 50) {let result = textMatches(reg).findOnce() || descMatches(reg).findOnce()if (result) return resultsleep(50)c++}return null}// 查找任务按钮function findTask() {var jumpButtonFind = textMatches(/去浏览|去搜索|去完成|签到|逛一逛|去逛逛|去观看|去参赛/) // 找进入任务的按钮,10秒var jumpButtons = findTimeout(jumpButtonFind, 10000)if (!jumpButtons) {return null}for (var i = 0; i < jumpButtons.length; i++) {var taskName, contenttry {taskName = jumpButtons[i].parent().child(0).child(0).text()content = jumpButtons[i].parent().child(0).child(1).child(0).text()} catch (err) {console.log(err)continue}if (taskName) {if (taskName.match(/签到/)) {console.log('进行签到任务')sleep(1000)jumpButtons[i].click()sleep(8000)return findTask()}if (!(taskName.match(/淘金币|提醒|话费|斗地主|消消乐|流浪猫|开88|扔喵糖|占领|邀请|登录|组队|参与|施肥|浇水|特价版|小鸡|消除|穿搭|森林|点淘|人生|我的淘宝|庄园/) || content.match(/小互动/))) {return [taskName, jumpButtons[i]]}}}return null}function liulan() {// if (textMatches(/.*浏览.*/).findOne(10000)) { // 等待浏览出现// let v = className('android.support.v7.widget.RecyclerView').findOnce() // 滑动// if (v) {// sleep(1000)// v.scrollForward()// }// }textMatches(/.*浏览得奖励.*/).findOne(15000) // 等待开始let finish_c = 0while (finish_c < 50) {// 0.5 * 50 = 25 秒,防止死循环let finish_reg = /.*完成.*|.*失败.*|.*上限.*|.*开小差.*|.*发放.*/if ((textMatches(finish_reg).exists() ||descMatches(finish_reg).exists() ||textContains('任务已完成').exists() ||textContains('喵币已发放').exists() ||descContains('任务已完成').exists() ||descContains('喵币已发放').exists()) &&!text('浏览得奖励').exists()) {// 等待已完成出现,有可能失败break}if (textMatches(/.*休息会呗.*/).exists()) {alert('触发淘宝验证', '请手动验证后返回淘宝首页,重新执行任务')console.log('异常退出。')quit()}if (textContains('互动奖励').exists() ||descContains('互动奖励').exists()) {console.log('跳过互动任务')break}sleep(500)finish_c++}if (finish_c > 49) {console.log('未检测到任务完成标识。返回。')// console.log('如果你认为这是一个bug请截图反馈。')// console.log('一般情况下,二次运行脚本即可。')// console.log('请手动切换回主页面')// device.cancelKeepingAwake()// quit()return back()}console.log('任务完成,返回')// if (currentActivity() == 'com.taobao.tao.TBMainActivity') {// var backButton = descContains('返回618列车').findOnce() // 有可能是浏览首页,有可能无法点击// if (backButton) {// if (!backButton.parent().parent().parent().click()) {// back()// }// } else {// back()// }// } else {// back()// }back()if (!text('做任务赢奖励').findOne(5000)) {console.log('似乎没有返回,二次尝试')back()}}// 打开淘宝活动页面console.log('正在打开淘宝...')var url = 'pages.tmall.com/wow/z/hdwk/20220618/gamehome?disableNav=YES'app.startActivity({action: 'VIEW',data: 'taobao://' + url,})sleep(2000)console.log('等待页面加载...')try {textMatches(/领喵币/).findOne(20000)console.log('准备打开任务列表')sleep(2000)// if(click('关闭')) {// sleep(2000)// }let c = findTextDescMatchesTimeout(/领喵币/, 1000)if (c) {console.log('打开任务列表')c.click()} else {throw '无法找到任务列表入口'}if (!text('做任务赢奖励').findOne(8000)) {console.log('默认方式打开失败,二次尝试')// let right = c.bounds().right// let left = c.bounds().left// let top = c.bounds().top// let bottom = c.bounds().bottom// click(random(right,left), random(top, bottom))click(c.bounds().centerX(), c.bounds().centerY())if (!text('做任务赢奖励').findOne(8000)) {throw '无法打开任务列表'}}console.log('准备搜索任务')sleep(2000)} catch (err) {console.log(err)console.log('无法进入任务列表,如果你认为这是bug,请截图反馈')quit()}while (true) {console.log('寻找任务入口...')var jumpButton = findTask()if (jumpButton == null) {// 没有任务之后领取奖励var awardButtonFind = textMatches(/立即领取/)var awardButtons = findTimeout(awardButtonFind, 10000)if (awardButtons) {for (var i = 0; i < awardButtons.length; i++) {console.log('领取累计任务奖励')awardButtons[i].click()console.log('等待5秒再次领取...')sleep(5000)}}console.log('没找到合适的任务。也许任务已经全部做完了。退出。互动任务不会自动完成。')console.log('请手动切换回主页面')alert('任务已完成', '别忘了在脚本主页领取618红包!互动任务需要手动完成。')quit()}if (jumpButton[0].match('去浏览店铺领能量')) {console.log('进行浏览店铺任务')jumpButton[1].click()while (!textContains('任务完成').exists()) {console.log('进入店铺浏览')text('逛店最多').findOne(15000).parent().click()liulan()sleep(2000)}back()} else if (jumpButton[0].match(/.*玩游戏.*|.*浏览餐饮卡券.*|.*加油赛.*|.*赚星星.*/)) {console.log('进行' + jumpButton[0] + '任务,10秒后返回')jumpButton[1].click()sleep(10000)back()} else if (jumpButton[0].match(/领现金/)) {console.log('进行' + jumpButton[0] + '任务')jumpButton[1].click()let into = text('打开链接').findOne(10000)if (!into) {console.log('无法找到进入领现金的按钮!')quit()}into.click()liulan()} else {console.log('进行' + jumpButton[0] + '任务')jumpButton[1].click()liulan()}console.log('等待页面刷新...')sleep(2000)}} catch (err) {device.cancelKeepingAwake()if (err.toString() !='JavaException: com.stardust.autojs.runtime.exception.ScriptInterruptedException: null') {console.error(err)}showVersion()}if (!auto.service) { toast('无障碍服务未启动!退出!') exit() } if ( confirm( '是否需要自动调整媒体音量为0', '以免直播任务发出声音。需要修改系统设置权限。' ) ) { try { device.setMusicVolume(0) toast('成功设置媒体音量为0') } catch (err) { alert('首先需要开启权限,请开启后再次运行脚本') exit() } } else { toast('不修改媒体音量') } console.show() // showVersion() console.log('开始完成喵糖任务...') console.log('按音量下键停止') device.keepScreenDim(60 * 60 * 1000) function registerKey() { events.observeKey() events.onKeyDown('volume_down', function (event) { console.log('喵糖任务脚本停止了') console.log('请手动切换回主页面') device.cancelKeepingAwake() exit() }) } threads.start(registerKey) // 全局try catch,应对无法显示报错 try { // 自定义去取消亮屏的退出方法 function quit() { device.cancelKeepingAwake() exit() } // 自定义一个findTimeout,find_f是原本的查询器 text('sss').find() function findTimeout(findF, timeout) { let c = 0 while (c < timeout / 50) { let result = findF.find() if (result.nonEmpty()) return result sleep(50) c++ } return null } // 自定义一个findTextDescMatchesTimeout function findTextDescMatchesTimeout(reg, timeout) { let c = 0 while (c < timeout / 50) { let result = textMatches(reg).findOnce() || descMatches(reg).findOnce() if (result) return result sleep(50) c++ } return null } // 查找任务按钮 function findTask() { var jumpButtonFind = textMatches( /去浏览|去搜索|去完成|签到|逛一逛|去逛逛|去观看|去参赛/ ) // 找进入任务的按钮,10秒 var jumpButtons = findTimeout(jumpButtonFind, 10000) if (!jumpButtons) { return null } for (var i = 0; i < jumpButtons.length; i++) { var taskName, content try { taskName = jumpButtons[i].parent().child(0).child(0).text() content = jumpButtons[i].parent().child(0).child(1).child(0).text() } catch (err) { console.log(err) continue } if (taskName) { if (taskName.match(/签到/)) { console.log('进行签到任务') sleep(1000) jumpButtons[i].click() sleep(8000) return findTask() } if ( !( taskName.match( /淘金币|提醒|话费|斗地主|消消乐|流浪猫|开88|扔喵糖|占领|邀请|登录|组队|参与|施肥|浇水|特价版|小鸡|消除|穿搭|森林|点淘|人生|我的淘宝|庄园/ ) || content.match(/小互动/) ) ) { return [taskName, jumpButtons[i]] } } } return null } function liulan() { // if (textMatches(/.*浏览.*/).findOne(10000)) { // 等待浏览出现 // let v = className('android.support.v7.widget.RecyclerView').findOnce() // 滑动 // if (v) { // sleep(1000) // v.scrollForward() // } // } textMatches(/.*浏览得奖励.*/).findOne(15000) // 等待开始 let finish_c = 0 while (finish_c < 50) { // 0.5 * 50 = 25 秒,防止死循环 let finish_reg = /.*完成.*|.*失败.*|.*上限.*|.*开小差.*|.*发放.*/ if ( (textMatches(finish_reg).exists() || descMatches(finish_reg).exists() || textContains('任务已完成').exists() || textContains('喵币已发放').exists() || descContains('任务已完成').exists() || descContains('喵币已发放').exists()) && !text('浏览得奖励').exists() ) { // 等待已完成出现,有可能失败 break } if (textMatches(/.*休息会呗.*/).exists()) { alert('触发淘宝验证', '请手动验证后返回淘宝首页,重新执行任务') console.log('异常退出。') quit() } if ( textContains('互动奖励').exists() || descContains('互动奖励').exists() ) { console.log('跳过互动任务') break } sleep(500) finish_c++ } if (finish_c > 49) { console.log('未检测到任务完成标识。返回。') // console.log('如果你认为这是一个bug请截图反馈。') // console.log('一般情况下,二次运行脚本即可。') // console.log('请手动切换回主页面') // device.cancelKeepingAwake() // quit() return back() } console.log('任务完成,返回') // if (currentActivity() == 'com.taobao.tao.TBMainActivity') { // var backButton = descContains('返回618列车').findOnce() // 有可能是浏览首页,有可能无法点击 // if (backButton) { // if (!backButton.parent().parent().parent().click()) { // back() // } // } else { // back() // } // } else { // back() // } back() if (!text('做任务赢奖励').findOne(5000)) { console.log('似乎没有返回,二次尝试') back() } } // 打开淘宝活动页面 console.log('正在打开淘宝...') var url = 'pages.tmall.com/wow/z/hdwk/20220618/gamehome?disableNav=YES' app.startActivity({ action: 'VIEW', data: 'taobao://' + url, }) sleep(2000) console.log('等待页面加载...') try { textMatches(/领喵币/).findOne(20000) console.log('准备打开任务列表') sleep(2000) // if(click('关闭')) { // sleep(2000) // } let c = findTextDescMatchesTimeout(/领喵币/, 1000) if (c) { console.log('打开任务列表') c.click() } else { throw '无法找到任务列表入口' } if (!text('做任务赢奖励').findOne(8000)) { console.log('默认方式打开失败,二次尝试') // let right = c.bounds().right // let left = c.bounds().left // let top = c.bounds().top // let bottom = c.bounds().bottom // click(random(right,left), random(top, bottom)) click(c.bounds().centerX(), c.bounds().centerY()) if (!text('做任务赢奖励').findOne(8000)) { throw '无法打开任务列表' } } console.log('准备搜索任务') sleep(2000) } catch (err) { console.log(err) console.log('无法进入任务列表,如果你认为这是bug,请截图反馈') quit() } while (true) { console.log('寻找任务入口...') var jumpButton = findTask() if (jumpButton == null) { // 没有任务之后领取奖励 var awardButtonFind = textMatches(/立即领取/) var awardButtons = findTimeout(awardButtonFind, 10000) if (awardButtons) { for (var i = 0; i < awardButtons.length; i++) { console.log('领取累计任务奖励') awardButtons[i].click() console.log('等待5秒再次领取...') sleep(5000) } } console.log( '没找到合适的任务。也许任务已经全部做完了。退出。互动任务不会自动完成。' ) console.log('请手动切换回主页面') alert('任务已完成', '别忘了在脚本主页领取618红包!互动任务需要手动完成。') quit() } if (jumpButton[0].match('去浏览店铺领能量')) { console.log('进行浏览店铺任务') jumpButton[1].click() while (!textContains('任务完成').exists()) { console.log('进入店铺浏览') text('逛店最多').findOne(15000).parent().click() liulan() sleep(2000) } back() } else if ( jumpButton[0].match(/.*玩游戏.*|.*浏览餐饮卡券.*|.*加油赛.*|.*赚星星.*/) ) { console.log('进行' + jumpButton[0] + '任务,10秒后返回') jumpButton[1].click() sleep(10000) back() } else if (jumpButton[0].match(/领现金/)) { console.log('进行' + jumpButton[0] + '任务') jumpButton[1].click() let into = text('打开链接').findOne(10000) if (!into) { console.log('无法找到进入领现金的按钮!') quit() } into.click() liulan() } else { console.log('进行' + jumpButton[0] + '任务') jumpButton[1].click() liulan() } console.log('等待页面刷新...') sleep(2000) } } catch (err) { device.cancelKeepingAwake() if ( err.toString() != 'JavaException: com.stardust.autojs.runtime.exception.ScriptInterruptedException: null' ) { console.error(err) } showVersion() }if (!auto.service) { toast('无障碍服务未启动!退出!') exit() } if ( confirm( '是否需要自动调整媒体音量为0', '以免直播任务发出声音。需要修改系统设置权限。' ) ) { try { device.setMusicVolume(0) toast('成功设置媒体音量为0') } catch (err) { alert('首先需要开启权限,请开启后再次运行脚本') exit() } } else { toast('不修改媒体音量') } console.show() // showVersion() console.log('开始完成喵糖任务...') console.log('按音量下键停止') device.keepScreenDim(60 * 60 * 1000) function registerKey() { events.observeKey() events.onKeyDown('volume_down', function (event) { console.log('喵糖任务脚本停止了') console.log('请手动切换回主页面') device.cancelKeepingAwake() exit() }) } threads.start(registerKey) // 全局try catch,应对无法显示报错 try { // 自定义去取消亮屏的退出方法 function quit() { device.cancelKeepingAwake() exit() } // 自定义一个findTimeout,find_f是原本的查询器 text('sss').find() function findTimeout(findF, timeout) { let c = 0 while (c < timeout / 50) { let result = findF.find() if (result.nonEmpty()) return result sleep(50) c++ } return null } // 自定义一个findTextDescMatchesTimeout function findTextDescMatchesTimeout(reg, timeout) { let c = 0 while (c < timeout / 50) { let result = textMatches(reg).findOnce() || descMatches(reg).findOnce() if (result) return result sleep(50) c++ } return null } // 查找任务按钮 function findTask() { var jumpButtonFind = textMatches( /去浏览|去搜索|去完成|签到|逛一逛|去逛逛|去观看|去参赛/ ) // 找进入任务的按钮,10秒 var jumpButtons = findTimeout(jumpButtonFind, 10000) if (!jumpButtons) { return null } for (var i = 0; i < jumpButtons.length; i++) { var taskName, content try { taskName = jumpButtons[i].parent().child(0).child(0).text() content = jumpButtons[i].parent().child(0).child(1).child(0).text() } catch (err) { console.log(err) continue } if (taskName) { if (taskName.match(/签到/)) { console.log('进行签到任务') sleep(1000) jumpButtons[i].click() sleep(8000) return findTask() } if ( !( taskName.match( /淘金币|提醒|话费|斗地主|消消乐|流浪猫|开88|扔喵糖|占领|邀请|登录|组队|参与|施肥|浇水|特价版|小鸡|消除|穿搭|森林|点淘|人生|我的淘宝|庄园/ ) || content.match(/小互动/) ) ) { return [taskName, jumpButtons[i]] } } } return null } function liulan() { // if (textMatches(/.*浏览.*/).findOne(10000)) { // 等待浏览出现 // let v = className('android.support.v7.widget.RecyclerView').findOnce() // 滑动 // if (v) { // sleep(1000) // v.scrollForward() // } // } textMatches(/.*浏览得奖励.*/).findOne(15000) // 等待开始 let finish_c = 0 while (finish_c < 50) { // 0.5 * 50 = 25 秒,防止死循环 let finish_reg = /.*完成.*|.*失败.*|.*上限.*|.*开小差.*|.*发放.*/ if ( (textMatches(finish_reg).exists() || descMatches(finish_reg).exists() || textContains('任务已完成').exists() || textContains('喵币已发放').exists() || descContains('任务已完成').exists() || descContains('喵币已发放').exists()) && !text('浏览得奖励').exists() ) { // 等待已完成出现,有可能失败 break } if (textMatches(/.*休息会呗.*/).exists()) { alert('触发淘宝验证', '请手动验证后返回淘宝首页,重新执行任务') console.log('异常退出。') quit() } if ( textContains('互动奖励').exists() || descContains('互动奖励').exists() ) { console.log('跳过互动任务') break } sleep(500) finish_c++ } if (finish_c > 49) { console.log('未检测到任务完成标识。返回。') // console.log('如果你认为这是一个bug请截图反馈。') // console.log('一般情况下,二次运行脚本即可。') // console.log('请手动切换回主页面') // device.cancelKeepingAwake() // quit() return back() } console.log('任务完成,返回') // if (currentActivity() == 'com.taobao.tao.TBMainActivity') { // var backButton = descContains('返回618列车').findOnce() // 有可能是浏览首页,有可能无法点击 // if (backButton) { // if (!backButton.parent().parent().parent().click()) { // back() // } // } else { // back() // } // } else { // back() // } back() if (!text('做任务赢奖励').findOne(5000)) { console.log('似乎没有返回,二次尝试') back() } } // 打开淘宝活动页面 console.log('正在打开淘宝...') var url = 'pages.tmall.com/wow/z/hdwk/20220618/gamehome?disableNav=YES' app.startActivity({ action: 'VIEW', data: 'taobao://' + url, }) sleep(2000) console.log('等待页面加载...') try { textMatches(/领喵币/).findOne(20000) console.log('准备打开任务列表') sleep(2000) // if(click('关闭')) { // sleep(2000) // } let c = findTextDescMatchesTimeout(/领喵币/, 1000) if (c) { console.log('打开任务列表') c.click() } else { throw '无法找到任务列表入口' } if (!text('做任务赢奖励').findOne(8000)) { console.log('默认方式打开失败,二次尝试') // let right = c.bounds().right // let left = c.bounds().left // let top = c.bounds().top // let bottom = c.bounds().bottom // click(random(right,left), random(top, bottom)) click(c.bounds().centerX(), c.bounds().centerY()) if (!text('做任务赢奖励').findOne(8000)) { throw '无法打开任务列表' } } console.log('准备搜索任务') sleep(2000) } catch (err) { console.log(err) console.log('无法进入任务列表,如果你认为这是bug,请截图反馈') quit() } while (true) { console.log('寻找任务入口...') var jumpButton = findTask() if (jumpButton == null) { // 没有任务之后领取奖励 var awardButtonFind = textMatches(/立即领取/) var awardButtons = findTimeout(awardButtonFind, 10000) if (awardButtons) { for (var i = 0; i < awardButtons.length; i++) { console.log('领取累计任务奖励') awardButtons[i].click() console.log('等待5秒再次领取...') sleep(5000) } } console.log( '没找到合适的任务。也许任务已经全部做完了。退出。互动任务不会自动完成。' ) console.log('请手动切换回主页面') alert('任务已完成', '别忘了在脚本主页领取618红包!互动任务需要手动完成。') quit() } if (jumpButton[0].match('去浏览店铺领能量')) { console.log('进行浏览店铺任务') jumpButton[1].click() while (!textContains('任务完成').exists()) { console.log('进入店铺浏览') text('逛店最多').findOne(15000).parent().click() liulan() sleep(2000) } back() } else if ( jumpButton[0].match(/.*玩游戏.*|.*浏览餐饮卡券.*|.*加油赛.*|.*赚星星.*/) ) { console.log('进行' + jumpButton[0] + '任务,10秒后返回') jumpButton[1].click() sleep(10000) back() } else if (jumpButton[0].match(/领现金/)) { console.log('进行' + jumpButton[0] + '任务') jumpButton[1].click() let into = text('打开链接').findOne(10000) if (!into) { console.log('无法找到进入领现金的按钮!') quit() } into.click() liulan() } else { console.log('进行' + jumpButton[0] + '任务') jumpButton[1].click() liulan() } console.log('等待页面刷新...') sleep(2000) } } catch (err) { device.cancelKeepingAwake() if ( err.toString() != 'JavaException: com.stardust.autojs.runtime.exception.ScriptInterruptedException: null' ) { console.error(err) } showVersion() }

感谢您的来访,获取更多精彩文章请收藏本站。

MianzeShengming
1、本站提供的源码不拥有任何权利,其版权归原著者拥有。
2、保证站内提供的所有可下载资源(软件等等)都是按“原样”提供,本站未做过任何大规则的修改;但本网站不保证本站提供的下载资源的准确性、安全性和完整性;同时本网站也不承担用户因使用这些下载资源对自己和他人造成任何形式的损失或伤害。
3、牛牛源码库平台服务中的任何信息或材料的删除、存储失败、错误提供或未及时提供不承担任何责任。
4、牛牛源码库平台其许可方不对通过牛牛源码库网主题服务得到的或在其上刊登广告所推介的产品或服务、通过由牛牛源码库平台服务提供的任何链接而得到的产品或服务,以及通过在牛牛源码库网平台服务中所提供的任何链接而得到的任何信息或建议做任何担保,对因通过服务下载或访问网上的任何信息或材料而导致的任何伤害不承担任何责任。
5、牛牛源码库平台服务包含的下载资源信息内的所有内容并不反映亦不代表任何牛牛源码库平台之意见。
6、牛牛源码库平台服务包含的下载资源信息内的所有内容并不反映亦不代表任何牛牛源码库平台之意见。牛牛源码库平台作为模板共享网络服务提供者,对非法转载,盗版行为的发生不具备充分的监控能力,但是当版权拥有者提出侵权指控并出示充分的版权证明材料时,牛牛源码库网平台负有移除盗版和非法转载作品以及停止继续传播的义务。
7、牛牛源码库平台对他人在网站上实施的此类侵权行为不承担法律责任,侵权的法律责任概由会员本人承担,向牛牛源码库发布作品的作者视为同意牛牛源码库就前款情况采取的相应措施。
8、牛牛源码库平台在满足前款条件下采取移除等相应措施后不为此向原发布人承担违约责任或其他法律责任,包括不承担因侵权指控不成立而给原发布人带来损害的赔偿责任。
9、本网站所有源码、模板、视频、软件和资料均为软件作者提供和站长从互联网收集整理而来,仅供学习和研究使用,请勿用于其他用途。如果版权拥有者发现自己作品被侵权,请及时向牛牛源码库提出权利通知,将身份证明、权属证明、具体链接(URL)及详细侵权情况证明发往(邮箱:1138006142@qq.com)指出,牛牛源码库平台在收到上述法律文件后,在7个工作日内移除相关涉嫌侵权的内容。
暂无评论内容