跳转至内容
0
  • 版块
  • 讨论
  • 最新
  • 标签
  • 热门
  • 顶端
  • 用户
  • 版块
  • 讨论
  • 最新
  • 标签
  • 热门
  • 顶端
  • 用户
皮肤
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • 默认(Zephyr)
  • 不使用皮肤
折叠
JIKE社区
  1. 首页
  2. 讨论区
  3. 技术专区
  4. 京东全民养红包jio本

京东全民养红包jio本

已定时 已固定 已锁定 已移动 技术专区
22 帖子 16 发布者 10.3k 浏览
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • 我是小马甲~M 离线
    我是小马甲~M 离线
    我是小马甲~
    🤫
    写于 最后由 malaohu 编辑
    #1

    首次参加,先打开京东APP,首页右侧浮标“疯抢一亿”开启活动

    浏览器打开:https://happy.m.jd.com/babelDiy/GZWVJFLMXBQVEBDQZWMY/XJf8bH6oXDWSgS91daDJzXh9bU7/index.html#/failback

    F12=>console=>粘贴脚本,回车运行

    【确认自己已经登录了京东账号,电脑版运行脚本无视页面显示的内容】

    let productList = [], shopList = [], url = "https://api.m.jd.com/client.action";
    function autoPost(id,type){
            fetch(`${url}?timestamp=${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:`functionId=raisepacket_collectScore&body={"type":${type},"ext":"${id}","appsign":1,"msgsign":2}&client=wh5`})
                    .then(function(response){return response.json()})
                    .then(function(res){
                            console.log(res.data.biz_msg);
                    });
    }
    
    function start(){
            fetch(`${url}?${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:'functionId=raisepacket_getShopAndProductList&body=&client=wh5'})
                    .then(function(response){return response.json()})
                    .then(function(res){
                            productList = res.data.result.productList;
                            shopList  = res.data.result.shopList;
                            console.log(`获取到任务,商品:${productList.length} 商品:${shopList.length}`);
                            autoProductTask();
                    });
    }
    //逛商品
    function autoProductTask(){
            for(let i = 0,leng = productList.length;i<leng;i++){
                    (function(index){
                            setTimeout(()=>{
                                    let item = productList[index];
                                    autoPost(item['id'],4);
                                    console.log(`商品总任务数:${leng} 当前任务数:${index + 1}`);
                                    if( leng-1 == index){
                                            autoShopTask();
                                    }
                            },index*1500)
                    })(i)      
            }
    }
    //逛店铺
    function autoShopTask(){
            for(let i = 0,leng = shopList.length;i<leng;i++){
                    (function(index){
                            setTimeout(()=>{
                                    let item = shopList[index];
                                    autoPost(item['id'],2);
                                    console.log(`商铺总任务数:${leng} 当前任务数:${index + 1}`);
                                    if( leng-1 == index){
                                            autoPlay();
                                    }
                            },index*1500)
                    })(i)      
            }
    }
    //好玩互动
    function autoPlay(){
            for(let i = 0,leng = 4;i<leng;i++){
                    (function(index){
                            setTimeout(()=>{
                                    autoPost(0,5);
                                    console.log(`好玩互动:${leng} 当前任务数:${index + 1}`);
                                    if( leng-1 == index){
                                            autoInteract();
                                    }
                            },index*1000)
                    })(i)      
            }
    }
    //视频直播
    function autoInteract(){
            for(let i = 0,leng = 4;i<leng;i++){
                    (function(index){
                            setTimeout(()=>{
                                    autoPost(0,10);
                                    console.log(`视频直播:${leng} 当前任务数:${index + 1}`);
                                    if( leng-1 == index){
                                            autoShopping();
                                    }
                            },index*1000)
                    })(i)      
            }
    }
    //精彩会场
    function autoShopping(){
            for(let i = 0,leng = 3;i<leng;i++){
                    (function(index){
                            setTimeout(()=>{
                                    autoPost(0,3);
                                    console.log(`精彩会场:${leng} 当前任务数:${index + 1}`);
                                    },
                            index*1000)
                    })(i)      
            }
    }
    start();
    

    替代文字

    来自:https://www.wnflb66.com/forum.php?mod=viewthread&tid=139174&extra=page%3D1

    唐宋元明清,连排小工兵!

    F 1 条回复 最后回复
    0
    • 山 离线
      山 离线
      山外小楼夜听雨
      🍌
      写于 最后由 编辑
      #2

      可以的,我试了😊

      小小搬运工

      1 条回复 最后回复
      0
      • chuan85C 离线
        chuan85C 离线
        chuan85
        🍌
        写于 最后由 编辑
        #3

        已撸 👍

        https://www.fuuyaa.cn

        1 条回复 最后回复
        0
        • H 离线
          H 离线
          hooksoul
          写于 最后由 编辑
          #4

          可以,一天一次!!!

          1 条回复 最后回复
          0
          • rcR 离线
            rcR 离线
            rc
            🍌
            写于 最后由 编辑
            #5

            亲测有效!!!楼主给力

            要活得像个神经病一样活泼开朗!

            1 条回复 最后回复
            0
            • D 离线
              D 离线
              daleyjh
              🍌
              写于 最后由 daleyjh 编辑
              #6

              修改下时间,频率太快了会报 点太快了,等下再来,其实不需要访问的楼主提供的URL,直接用浏览器访问:http://m.jd.com,登录自己的账号,然后执行下面的代码即可完成任务

              let productList = [], shopList = [], url = "https://api.m.jd.com/client.action";
              function autoPost(id,type){
                      fetch(`${url}?timestamp=${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:`functionId=raisepacket_collectScore&body={"type":${type},"ext":"${id}","appsign":1,"msgsign":2}&client=wh5`})
                              .then(function(response){return response.json()})
                              .then(function(res){
                                      console.log(res.data.biz_msg);
                              });
              }
              
              function start(){
                      fetch(`${url}?${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:'functionId=raisepacket_getShopAndProductList&body=&client=wh5'})
                              .then(function(response){return response.json()})
                              .then(function(res){
                                      productList = res.data.result.productList;
                                      shopList  = res.data.result.shopList;
                                      console.log(`获取到任务,商品:${productList.length} 商品:${shopList.length}`);
                                      autoProductTask();
                              });
              }
              //逛商品
              function autoProductTask(){
                      for(let i = 0,leng = productList.length;i<leng;i++){
                              (function(index){
                                      setTimeout(()=>{
                                              let item = productList[index];
                                              autoPost(item['id'],4);
                                              console.log(`商品总任务数:${leng} 当前任务数:${index + 1}`);
                                              if( leng-1 == index){
                                                      setTimeout(autoShopTask, 2000);
                                              }
                                      },index*2000)
                              })(i)      
                      }
              }
              //逛店铺
              function autoShopTask(){
                      for(let i = 0,leng = shopList.length;i<leng;i++){
                              (function(index){
                                      setTimeout(()=>{
                                              let item = shopList[index];
                                              autoPost(item['id'],2);
                                              console.log(`商铺总任务数:${leng} 当前任务数:${index + 1}`);
                                              if( leng-1 == index){
                                                      setTimeout(autoPlay, 2000);
                                              }
                                      },index*2000)
                              })(i)      
                      }
              }
              //好玩互动
              function autoPlay(){
                      for(let i = 0,leng = 4;i<leng;i++){
                              (function(index){
                                      setTimeout(()=>{
                                              autoPost(0,5);
                                              console.log(`好玩互动:${leng} 当前任务数:${index + 1}`);
                                              if( leng-1 == index){
                                                      setTimeout(autoInteract,2000);
                                              }
                                      },index*2000)
                              })(i)      
                      }
              }
              //视频直播
              function autoInteract(){
                      for(let i = 0,leng = 4;i<leng;i++){
                              (function(index){
                                      setTimeout(()=>{
                                              autoPost(0,10);
                                              console.log(`视频直播:${leng} 当前任务数:${index + 1}`);
                                              if( leng-1 == index){
                                                      setTimeout(autoShopping,2000);
                                              }
                                      },index*2000)
                              })(i)      
                      }
              }
              //精彩会场
              function autoShopping(){
                      for(let i = 0,leng = 3;i<leng;i++){
                              (function(index){
                                      setTimeout(()=>{
                                              autoPost(0,3);
                                              console.log(`精彩会场:${leng} 当前任务数:${index + 1}`);
                                              },
                                      index*2000)
                              })(i)      
                      }
              }
              start();
              
              我是小马甲~M 1 条回复 最后回复
              3
              • C 离线
                C 离线
                chafer
                🍌
                写于 最后由 编辑
                #7

                已撸 👍

                ......

                1 条回复 最后回复
                0
                • R 离线
                  R 离线
                  Rabbit
                  🍌
                  写于 最后由 编辑
                  #8

                  万能福利吧???!
                  大佬!!!
                  求个码?

                  1 条回复 最后回复
                  0
                  • J 离线
                    J 离线
                    Joe
                    🍌
                    写于 最后由 编辑
                    #9

                    大佬时候时候出一个天猫

                    1 条回复 最后回复
                    1
                    • Y 离线
                      Y 离线
                      YueGe
                      写于 最后由 编辑
                      #10

                      来一个天猫的开喵铺脚本呀~

                      1 条回复 最后回复
                      0
                      • vicliuV 离线
                        vicliuV 离线
                        vicliu
                        🍌
                        写于 最后由 编辑
                        #11

                        超级牛逼。天猫的有脚本么

                        1 条回复 最后回复
                        0
                        • T 离线
                          T 离线
                          Teo
                          写于 最后由 编辑
                          #12

                          👍 已撸~·~

                          1 条回复 最后回复
                          0
                          • 我是小马甲~M 我是小马甲~

                            首次参加,先打开京东APP,首页右侧浮标“疯抢一亿”开启活动

                            浏览器打开:https://happy.m.jd.com/babelDiy/GZWVJFLMXBQVEBDQZWMY/XJf8bH6oXDWSgS91daDJzXh9bU7/index.html#/failback

                            F12=>console=>粘贴脚本,回车运行

                            【确认自己已经登录了京东账号,电脑版运行脚本无视页面显示的内容】

                            let productList = [], shopList = [], url = "https://api.m.jd.com/client.action";
                            function autoPost(id,type){
                                    fetch(`${url}?timestamp=${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:`functionId=raisepacket_collectScore&body={"type":${type},"ext":"${id}","appsign":1,"msgsign":2}&client=wh5`})
                                            .then(function(response){return response.json()})
                                            .then(function(res){
                                                    console.log(res.data.biz_msg);
                                            });
                            }
                            
                            function start(){
                                    fetch(`${url}?${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:'functionId=raisepacket_getShopAndProductList&body=&client=wh5'})
                                            .then(function(response){return response.json()})
                                            .then(function(res){
                                                    productList = res.data.result.productList;
                                                    shopList  = res.data.result.shopList;
                                                    console.log(`获取到任务,商品:${productList.length} 商品:${shopList.length}`);
                                                    autoProductTask();
                                            });
                            }
                            //逛商品
                            function autoProductTask(){
                                    for(let i = 0,leng = productList.length;i<leng;i++){
                                            (function(index){
                                                    setTimeout(()=>{
                                                            let item = productList[index];
                                                            autoPost(item['id'],4);
                                                            console.log(`商品总任务数:${leng} 当前任务数:${index + 1}`);
                                                            if( leng-1 == index){
                                                                    autoShopTask();
                                                            }
                                                    },index*1500)
                                            })(i)      
                                    }
                            }
                            //逛店铺
                            function autoShopTask(){
                                    for(let i = 0,leng = shopList.length;i<leng;i++){
                                            (function(index){
                                                    setTimeout(()=>{
                                                            let item = shopList[index];
                                                            autoPost(item['id'],2);
                                                            console.log(`商铺总任务数:${leng} 当前任务数:${index + 1}`);
                                                            if( leng-1 == index){
                                                                    autoPlay();
                                                            }
                                                    },index*1500)
                                            })(i)      
                                    }
                            }
                            //好玩互动
                            function autoPlay(){
                                    for(let i = 0,leng = 4;i<leng;i++){
                                            (function(index){
                                                    setTimeout(()=>{
                                                            autoPost(0,5);
                                                            console.log(`好玩互动:${leng} 当前任务数:${index + 1}`);
                                                            if( leng-1 == index){
                                                                    autoInteract();
                                                            }
                                                    },index*1000)
                                            })(i)      
                                    }
                            }
                            //视频直播
                            function autoInteract(){
                                    for(let i = 0,leng = 4;i<leng;i++){
                                            (function(index){
                                                    setTimeout(()=>{
                                                            autoPost(0,10);
                                                            console.log(`视频直播:${leng} 当前任务数:${index + 1}`);
                                                            if( leng-1 == index){
                                                                    autoShopping();
                                                            }
                                                    },index*1000)
                                            })(i)      
                                    }
                            }
                            //精彩会场
                            function autoShopping(){
                                    for(let i = 0,leng = 3;i<leng;i++){
                                            (function(index){
                                                    setTimeout(()=>{
                                                            autoPost(0,3);
                                                            console.log(`精彩会场:${leng} 当前任务数:${index + 1}`);
                                                            },
                                                    index*1000)
                                            })(i)      
                                    }
                            }
                            start();
                            

                            替代文字

                            来自:https://www.wnflb66.com/forum.php?mod=viewthread&tid=139174&extra=page%3D1

                            F 离线
                            F 离线
                            from-zero
                            🍌
                            写于 最后由 编辑
                            #13

                            我用的谷歌浏览器那个页面这么报错了
                            ps:这个网址在电脑端打开是个软件的下载页面似乎无法登陆呀

                            D 1 条回复 最后回复
                            0
                            • timelessT 离线
                              timelessT 离线
                              timeless
                              写于 最后由 编辑
                              #14

                              很稳,已上车~~

                              1 条回复 最后回复
                              0
                              • rcR 离线
                                rcR 离线
                                rc
                                🍌
                                写于 最后由 编辑
                                #15

                                现在好像失效了,要打开app

                                要活得像个神经病一样活泼开朗!

                                1 条回复 最后回复
                                0
                                • F from-zero

                                  我用的谷歌浏览器那个页面这么报错了
                                  ps:这个网址在电脑端打开是个软件的下载页面似乎无法登陆呀

                                  D 离线
                                  D 离线
                                  daleyjh
                                  🍌
                                  写于 最后由 编辑
                                  #16

                                  @from-zero 用m.jd.com在电脑上登录,然后再访问这个页面就行了

                                  1 条回复 最后回复
                                  0
                                  • D daleyjh

                                    修改下时间,频率太快了会报 点太快了,等下再来,其实不需要访问的楼主提供的URL,直接用浏览器访问:http://m.jd.com,登录自己的账号,然后执行下面的代码即可完成任务

                                    let productList = [], shopList = [], url = "https://api.m.jd.com/client.action";
                                    function autoPost(id,type){
                                            fetch(`${url}?timestamp=${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:`functionId=raisepacket_collectScore&body={"type":${type},"ext":"${id}","appsign":1,"msgsign":2}&client=wh5`})
                                                    .then(function(response){return response.json()})
                                                    .then(function(res){
                                                            console.log(res.data.biz_msg);
                                                    });
                                    }
                                    
                                    function start(){
                                            fetch(`${url}?${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:'functionId=raisepacket_getShopAndProductList&body=&client=wh5'})
                                                    .then(function(response){return response.json()})
                                                    .then(function(res){
                                                            productList = res.data.result.productList;
                                                            shopList  = res.data.result.shopList;
                                                            console.log(`获取到任务,商品:${productList.length} 商品:${shopList.length}`);
                                                            autoProductTask();
                                                    });
                                    }
                                    //逛商品
                                    function autoProductTask(){
                                            for(let i = 0,leng = productList.length;i<leng;i++){
                                                    (function(index){
                                                            setTimeout(()=>{
                                                                    let item = productList[index];
                                                                    autoPost(item['id'],4);
                                                                    console.log(`商品总任务数:${leng} 当前任务数:${index + 1}`);
                                                                    if( leng-1 == index){
                                                                            setTimeout(autoShopTask, 2000);
                                                                    }
                                                            },index*2000)
                                                    })(i)      
                                            }
                                    }
                                    //逛店铺
                                    function autoShopTask(){
                                            for(let i = 0,leng = shopList.length;i<leng;i++){
                                                    (function(index){
                                                            setTimeout(()=>{
                                                                    let item = shopList[index];
                                                                    autoPost(item['id'],2);
                                                                    console.log(`商铺总任务数:${leng} 当前任务数:${index + 1}`);
                                                                    if( leng-1 == index){
                                                                            setTimeout(autoPlay, 2000);
                                                                    }
                                                            },index*2000)
                                                    })(i)      
                                            }
                                    }
                                    //好玩互动
                                    function autoPlay(){
                                            for(let i = 0,leng = 4;i<leng;i++){
                                                    (function(index){
                                                            setTimeout(()=>{
                                                                    autoPost(0,5);
                                                                    console.log(`好玩互动:${leng} 当前任务数:${index + 1}`);
                                                                    if( leng-1 == index){
                                                                            setTimeout(autoInteract,2000);
                                                                    }
                                                            },index*2000)
                                                    })(i)      
                                            }
                                    }
                                    //视频直播
                                    function autoInteract(){
                                            for(let i = 0,leng = 4;i<leng;i++){
                                                    (function(index){
                                                            setTimeout(()=>{
                                                                    autoPost(0,10);
                                                                    console.log(`视频直播:${leng} 当前任务数:${index + 1}`);
                                                                    if( leng-1 == index){
                                                                            setTimeout(autoShopping,2000);
                                                                    }
                                                            },index*2000)
                                                    })(i)      
                                            }
                                    }
                                    //精彩会场
                                    function autoShopping(){
                                            for(let i = 0,leng = 3;i<leng;i++){
                                                    (function(index){
                                                            setTimeout(()=>{
                                                                    autoPost(0,3);
                                                                    console.log(`精彩会场:${leng} 当前任务数:${index + 1}`);
                                                                    },
                                                            index*2000)
                                                    })(i)      
                                            }
                                    }
                                    start();
                                    
                                    我是小马甲~M 离线
                                    我是小马甲~M 离线
                                    我是小马甲~
                                    🤫
                                    写于 最后由 编辑
                                    #17

                                    daleyjh 说:

                                    修改下时间,频率太快了会报 点太快了,等下再来,其实不需要访问的楼主提供的URL,直接用浏览器访问:http://m.jd.com,登录自己的账号,然后执行下面的代码即可完成任务

                                    let productList = [], shopList = [], url = "https://api.m.jd.com/client.action";
                                    function autoPost(id,type){
                                            fetch(`${url}?timestamp=${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:`functionId=raisepacket_collectScore&body={"type":${type},"ext":"${id}","appsign":1,"msgsign":2}&client=wh5`})
                                                    .then(function(response){return response.json()})
                                                    .then(function(res){
                                                            console.log(res.data.biz_msg);
                                                    });
                                    }
                                    
                                    function start(){
                                            fetch(`${url}?${new Date().getTime()}`,{method: "POST",mode: "cors",credentials: "include",headers:{"Content-Type": "application/x-www-form-urlencoded"},body:'functionId=raisepacket_getShopAndProductList&body=&client=wh5'})
                                                    .then(function(response){return response.json()})
                                                    .then(function(res){
                                                            productList = res.data.result.productList;
                                                            shopList  = res.data.result.shopList;
                                                            console.log(`获取到任务,商品:${productList.length} 商品:${shopList.length}`);
                                                            autoProductTask();
                                                    });
                                    }
                                    //逛商品
                                    function autoProductTask(){
                                            for(let i = 0,leng = productList.length;i<leng;i++){
                                                    (function(index){
                                                            setTimeout(()=>{
                                                                    let item = productList[index];
                                                                    autoPost(item['id'],4);
                                                                    console.log(`商品总任务数:${leng} 当前任务数:${index + 1}`);
                                                                    if( leng-1 == index){
                                                                            setTimeout(autoShopTask, 2000);
                                                                    }
                                                            },index*2000)
                                                    })(i)      
                                            }
                                    }
                                    //逛店铺
                                    function autoShopTask(){
                                            for(let i = 0,leng = shopList.length;i<leng;i++){
                                                    (function(index){
                                                            setTimeout(()=>{
                                                                    let item = shopList[index];
                                                                    autoPost(item['id'],2);
                                                                    console.log(`商铺总任务数:${leng} 当前任务数:${index + 1}`);
                                                                    if( leng-1 == index){
                                                                            setTimeout(autoPlay, 2000);
                                                                    }
                                                            },index*2000)
                                                    })(i)      
                                            }
                                    }
                                    //好玩互动
                                    function autoPlay(){
                                            for(let i = 0,leng = 4;i<leng;i++){
                                                    (function(index){
                                                            setTimeout(()=>{
                                                                    autoPost(0,5);
                                                                    console.log(`好玩互动:${leng} 当前任务数:${index + 1}`);
                                                                    if( leng-1 == index){
                                                                            setTimeout(autoInteract,2000);
                                                                    }
                                                            },index*2000)
                                                    })(i)      
                                            }
                                    }
                                    //视频直播
                                    function autoInteract(){
                                            for(let i = 0,leng = 4;i<leng;i++){
                                                    (function(index){
                                                            setTimeout(()=>{
                                                                    autoPost(0,10);
                                                                    console.log(`视频直播:${leng} 当前任务数:${index + 1}`);
                                                                    if( leng-1 == index){
                                                                            setTimeout(autoShopping,2000);
                                                                    }
                                                            },index*2000)
                                                    })(i)      
                                            }
                                    }
                                    //精彩会场
                                    function autoShopping(){
                                            for(let i = 0,leng = 3;i<leng;i++){
                                                    (function(index){
                                                            setTimeout(()=>{
                                                                    autoPost(0,3);
                                                                    console.log(`精彩会场:${leng} 当前任务数:${index + 1}`);
                                                                    },
                                                            index*2000)
                                                    })(i)      
                                            }
                                    }
                                    start();
                                    

                                    亲测可行!

                                    唐宋元明清,连排小工兵!

                                    1 条回复 最后回复
                                    0
                                    • T 离线
                                      T 离线
                                      theseus
                                      🍌
                                      写于 最后由 编辑
                                      #18

                                      亲测可行,有没有大佬研究出马云那边的脚本,手动滑稽

                                      我是小马甲~M 1 条回复 最后回复
                                      0
                                      • T theseus

                                        亲测可行,有没有大佬研究出马云那边的脚本,手动滑稽

                                        我是小马甲~M 离线
                                        我是小马甲~M 离线
                                        我是小马甲~
                                        🤫
                                        写于 最后由 编辑
                                        #19

                                        @theseus 马云的貌似一直都没有。。纯手动了

                                        唐宋元明清,连排小工兵!

                                        Y 1 条回复 最后回复
                                        0
                                        • 我是小马甲~M 我是小马甲~

                                          @theseus 马云的貌似一直都没有。。纯手动了

                                          Y 离线
                                          Y 离线
                                          YueGe
                                          写于 最后由 编辑
                                          #20

                                          @malaohu 天猫的618的时候有脚本的呀

                                          我是小马甲~M 1 条回复 最后回复
                                          0
                                          回复
                                          • 在新帖中回复
                                          登录后回复
                                          • 从旧到新
                                          • 从新到旧
                                          • 最多赞同


                                          • 1
                                          • 2
                                          Popular Topics - 热门主题
                                          • Bug! Bug !Google One 学生优惠 可无门槛验证
                                            mztcM
                                            mztc
                                            3
                                            14
                                            5.1k

                                          • 中国科技云免费白嫖1 年 Cursor 使用权!快~~~
                                            D
                                            d914954480
                                            1
                                            7
                                            2.0k

                                          • MySQL 8.0 OCP 限时免费考
                                            HebutMrLiuH
                                            HebutMrLiu
                                            1
                                            5
                                            360

                                          • 免费科技代理流量巨多
                                            孤
                                            孤傲的王
                                            1
                                            4
                                            138

                                          • 阿里云国际站轻量应用服务器 2C+1G+200M带宽 仅9.9美元一年!
                                            T
                                            Test
                                            1
                                            4
                                            1.2k

                                          • <海外剧>行尸走肉:死城 第二季[2025][惊悚 恐怖 冒险][附行尸走肉 系列全部]
                                            我是小马甲~M
                                            我是小马甲~
                                            1
                                            3
                                            24

                                          • 登录

                                          • 没有帐号? 注册

                                          • 登录或注册以进行搜索。
                                          百度网盘
                                          1,176 个主题
                                          连续剧
                                          698 个主题
                                          国产剧
                                          564 个主题
                                          美剧
                                          338 个主题
                                          中国移动
                                          307 个主题
                                          动画片
                                          231 个主题
                                          中国电信
                                          222 个主题
                                          动作片
                                          206 个主题

                                          92

                                          在线

                                          39.9k

                                          用户

                                          40.1k

                                          主题

                                          110.4k

                                          帖子
                                          • 第一个帖子
                                            最后一个帖子