【NB】用luagox+写一个淘宝买家秀

编程开发   © 文章版权由 admin 解释,禁止匿名转载

#楼主# 2021-2-10

能不能过审还是个问题[滑稽]

软件试用:

本帖含有隐藏内容,请您 回复 后查看

密码:6fac

源码:

本帖含有隐藏内容,请您 回复 后查看


———————工具———————

68203


————————效果预览————————

希望过审[滑稽][茶杯]

好家伙,女装大佬[滑稽]

这好嘛?这很好[滑稽]


——★楼层更新★——

——————★建议开启楼主模式★—————
有不懂的也可以在评论区提出,楼主不会解答的[滑稽]

————————ps备注————————

内容无违规,别问我怎么知道的[滑稽][茶杯]

先占一楼[滑稽]
( •︠ˍ•︡ )还让不让人睡觉了
还有张刺激的,放在评论里[滑稽]

5楼
NB棱面弧角 2021-2-10
①打开软件

6楼
NB棱面弧角 2021-2-10
②下载源码,导入源码

7楼
NB棱面弧角 2021-2-10
也就是导入工程
8楼
NB棱面弧角 2021-2-10
③打包使用即可[滑稽]

9楼
NB棱面弧角 2021-2-10
④教程结束[滑稽]
10楼
NB棱面弧角 2021-2-10
require "import"import "android.app.*"import "android.widget.*"import"android.os.Build"import "android.view.WindowManager"--沉浸状态栏if Build.VERSION.SDK_INT >= 21 then activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS).setStatusBarColor(0xff4285f4);endif Build.VERSION.SDK_INT >= 19 then activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);endimport 'android.os.Build'if Build.VERSION.SDK_INT >= 19 then import 'android.view.Window' import 'android.view.WindowManager' import 'android.view.WindowManager$LayoutParams' activity.getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION);end刷新 = function() Http.get("https://api.66mz8.com/api/rand.tbimg.php?format=json", function(A0_0, A1_1) if A0_0 == 200 then A1_1 = A1_1:gsub("\", "") 图 = A1_1:match(""pic_url": "(.-)"") 图片.setImageBitmap(loadbitmap(图)) else 弹出消息("错误,网络链接失败!") end end )end刷新()layout ={ LinearLayout, orientation = "vertical", layout_width = "fill", layout_height = "fill", background='#ffffffff';--背景颜色(图片路径) { CardView, layout_marginTop='80dp';--布局顶距 elevation="3dp"; layout_gravity = "bottom|center", layout_width = "90%w", layout_height = "40%h", CardBackgroundColor='#ffffffff';--卡片背景颜色 radius = "15dp", { ImageView, id = "图片", layout_width = "fill", layout_height = "fill", src = "icon.png", } }, { LinearLayout;--线性布局 layout_marginTop='20dp';--布局顶距 Orientation='horizontal';--布局方向 layout_width='match_parent';--布局宽度 layout_height='match_parent';--布局高度 background='0xffffffff';--布局背景颜色始 layout_gravity = "bottom|right", layout_marginBottom = "20dp", --左开 { LinearLayout; orientation="vertical"; layout_width="49%w"; layout_height="match_parent"; layout_marginLeft="1%w"; { CardView;

评论

登录后才可发表内容
  • 主题

    23

  • 帖子

    1575

  • 关注者

    0

Copyright © 2019 凯特网.   Powered by HYBBS 2.3.4  

Runtime:0.0670s Mem:2143Kb