当前位置:   article > 正文

autojs ui界面漂亮模板2

autojs ui

普通交流群698307198欢迎加入,和各位大神一同交流
免责声明:本博客提供的所有内容仅供学习、分享与交流,我们不保证内容的正确性。通过使用本博客内容随之而来的问题与本博客无关。当使用本博客代码时,代表你已接受本博客的免责声明

正文部分

效果图
在这里插入图片描述
在这里插入图片描述

"ui";
importClass(android.view.View);
var scriptName = 'xx全自动接单'
var version = '1.8.9'
var themeColor = '#4EBFDD'
var scriptTitle = scriptName+' v'+version
var APPVersion = 'xx陪玩 3.2.6'
password = '9999'


var ScriptUIAllStr = ScriptUI.toString()
var ScriptUIStr = ScriptUIAllStr.slice(ScriptUIAllStr.indexOf('{'),ScriptUIAllStr.lastIndexOf('}')).slice(1,-2).replace(/项目标题/g,scriptTitle).replace(/#4EBFDD/g,themeColor)
configIDArr = ScriptUIStr.match(/ id( )?=( )?["|'].*?["|']/g).map(item => item.replace(/ id( )?=( )?["|']|"|'/g,''))
ui.statusBarColor(themeColor);
ui.layout(ScriptUIStr);

function ScriptUI(){
    <vertical>
        <appbar>
            <toolbar bg="#4EBFDD" layout_height="70" margin="-2" id="toolbar" title="项目标题" />
        </appbar>
        <ScrollView>
            <vertical marginTop="5">
                <card w="*" h="auto" margin="10 5" cardCornerRadius="2dp" cardElevation="1dp" gravity="center_vertical">
                    <vertical padding="18 8" h="auto">
                        <linear>
                            <Switch margin="12 0" layout_weight="1"  id="autoService"   text="无障碍服务"   textSize="15sp" checked="{{auto.service != null}}" />
                            <Switch margin="12 0" layout_weight="1"  id="floatyService" text="悬浮窗权限"   textSize="15sp" checked="false" />
                        </linear>
                    </vertical>
                    <View bg="#4EBFDD" h="*" w="5" />
                </card>
                <text id="info" text="QQ号:1906507927" layout_gravity="center"  textColor="red" w="auto" textStyle="bold" />
                <card w="*" h="auto" margin="10 5" cardCornerRadius="2dp" cardElevation="1dp" gravity="center_vertical">
                    <vertical padding="18 8" h="auto">
                        <linear>
                            <text text="注册码:"   textColor="black" w="auto" textStyle="bold" />
                            <input id = "输入框_注册码"  color="#666666" paddingLeft="5" w="*"/>
                        </linear>
                    </vertical>
                    <View bg="#4EBFDD" h="*" w="5" />
                </card>
                <card w="*" h="auto" margin="10 5" cardCornerRadius="2dp" cardElevation="1dp" gravity="center_vertical">
                    <vertical padding="18 8" h="auto">
                        <text text="功能选择:"  marginLeft="5" w="auto" textStyle="bold" textColor='black'/>
                        <radiogroup orientation="horizontal" >
                            <checkbox id="选择框_是否发现boss" text="发现boss"  textColor="black" />
                            <checkbox id="选择框_是否浏览陪玩" text="浏览陪玩"  textColor="black" />
                        </radiogroup>
                        <linear>
                            <checkbox id="选择框_是否私信访客" text="监听新访客"  textColor="black" checked='true'/>
                            <checkbox id="选择框_是否监听抢单" text="监听抢单"  textColor="black" checked='true'/>
                        </linear>

                        <text text="全局设置:"  marginLeft="5" w="auto" textStyle="bold" textColor='black'/>
                        <checkbox id="选择框_是否添加符号" text="话术添加随机符号"  textColor="black" checked='true'/>
                    </vertical>
                    <View bg="#4EBFDD" h="*" w="5" />
                </card>
                <card w="*" h="auto" margin="10 5" cardCornerRadius="2dp" cardElevation="1dp" gravity="center_vertical">
                    <button id="startScript" h="auto" text="开 始 运 行" textSize="17"  textStyle="bold" color="#ffffff" bg="#4EBFDD" foreground="?selectableItemBackground" layout_gravity="bottom" />
                    <View bg="#4EBFDD" h="*" w="5" />
                </card>
                <card w="*" h="auto" margin="10 5" cardCornerRadius="2dp" cardElevation="1dp" gravity="center_vertical">
                    <vertical padding="18 8" marginBottom="2" h="auto">
                        <text text="[发现boss设置]" color="#FFA500"  textStyle="bold" textSize="15sp"/>
                        <horizontal>
                            <text text="私信次数:"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_私信次数" text="0" color="#666666" w="*"/>
                        </horizontal>
                        <horizontal>
                            <text text="私信boss间隔(秒):"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_私信boss间隔" text="2" color="#666666" w="*"/>
                        </horizontal>
                        <horizontal>
                            <text text="进入发现boss页面等待时间(秒):"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_进入发现boss页面等待时间" text="1" color="#666666" w="*"/>
                        </horizontal>
                        <horizontal>
                            <text text="话术:"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_boss话术" text="你好#hello#在嘛" color="#666666" w="*"/>
                        </horizontal>
                        <text text="多条用#分割,随机选择一条发送" color="#D2B48C"  textStyle="bold" textSize="12sp"/>
                    </vertical>
                    <View bg="#4EBFDD" h="*" w="5" />
                </card>
                <card w="*" h="auto" margin="10 5" cardCornerRadius="2dp" cardElevation="1dp" gravity="center_vertical">
                    <vertical padding="18 8" marginBottom="2" h="auto">
                        <text text="[私信访客设置]" color="#FFA500"  textStyle="bold" textSize="15sp"/>
                        <horizontal>
                            <text text="话术:"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_visitor话术" text="你好#hello#在嘛" color="#666666" w="*"/>
                        </horizontal>
                        <text text="多条用#分割,随机选择一条发送" color="#D2B48C"  textStyle="bold" textSize="12sp"/>
                    </vertical>
                    <View bg="#4EBFDD" h="*" w="5" />
                </card>
                <card w="*" h="auto" margin="10 5" cardCornerRadius="2dp" cardElevation="1dp" gravity="center_vertical">
                    <vertical padding="18 8" marginBottom="2" h="auto">
                        <text text="[抢单设置]" color="#FFA500"  textStyle="bold" textSize="15sp"/>
                        <horizontal>
                            <text text="每次抢单概率(%):"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_每次抢单概率" text="30" color="#666666" w="*"/>
                        </horizontal>
                        <text text="(此功能概率根据个人要求设置,封号与本脚本无关)" color="#D2B48C"  textStyle="bold" textSize="12sp"/>
                        <horizontal>
                            <text text="抢单总次数:"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_抢单总次数" text="0" color="#666666" w="*"/>
                        </horizontal>
                        <horizontal>
                            <text text="抢单延时(毫秒):"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_抢单延时小" text="600" color="#666666" w="80"/>
                            <text text=" - "  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_抢单延时大" text="2000" color="#666666" w="80"/>
                        </horizontal>
                    </vertical>
                    <View bg="#4EBFDD" h="*" w="5" />
                </card>
                <card id="showHide_func4" w="*" h="auto" margin="10 5" cardCornerRadius="2dp" cardElevation="1dp" gravity="center_vertical">
                    <vertical padding="18 8" marginBottom="2" h="auto">
                        <text text="[浏览设置]" color="#FFA500"  textStyle="bold" textSize="15sp"/>
                        <radiogroup orientation="horizontal" >
                            <text text="性别选择:"  w="auto" textStyle="bold" />
                            <radio id="单选框_是否不限" text="不限" checked="true" marginLeft='5'/>
                            <radio id="单选框_是否男" text="男" marginLeft='5'/>
                            <radio id="单选框_是否女" text="女" marginLeft='5'/>
                        </radiogroup>
                        <horizontal>
                            <text text="浏览轮数:"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_浏览轮数" text="10" color="#666666" w="*"/>
                        </horizontal>
                        <horizontal>
                            <text text="浏览前多少个:"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_浏览前多少个" text="20" color="#666666" w="*"/>
                        </horizontal>
                        <horizontal>
                            <text text="查看停留时间(秒):"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_查看停留时间小" text="1" color="#666666" w="80"/>
                            <text text=" - "  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_查看停留时间大" text="2" color="#666666" w="80"/>
                        </horizontal>
                        <horizontal>
                            <text text="每轮间隔(秒):"  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_每轮间隔小" text="10" color="#666666" w="80"/>
                            <text text=" - "  textStyle="bold" textSize="15sp"/>
                            <input id="输入框_每轮间隔大" text="20" color="#666666" w="80"/>
                        </horizontal>
                    </vertical>
                    <View bg="#4EBFDD" h="*" w="5" />
                </card>
            </vertical>
        </ScrollView>
    </vertical>
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154

参考文章

.

所属软件

韶image.png

声明

部分内容来自网络
本教程仅用于学习, 禁止用于其他用途

QQ群

698307198
扫一扫二维码,加入群聊.QQ

在这里插入图片描述

说明:
本文提供的代码仅供参考。
有些地方可能在最新版本的Auto.js上面需要做修改,才能运行的.如果不理解,可以加群询问.

开发文档
Auto.js Pro开发文档:点击这里

文档尚在完善中,可能有文档描述和代码实际行为有出入的情况。

为什么要使用Auto.js Pro开发脚本,有什么特点?

吸引我使用Auto.js Pro的原因有很多。最主要的几个原因是:

  1. Auto.js Pro能开发免ROOT的安卓脚本 Auto.js Pro基于节点操作,能开发全分辨率的脚本,自动适配各种安卓机型
  2. 可以使用手机开发,这使得开发者更多,有更多代码可以参考学习.在此也欢迎加入九黎的vip群,目前已经收集或者开发了大概4000余代码,覆盖各个分类.
  3. Auto.js Pro丰富的UI组件,能自定义各种样式的安卓界面 Auto.js.并且可以使用原生xml
  4. Pro使用的javascript的语法比较优雅,代码可读性强 Auto.js Pro的命令库非常的丰富,接口比较多 Auto.js
  5. Pro脚本文件体积比较小。1000行的代码,打包后的apk文件只有3-5M,还没有广告
    相关教程
    点击这里看更多 Auto.js Pro教程
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/111694
推荐阅读
相关标签
  

闽ICP备14008679号