├── APKMirror ├── config.table ├── drawable │ ├── __ic_close.png │ ├── __ic_delete.png │ ├── __ic_fltbtn.png │ ├── __ic_menu.png │ ├── __ic_more.png │ ├── __ic_search.png │ ├── __sidebar.png │ ├── briefcase_upload.png │ ├── cloud_upload.png │ ├── help.png │ ├── information.png │ ├── pencil_box.png │ ├── share_variant.png │ └── view_list.png ├── icon.png ├── init.lua └── welcome.png ├── Android File Host ├── config.table ├── drawable │ ├── __ic_close.png │ ├── __ic_delete.png │ ├── __ic_fltbtn.png │ ├── __ic_menu.png │ ├── __ic_more.png │ ├── __ic_search.png │ ├── account_box.png │ ├── auto_upload.png │ ├── box_upload.png │ ├── cog.png │ ├── coin.png │ ├── google_glass.png │ ├── home.png │ ├── information.png │ ├── lock_unlocked.png │ └── power_settings.png ├── icon.png ├── init.lua └── welcome.png ├── IT之家 ├── config.table ├── drawable │ ├── __ic_close.png │ ├── __ic_delete.png │ ├── __ic_fltbtn.png │ ├── __ic_menu.png │ ├── __ic_more.png │ ├── __ic_search.png │ ├── nav_ithome.png │ ├── nav_lapin.png │ └── nav_quan.png ├── icon.png ├── init.lua ├── sub │ └── 1530463931 │ │ ├── config.table │ │ ├── drawable │ │ ├── __ic_close.png │ │ ├── __ic_delete.png │ │ ├── __ic_menu.png │ │ ├── __ic_more.png │ │ └── __ic_search.png │ │ └── init.lua └── welcome.png ├── LICENSE ├── QQ空间 ├── config.table ├── drawable │ ├── __ic_close.png │ ├── __ic_delete.png │ ├── __ic_fltbtn.png │ ├── __ic_menu.png │ ├── __ic_more.png │ ├── __ic_search.png │ ├── __sidebar.png │ ├── account_alert.png │ ├── account_box.png │ ├── account_switch.png │ ├── comment_multipe_outline.png │ ├── home.png │ ├── information.png │ ├── jewelry.png │ ├── pencil.png │ ├── picture.png │ ├── play_circle.png │ └── star.png ├── icon.png ├── init.lua └── welcome.png ├── README.md ├── WFun ├── config.table ├── drawable │ ├── __ic_close.png │ ├── __ic_delete.png │ ├── __ic_menu.png │ ├── __ic_more.png │ └── __ic_search.png └── init.lua ├── Windows 93 ├── config.table ├── icon.png ├── init.lua └── welcome.png ├── _config.yml ├── 七天网络 ├── config.table ├── drawable │ ├── __ic_close.png │ ├── __ic_delete.png │ ├── __ic_fltbtn.png │ ├── __ic_menu.png │ ├── __ic_more.png │ ├── __ic_search.png │ ├── __sidebar.png │ ├── account.png │ ├── account_switch.png │ ├── book_open.png │ ├── bulletin_board.png │ ├── chart_areaspline.png │ ├── credit_card.png │ ├── email.png │ ├── gift.png │ ├── home.png │ ├── information.png │ ├── magnify.png │ └── wallet_giftcard.png ├── icon.png ├── init.lua └── welcome.png ├── 智机社区 ├── config.table ├── drawable │ ├── __ic_close.png │ ├── __ic_delete.png │ ├── __ic_menu.png │ ├── __ic_more.png │ ├── __ic_search.png │ ├── account.png │ ├── account_check.png │ └── account_circle.png ├── icon.png └── init.lua ├── 老D博客 ├── config.table ├── drawable │ ├── __ic_close.png │ ├── __ic_delete.png │ ├── __ic_fltbtn.png │ ├── __ic_menu.png │ ├── __ic_more.png │ ├── __ic_search.png │ ├── __sidebar.png │ ├── account.png │ ├── apps.png │ ├── bulletin_board.png │ ├── checkbox_marked_circle_outline.png │ ├── file_document.png │ ├── filmstrip.png │ ├── home.png │ ├── information.png │ ├── more.png │ └── share_variant.png ├── icon.png ├── init.lua └── welcome.png ├── 贴吧Go ├── config.table ├── drawable │ ├── __ic_close.png │ ├── __ic_delete.png │ ├── __ic_fltbtn.png │ ├── __ic_menu.png │ ├── __ic_more.png │ ├── __ic_search.png │ ├── __sidebar.png │ ├── account.png │ ├── account_check.png │ ├── account_switch.png │ ├── apple_safari.png │ ├── eye.png │ ├── fire.png │ ├── home.png │ ├── information.png │ ├── pencil.png │ ├── share_variant.png │ ├── star.png │ └── view_list.png ├── icon.png ├── init.lua ├── sub │ └── 1521978414 │ │ ├── config.table │ │ ├── drawable │ │ ├── __ic_close.png │ │ ├── __ic_delete.png │ │ ├── __ic_fltbtn.png │ │ ├── __ic_menu.png │ │ ├── __ic_more.png │ │ ├── __ic_search.png │ │ ├── __sidebar.png │ │ ├── account.png │ │ ├── alert_circle.png │ │ ├── calendar.png │ │ ├── cloud.png │ │ ├── help_circle.png │ │ ├── home.png │ │ ├── library_books.png │ │ ├── link_variant.png │ │ ├── share.png │ │ └── share_variant.png │ │ └── init.lua └── welcome.png ├── 贴吧云签到 ├── Copyright Notice.txt ├── about │ ├── about.html │ ├── about.html.bak │ └── images │ │ ├── 1.gif │ │ └── logo.png ├── config.table ├── drawable │ ├── __ic_close.png │ ├── __ic_delete.png │ ├── __ic_fltbtn.png │ ├── __ic_menu.png │ ├── __ic_more.png │ ├── __ic_search.png │ ├── __sidebar.png │ ├── account.png │ ├── alert_circle.png │ ├── calendar.png │ ├── cloud.png │ ├── help_circle.png │ ├── home.png │ ├── library_books.png │ ├── link_variant.png │ ├── share.png │ └── share_variant.png ├── icon.png ├── init.lua ├── right.png ├── sub │ ├── 1526128433 │ │ ├── AdBlocker.lua │ │ ├── BaseFunlib.lua │ │ ├── Util.lua │ │ ├── config.table │ │ ├── drawable │ │ │ ├── __ic_close.png │ │ │ ├── __ic_delete.png │ │ │ ├── __ic_menu.png │ │ │ ├── __ic_more.png │ │ │ ├── __ic_search.png │ │ │ ├── ic_color_lens_black_48dp.png │ │ │ ├── ic_person_add_black_48dp.png │ │ │ ├── ic_person_black_48dp.png │ │ │ ├── ic_poll_black_48dp.png │ │ │ ├── ic_share_black_48dp.png │ │ │ └── icon.png │ │ ├── funlib.lua │ │ ├── init.lua │ │ ├── layout │ │ │ ├── listitem_sidelvw.lua │ │ │ ├── main.lua │ │ │ ├── searchbar.lua │ │ │ ├── sidebar.lua │ │ │ └── tool_bar.lua │ │ ├── loadBar.lua │ │ ├── main.lua │ │ ├── popMenuFunc.lua │ │ └── utils.lua │ └── 1530113416 │ │ ├── config.table │ │ ├── drawable │ │ ├── __ic_close.png │ │ ├── __ic_delete.png │ │ ├── __ic_fltbtn.png │ │ ├── __ic_menu.png │ │ ├── __ic_more.png │ │ ├── __ic_search.png │ │ ├── __sidebar.png │ │ ├── account.png │ │ ├── account_check.png │ │ ├── account_switch.png │ │ ├── apple_safari.png │ │ ├── bell.png │ │ ├── eye.png │ │ ├── fire.png │ │ ├── home.png │ │ ├── information.png │ │ ├── pencil.png │ │ ├── share_variant.png │ │ ├── star.png │ │ └── view_list.png │ │ └── init.lua ├── true.png ├── welcome.lua ├── welcome.lua.bak ├── welcome.png └── welcome3.png └── 逗比根据地 ├── config.table ├── drawable ├── __ic_close.png ├── __ic_delete.png ├── __ic_menu.png ├── __ic_more.png ├── __ic_search.png ├── __sidebar.png ├── account_alert.png ├── cloud.png ├── comment_text_outline.png ├── earth.png ├── heart.png ├── home.png ├── information.png ├── plane.png ├── refresh.png ├── server.png ├── share_variant.png └── thumb_up.png ├── icon.png ├── init.lua └── welcome.png /APKMirror/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["switch"] = { 3 | ["支持滑动页面"] = true ; 4 | ["显示状态栏"] = true ; 5 | ["横屏"] = false ; 6 | ["启用启动图"] = false ; 7 | } ; 8 | ["web"] = { 9 | ["网页沉浸"] = false ; 10 | ["启用长按菜单"] = true ; 11 | ["启动网页"] = "https://www.apkmirror.com/" ; 12 | ["浏览器用户标识"] = "默认" ; 13 | ["支持打开外部应用"] = true ; 14 | ["启用进度条"] = true ; 15 | } ; 16 | ["view_attribute"] = { 17 | ["搜索栏圆角弧度"] = "2dp" ; 18 | ["顶栏标题"] = "APKMirror" ; 19 | ["侧滑栏宽度"] = "240dp" ; 20 | ["搜索栏阴影强度"] = "2dp" ; 21 | ["顶栏阴影强度"] = "2dp" ; 22 | ["顶栏高度"] = "56dp" ; 23 | } ; 24 | ["toolbar"] = { 25 | ["输入栏模式"] = true ; 26 | ["搜索框提示"] = "" ; 27 | ["启用搜索功能"] = true ; 28 | ["icon_btns"] = { 29 | [1] = { 30 | ["icon"] = "cloud_upload" ; 31 | ["onClick"] = "加载网页(\"https://www.apkmirror.com/apk-upload/\")" ; 32 | } ; 33 | } ; 34 | ["menus"] = { 35 | [2] = { 36 | ["onClick"] = "saveCookie(url2)\ 37 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 38 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 39 | 退出确认=对话框()\ 40 | .设置标题(\"退出 \"..applabel..\" ?\")\ 41 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 42 | .设置积极按钮(\"退出\",function()退出程序()end)\ 43 | .设置消极按钮(\"取消\")\ 44 | .show()" ; 45 | ["name"] = "退出" ; 46 | } ; 47 | [1] = { 48 | ["onClick"] = "返回网页顶部()" ; 49 | ["name"] = "返回顶部" ; 50 | } ; 51 | } ; 52 | ["搜索URL"] = "https://www.apkmirror.com/?post_type=app_release&searchtype=apk&s=%s" ; 53 | } ; 54 | ["web_control"] = { 55 | [1] = { 56 | ["js"] = "" ; 57 | ["remove_element"] = "advertisement-text,adsbygoogle adslot,@ID(masthead),copyRight text-muted,header,@ID(outbrain_widget_0)" ; 58 | ["url"] = "www.apkmirror.com" ; 59 | } ; 60 | } ; 61 | ["events"] = { 62 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 63 | \ 64 | --接收参数\ 65 | 浏览器对象,网页链接=..." ; 66 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 67 | \ 68 | --接收参数\ 69 | 浏览器对象,网页链接=..." ; 70 | ["程序启动"] = "url2=\"www.apkmirror.com\"\ 71 | --自定义一个叫url2的函数\ 72 | \ 73 | \ 74 | function saveCookie(url2)--保存cookie\ 75 | perf=this.getSharedPreferences(\"Cookie\",0)\ 76 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 77 | end\ 78 | --定义保存\ 79 | \ 80 | \ 81 | function readCookie(url2)--读取cookie\ 82 | pref=this.getSharedPreferences(\"Cookie\",0)\ 83 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 84 | end\ 85 | --定义读取\ 86 | \ 87 | \ 88 | function removeCookie(url2)--删除cookie\ 89 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 90 | CookieManager.getInstance().setCookie(url2,\"\")\ 91 | CookieManager.getInstance().removeAllCookie()\ 92 | end\ 93 | --定义注销\ 94 | \ 95 | readCookie(url2)\ 96 | \ 97 | function onPause()\ 98 | saveCookie(url2)\ 99 | end\ 100 | \ 101 | function onKeyDown(key,event)\ 102 | if(key==4)then\ 103 | if(webView.canGoBack())then\ 104 | webView.goBack()\ 105 | else\ 106 | saveCookie(url2)\ 107 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 108 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 109 | 退出确认=对话框()\ 110 | .设置标题(\"退出 \"..applabel..\" ?\")\ 111 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 112 | .设置积极按钮(\"退出\",function()退出程序()end)\ 113 | .设置消极按钮(\"取消\")\ 114 | .show()\ 115 | end\ 116 | return true\ 117 | end\ 118 | end\ 119 | --程序启动时会执行的事件" ; 120 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 121 | \ 122 | --接收参数\ 123 | 新标题=..." ; 124 | } ; 125 | ["fltBtn"] = { 126 | ["显示"] = true ; 127 | ["图标"] = "" ; 128 | ["点击事件"] = "刷新网页()\ 129 | --悬浮按钮点击时执行的事件" ; 130 | } ; 131 | ["colors"] = { 132 | ["侧滑栏背景"] = "#ffffffff" ; 133 | ["悬浮按钮"] = "#ffff8a10" ; 134 | ["搜索栏提示文字"] = "#80000000" ; 135 | ["顶栏部件触摸"] = "#22ffffff" ; 136 | ["侧滑栏列表图标"] = "#ff757575" ; 137 | ["搜索栏部件"] = "#ff888888" ; 138 | ["进度条"] = "#ffffffff" ; 139 | ["侧滑栏列表文字"] = "#ff333333" ; 140 | ["悬浮按钮图标"] = "#ffffffff" ; 141 | ["顶栏部件"] = "#ffffffff" ; 142 | ["搜索栏部件触摸"] = "#44000000" ; 143 | ["顶栏"] = "#ffff8a10" ; 144 | ["搜索栏背景"] = "#ffffffff" ; 145 | ["导航栏"] = "#ff99590e" ; 146 | } ; 147 | ["sidebar"] = { 148 | ["items"] = { 149 | [1] = { 150 | ["onClick"] = "加载网页(\"https://www.apkmirror.com/developers/\")" ; 151 | ["icon"] = "drawable/view_list.png" ; 152 | ["name"] = "所有开发者" ; 153 | } ; 154 | [2] = { 155 | ["onClick"] = "" ; 156 | ["icon"] = "drawable/briefcase_upload.png" ; 157 | ["name"] = "最新更新" ; 158 | } ; 159 | [3] = { 160 | ["onClick"] = "加载网页(\"https://www.apkmirror.com/faq/\")" ; 161 | ["icon"] = "drawable/help.png" ; 162 | ["name"] = "FAQ" ; 163 | } ; 164 | [4] = { 165 | ["onClick"] = "" ; 166 | ["icon"] = "drawable/pencil_box.png" ; 167 | ["name"] = "反馈" ; 168 | } ; 169 | [5] = { 170 | ["onClick"] = "弹出消息(\"还没有😙\")" ; 171 | ["icon"] = "drawable/share_variant.png" ; 172 | ["name"] = "分享" ; 173 | } ; 174 | [6] = { 175 | ["onClick"] = "对话框()\ 176 | .设置标题(\"关于\")\ 177 | .设置消息(\"使用FA制作。\")\ 178 | .设置积极按钮(\"查看更多\",function()弹出消息(\"还没有😂\")\ 179 | 显示消息(\"点击了确定\")\ 180 | end)\ 181 | .设置消极按钮(\"知道了\")\ 182 | .显示()" ; 183 | ["icon"] = "drawable/information.png" ; 184 | ["name"] = "关于" ; 185 | } ; 186 | } ; 187 | ["启用"] = true ; 188 | ["启用顶部图片"] = true ; 189 | } ; 190 | } ; -------------------------------------------------------------------------------- /APKMirror/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/__ic_close.png -------------------------------------------------------------------------------- /APKMirror/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/__ic_delete.png -------------------------------------------------------------------------------- /APKMirror/drawable/__ic_fltbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/__ic_fltbtn.png -------------------------------------------------------------------------------- /APKMirror/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/__ic_menu.png -------------------------------------------------------------------------------- /APKMirror/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/__ic_more.png -------------------------------------------------------------------------------- /APKMirror/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/__ic_search.png -------------------------------------------------------------------------------- /APKMirror/drawable/__sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/__sidebar.png -------------------------------------------------------------------------------- /APKMirror/drawable/briefcase_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/briefcase_upload.png -------------------------------------------------------------------------------- /APKMirror/drawable/cloud_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/cloud_upload.png -------------------------------------------------------------------------------- /APKMirror/drawable/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/help.png -------------------------------------------------------------------------------- /APKMirror/drawable/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/information.png -------------------------------------------------------------------------------- /APKMirror/drawable/pencil_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/pencil_box.png -------------------------------------------------------------------------------- /APKMirror/drawable/share_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/share_variant.png -------------------------------------------------------------------------------- /APKMirror/drawable/view_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/drawable/view_list.png -------------------------------------------------------------------------------- /APKMirror/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/icon.png -------------------------------------------------------------------------------- /APKMirror/init.lua: -------------------------------------------------------------------------------- 1 | appname="APKMirror" 2 | appver="0.2.1" 3 | template="tool" 4 | packagename="com.android.APKMirror" 5 | user_permission={ 6 | [1] = "ACCESS_COARSE_LOCATION" ; 7 | [2] = "ACCESS_FINE_LOCATION" ; 8 | [3] = "ACCESS_NETWORK_STATE" ; 9 | [4] = "ACCESS_WIFI_STATE" ; 10 | [5] = "INTERNET" ; 11 | [6] = "WRITE_EXTERNAL_STORAGE" ; 12 | } ; 13 | appcode="3" 14 | -------------------------------------------------------------------------------- /APKMirror/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/APKMirror/welcome.png -------------------------------------------------------------------------------- /Android File Host/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["events"] = { 3 | ["程序启动"] = "webView.settings.setUserAgentString(\"Mozilla/5.0 Dalvik/2 ( Linux; U; NEM-AL10 Build/HONORNEM-AL10;Youku;7.1.4;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Safari/537.36 (Baidu; P1 6.0) iPhone/7.1 Android/8.0 baiduboxapp/2.7.0.10 \")\ 4 | \ 5 | import 'android.webkit.WebView'\ 6 | webView.addJavascriptInterface({},'JsInterface')\ 7 | \ 8 | url2=\"doub.ws\"\ 9 | --自定义一个叫url2的函数\ 10 | \ 11 | \ 12 | function saveCookie(url2)--保存cookie\ 13 | perf=this.getSharedPreferences(\"Cookie\",0)\ 14 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 15 | end\ 16 | --定义保存\ 17 | \ 18 | \ 19 | function readCookie(url2)--读取cookie\ 20 | pref=this.getSharedPreferences(\"Cookie\",0)\ 21 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 22 | end\ 23 | --定义读取\ 24 | \ 25 | \ 26 | function removeCookie(url2)--删除cookie\ 27 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 28 | CookieManager.getInstance().setCookie(url2,\"\")\ 29 | CookieManager.getInstance().removeAllCookie()\ 30 | end\ 31 | --定义注销\ 32 | \ 33 | readCookie(url2)\ 34 | \ 35 | function onPause()\ 36 | saveCookie(url2)\ 37 | end\ 38 | \ 39 | function onKeyDown(key,event)\ 40 | if(key==4)then\ 41 | if(webView.canGoBack())then\ 42 | webView.goBack()\ 43 | else\ 44 | saveCookie(url2)\ 45 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 46 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 47 | 退出确认=对话框()\ 48 | .设置标题(\"退出 \"..applabel..\" ?\")\ 49 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 50 | .设置积极按钮(\"退出\",function()退出程序()end)\ 51 | .设置消极按钮(\"取消\")\ 52 | .show()\ 53 | end\ 54 | return true\ 55 | end\ 56 | end\ 57 | --程序启动" ; 58 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 59 | \ 60 | --接收参数\ 61 | 浏览器对象,网页链接=..." ; 62 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 63 | \ 64 | --接收参数\ 65 | 浏览器对象,新标题=..." ; 66 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 67 | \ 68 | --接收参数\ 69 | 浏览器对象,网页链接=..." ; 70 | } ; 71 | ["fltBtn"] = { 72 | ["图标"] = "" ; 73 | ["显示"] = true ; 74 | ["点击事件"] = "刷新网页()--悬浮按钮点击时执行的事件" ; 75 | } ; 76 | ["sidebar"] = { 77 | ["items"] = { 78 | [1] = { 79 | ["onClick"] = "加载网页(\"https://androidfilehost.com/\")" ; 80 | ["name"] = "主页" ; 81 | ["icon"] = "drawable/home.png" ; 82 | } ; 83 | [2] = { 84 | ["onClick"] = "加载网页(\"https://androidfilehost.com/?w=gapps\")" ; 85 | ["name"] = "Gapps" ; 86 | ["icon"] = "drawable/google_glass.png" ; 87 | } ; 88 | [3] = { 89 | ["onClick"] = "加载网页(\"https://androidfilehost.com/?w=about\")" ; 90 | ["name"] = "关于" ; 91 | ["icon"] = "drawable/information.png" ; 92 | } ; 93 | [4] = { 94 | ["onClick"] = "对话框()\ 95 | .设置标题(\"确定捐赠?\")\ 96 | .设置消息(\"您将捐赠的是Android File Host开发商Spherely LLC\")\ 97 | .设置积极按钮(\"确定\",function()加载网页(\"Spherely LLC\")\ 98 | 显示消息(\"点击了确定\")\ 99 | end)\ 100 | .设置消极按钮(\"取消\")\ 101 | .显示()" ; 102 | ["name"] = "捐赠" ; 103 | ["icon"] = "drawable/coin.png" ; 104 | } ; 105 | [5] = { 106 | ["onClick"] = "" ; 107 | ["name"] = "联系官方" ; 108 | ["icon"] = "drawable/account_box.png" ; 109 | } ; 110 | } ; 111 | ["启用顶部图片"] = true ; 112 | ["启用"] = true ; 113 | } ; 114 | ["colors"] = { 115 | ["进度条"] = "#ff429bc3" ; 116 | ["侧滑栏列表图标"] = "#ff757575" ; 117 | ["顶栏"] = "#00000000" ; 118 | ["顶栏部件触摸"] = "#22ffffff" ; 119 | ["侧滑栏列表文字"] = "#ff333333" ; 120 | ["顶栏部件"] = "#ffffffff" ; 121 | ["悬浮按钮图标"] = "#ffffffff" ; 122 | ["搜索栏部件触摸"] = "#44000000" ; 123 | ["搜索栏背景"] = "#ffffffff" ; 124 | ["搜索栏提示文字"] = "#80000000" ; 125 | ["悬浮按钮"] = "#ff429bc3" ; 126 | ["导航栏"] = "#ff969696" ; 127 | ["侧滑栏背景"] = "#ffffffff" ; 128 | ["搜索栏部件"] = "#ff888888" ; 129 | } ; 130 | ["switch"] = { 131 | ["横屏"] = false ; 132 | ["显示状态栏"] = true ; 133 | ["启用启动图"] = true ; 134 | ["支持滑动页面"] = true ; 135 | } ; 136 | ["web_control"] = { 137 | [1] = { 138 | ["js"] = "" ; 139 | ["url"] = "androidfilehost.com" ; 140 | ["remove_element"] = "col-md-2 col-sm-3 footer-support-menu,social-icons list-inline,col-sm-2 col-sm-offset-1 footer-links-menu,navbar-header,footer-bottom,col-sm-3 footer-logo-menu,community-menu,pull-left,search pull-right,footer-top,dG1Ln-2i-1-" ; 141 | } ; 142 | } ; 143 | ["web"] = { 144 | ["浏览器用户标识"] = "默认" ; 145 | ["启用进度条"] = true ; 146 | ["启动网页"] = "https://androidfilehost.com" ; 147 | ["启用长按菜单"] = true ; 148 | ["支持打开外部应用"] = true ; 149 | ["网页沉浸"] = false ; 150 | } ; 151 | ["toolbar"] = { 152 | ["搜索框提示"] = "" ; 153 | ["menus"] = { 154 | [4] = { 155 | ["onClick"] = "saveCookie(url2)\ 156 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 157 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 158 | 退出确认=对话框()\ 159 | .设置标题(\"退出 \"..applabel..\" ?\")\ 160 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 161 | .设置积极按钮(\"退出\",function()退出程序()end)\ 162 | .设置消极按钮(\"取消\")\ 163 | .show()" ; 164 | ["name"] = "退出" ; 165 | } ; 166 | [1] = { 167 | ["onClick"] = "加载网页(\"https://androidfilehost.com/user/?w=login\")" ; 168 | ["name"] = "登录" ; 169 | } ; 170 | [2] = { 171 | ["onClick"] = "加载网页(\"https://androidfilehost.com/user/?w=register\")" ; 172 | ["name"] = "注册" ; 173 | } ; 174 | [3] = { 175 | ["onClick"] = "removeCookie(url2)\ 176 | 刷新网页()" ; 177 | ["name"] = "注销" ; 178 | } ; 179 | } ; 180 | ["启用搜索功能"] = true ; 181 | ["输入栏模式"] = true ; 182 | ["icon_btns"] = { 183 | [1] = { 184 | ["onClick"] = "加载网页(\"https://androidfilehost.com/user/?w=settings-dev-files\")" ; 185 | ["icon"] = "box_upload" ; 186 | } ; 187 | [2] = { 188 | ["onClick"] = "加载网页(\"https://androidfilehost.com/user/?w=settings-home\")" ; 189 | ["icon"] = "cog" ; 190 | } ; 191 | [3] = { 192 | ["onClick"] = "加载网页(\"https://androidfilehost.com/user/?w=logout\")" ; 193 | ["icon"] = "lock_unlocked" ; 194 | } ; 195 | } ; 196 | ["搜索URL"] = "https://androidfilehost.com/?w=search&s=%s" ; 197 | } ; 198 | ["view_attribute"] = { 199 | ["侧滑栏宽度"] = "240dp" ; 200 | ["顶栏高度"] = "56dp" ; 201 | ["搜索栏阴影强度"] = "2dp" ; 202 | ["搜索栏圆角弧度"] = "2dp" ; 203 | ["顶栏阴影强度"] = "2dp" ; 204 | ["顶栏标题"] = "Android File Host" ; 205 | } ; 206 | } ; -------------------------------------------------------------------------------- /Android File Host/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/__ic_close.png -------------------------------------------------------------------------------- /Android File Host/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/__ic_delete.png -------------------------------------------------------------------------------- /Android File Host/drawable/__ic_fltbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/__ic_fltbtn.png -------------------------------------------------------------------------------- /Android File Host/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/__ic_menu.png -------------------------------------------------------------------------------- /Android File Host/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/__ic_more.png -------------------------------------------------------------------------------- /Android File Host/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/__ic_search.png -------------------------------------------------------------------------------- /Android File Host/drawable/account_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/account_box.png -------------------------------------------------------------------------------- /Android File Host/drawable/auto_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/auto_upload.png -------------------------------------------------------------------------------- /Android File Host/drawable/box_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/box_upload.png -------------------------------------------------------------------------------- /Android File Host/drawable/cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/cog.png -------------------------------------------------------------------------------- /Android File Host/drawable/coin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/coin.png -------------------------------------------------------------------------------- /Android File Host/drawable/google_glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/google_glass.png -------------------------------------------------------------------------------- /Android File Host/drawable/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/home.png -------------------------------------------------------------------------------- /Android File Host/drawable/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/information.png -------------------------------------------------------------------------------- /Android File Host/drawable/lock_unlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/lock_unlocked.png -------------------------------------------------------------------------------- /Android File Host/drawable/power_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/drawable/power_settings.png -------------------------------------------------------------------------------- /Android File Host/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/icon.png -------------------------------------------------------------------------------- /Android File Host/init.lua: -------------------------------------------------------------------------------- 1 | appname="Android File Host" 2 | packagename="com.android.AndroidFileHost" 3 | appver="0.1.0" 4 | user_permission={ 5 | [1] = "ACCESS_COARSE_LOCATION" ; 6 | [2] = "ACCESS_FINE_LOCATION" ; 7 | [3] = "ACCESS_NETWORK_STATE" ; 8 | [4] = "ACCESS_WIFI_STATE" ; 9 | [5] = "INTERNET" ; 10 | [6] = "WRITE_EXTERNAL_STORAGE" ; 11 | } ; 12 | appcode="1" 13 | template="tool" 14 | -------------------------------------------------------------------------------- /Android File Host/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Android File Host/welcome.png -------------------------------------------------------------------------------- /IT之家/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["web"] = { 3 | ["支持打开外部应用"] = true ; 4 | ["网页沉浸"] = false ; 5 | ["浏览器用户标识"] = "默认" ; 6 | ["启动网页"] = "https://m.ithome.com" ; 7 | ["启用长按菜单"] = true ; 8 | ["启用进度条"] = true ; 9 | } ; 10 | ["web_control"] = { 11 | [1] = { 12 | ["js"] = "document.body.style.paddingTop=0" ; 13 | ["remove_element"] = "hd,op,open-app,down-app-box,ft-item open-app,ruanmei-footer,rm-ft-box,hot-app-box, title,search-hd,head-box" ; 14 | ["url"] = "m.ithome.com" ; 15 | } ; 16 | [2] = { 17 | ["js"] = "" ; 18 | ["remove_element"] = "" ; 19 | ["url"] = "m.lapin365.com" ; 20 | } ; 21 | [3] = { 22 | ["js"] = "" ; 23 | ["remove_element"] = "if,nav-item nav-item-7" ; 24 | ["url"] = "quan.ithome.com" ; 25 | } ; 26 | } ; 27 | ["sidebar"] = { 28 | ["启用"] = true ; 29 | ["items"] = { 30 | } ; 31 | ["启用顶部图片"] = false ; 32 | } ; 33 | ["view_attribute"] = { 34 | ["搜索栏阴影强度"] = "2dp" ; 35 | ["顶栏标题"] = "IT之家" ; 36 | ["侧滑栏宽度"] = "240dp" ; 37 | ["顶栏阴影强度"] = "2dp" ; 38 | ["搜索栏圆角弧度"] = "2dp" ; 39 | ["顶栏高度"] = "56dp" ; 40 | } ; 41 | ["fltBtn"] = { 42 | ["图标"] = "" ; 43 | ["显示"] = false ; 44 | ["点击事件"] = "--悬浮按钮点击时执行的事件" ; 45 | } ; 46 | ["toolbar"] = { 47 | ["搜索URL"] = "https://m.ithome.com/search/%s.htm" ; 48 | ["输入栏模式"] = true ; 49 | ["icon_btns"] = { 50 | [2] = { 51 | ["icon"] = "nav_quan" ; 52 | ["onClick"] = "进入子页面(\"圈子\")" ; 53 | } ; 54 | [1] = { 55 | ["icon"] = "nav_ithome" ; 56 | ["onClick"] = "刷新网页()" ; 57 | } ; 58 | } ; 59 | ["menus"] = { 60 | [2] = { 61 | ["onClick"] = "加载网页(\"https://m.ithome.com/html/user/userfeedback.htm\")" ; 62 | ["name"] = "反馈" ; 63 | } ; 64 | [1] = { 65 | ["onClick"] = "加载网页(\"https://dyn.ithome.com/tougao/\")" ; 66 | ["name"] = "投稿" ; 67 | } ; 68 | } ; 69 | ["搜索框提示"] = "" ; 70 | ["启用搜索功能"] = true ; 71 | } ; 72 | ["colors"] = { 73 | ["悬浮按钮"] = "#ffffffff" ; 74 | ["顶栏部件触摸"] = "#22ffffff" ; 75 | ["侧滑栏背景"] = "#ffffffff" ; 76 | ["侧滑栏列表图标"] = "#ff757575" ; 77 | ["搜索栏部件"] = "#ff888888" ; 78 | ["搜索栏提示文字"] = "#80000000" ; 79 | ["顶栏"] = "#ffffffff" ; 80 | ["搜索栏部件触摸"] = "#44000000" ; 81 | ["搜索栏背景"] = "#ffffffff" ; 82 | ["悬浮按钮图标"] = "#ff000000" ; 83 | ["进度条"] = "#00000000" ; 84 | ["侧滑栏列表文字"] = "#ff333333" ; 85 | ["导航栏"] = "#ff2c2e43" ; 86 | ["顶栏部件"] = "#ffffffff" ; 87 | } ; 88 | ["switch"] = { 89 | ["显示状态栏"] = true ; 90 | ["启用启动图"] = true ; 91 | ["横屏"] = false ; 92 | ["支持滑动页面"] = false ; 93 | } ; 94 | ["events"] = { 95 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 96 | \ 97 | --接收参数\ 98 | 浏览器对象,网页链接=..." ; 99 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 100 | \ 101 | --接收参数\ 102 | 浏览器对象,新标题=..." ; 103 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 104 | \ 105 | --接收参数\ 106 | 浏览器对象,网页链接=..." ; 107 | ["程序启动"] = "--程序启动时会执行的事件" ; 108 | } ; 109 | } ; -------------------------------------------------------------------------------- /IT之家/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/drawable/__ic_close.png -------------------------------------------------------------------------------- /IT之家/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/drawable/__ic_delete.png -------------------------------------------------------------------------------- /IT之家/drawable/__ic_fltbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/drawable/__ic_fltbtn.png -------------------------------------------------------------------------------- /IT之家/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/drawable/__ic_menu.png -------------------------------------------------------------------------------- /IT之家/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/drawable/__ic_more.png -------------------------------------------------------------------------------- /IT之家/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/drawable/__ic_search.png -------------------------------------------------------------------------------- /IT之家/drawable/nav_ithome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/drawable/nav_ithome.png -------------------------------------------------------------------------------- /IT之家/drawable/nav_lapin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/drawable/nav_lapin.png -------------------------------------------------------------------------------- /IT之家/drawable/nav_quan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/drawable/nav_quan.png -------------------------------------------------------------------------------- /IT之家/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/icon.png -------------------------------------------------------------------------------- /IT之家/init.lua: -------------------------------------------------------------------------------- 1 | user_permission={ 2 | [1] = "ACCESS_COARSE_LOCATION" ; 3 | [2] = "ACCESS_FINE_LOCATION" ; 4 | [3] = "ACCESS_NETWORK_STATE" ; 5 | [4] = "ACCESS_WIFI_STATE" ; 6 | [5] = "INTERNET" ; 7 | [6] = "WRITE_EXTERNAL_STORAGE" ; 8 | } ; 9 | appcode="1" 10 | appname="IT之家" 11 | packagename="com.android.ITHome" 12 | template="tool" 13 | appver="1.0" 14 | -------------------------------------------------------------------------------- /IT之家/sub/1530463931/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["web"] = { 3 | ["启用长按菜单"] = true ; 4 | ["支持打开外部应用"] = true ; 5 | ["启用进度条"] = true ; 6 | ["启动网页"] = "https://quan.ithome.com/wap/" ; 7 | ["浏览器用户标识"] = "默认" ; 8 | ["网页沉浸"] = false ; 9 | } ; 10 | ["events"] = { 11 | ["程序启动"] = "--程序启动时会执行的事件" ; 12 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 13 | \ 14 | --接收参数\ 15 | 浏览器对象,新标题=..." ; 16 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 17 | \ 18 | --接收参数\ 19 | 浏览器对象,网页链接=..." ; 20 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 21 | \ 22 | --接收参数\ 23 | 浏览器对象,网页链接=..." ; 24 | } ; 25 | ["colors"] = { 26 | ["搜索栏提示文字"] = "#80000000" ; 27 | ["导航栏"] = "#ff2c2e43" ; 28 | ["搜索栏部件触摸"] = "#44000000" ; 29 | ["侧滑栏背景"] = "#ffffffff" ; 30 | ["搜索栏部件"] = "#ff888888" ; 31 | ["侧滑栏列表图标"] = "#ff757575" ; 32 | ["顶栏"] = "#ffd22222" ; 33 | ["搜索栏背景"] = "#ffffffff" ; 34 | ["进度条"] = "#00000000" ; 35 | ["顶栏部件触摸"] = "#22ffffff" ; 36 | ["悬浮按钮图标"] = "#ffffffff" ; 37 | ["顶栏部件"] = "#ffffffff" ; 38 | ["侧滑栏列表文字"] = "#ff333333" ; 39 | ["悬浮按钮"] = "#ff33a7aa" ; 40 | } ; 41 | ["toolbar"] = { 42 | ["搜索URL"] = "https://m.ithome.com/search/%s.htm" ; 43 | ["输入栏模式"] = true ; 44 | ["启用搜索功能"] = true ; 45 | ["icon_btns"] = { 46 | } ; 47 | ["搜索框提示"] = "" ; 48 | ["menus"] = { 49 | [1] = { 50 | ["name"] = "退出" ; 51 | ["onClick"] = "退出页面()" ; 52 | } ; 53 | } ; 54 | } ; 55 | ["view_attribute"] = { 56 | ["搜索栏阴影强度"] = "2dp" ; 57 | ["侧滑栏宽度"] = "240dp" ; 58 | ["搜索栏圆角弧度"] = "2dp" ; 59 | ["顶栏高度"] = "56dp" ; 60 | ["顶栏标题"] = "Title" ; 61 | ["顶栏阴影强度"] = "2dp" ; 62 | } ; 63 | ["sidebar"] = { 64 | ["items"] = { 65 | } ; 66 | ["启用顶部图片"] = false ; 67 | ["启用"] = true ; 68 | } ; 69 | ["web_control"] = { 70 | [1] = { 71 | ["url"] = "quan.ithome.com" ; 72 | ["remove_element"] = "if,nav-item nav-item-7" ; 73 | ["js"] = "" ; 74 | } ; 75 | } ; 76 | ["fltBtn"] = { 77 | ["点击事件"] = "--悬浮按钮点击时执行的事件" ; 78 | ["显示"] = false ; 79 | ["图标"] = "" ; 80 | } ; 81 | ["switch"] = { 82 | ["显示状态栏"] = true ; 83 | ["支持滑动页面"] = false ; 84 | ["启用启动图"] = false ; 85 | ["横屏"] = false ; 86 | } ; 87 | } ; -------------------------------------------------------------------------------- /IT之家/sub/1530463931/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/sub/1530463931/drawable/__ic_close.png -------------------------------------------------------------------------------- /IT之家/sub/1530463931/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/sub/1530463931/drawable/__ic_delete.png -------------------------------------------------------------------------------- /IT之家/sub/1530463931/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/sub/1530463931/drawable/__ic_menu.png -------------------------------------------------------------------------------- /IT之家/sub/1530463931/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/sub/1530463931/drawable/__ic_more.png -------------------------------------------------------------------------------- /IT之家/sub/1530463931/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/sub/1530463931/drawable/__ic_search.png -------------------------------------------------------------------------------- /IT之家/sub/1530463931/init.lua: -------------------------------------------------------------------------------- 1 | name="圈子" 2 | template="tool" 3 | -------------------------------------------------------------------------------- /IT之家/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/IT之家/welcome.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017-2019 wherewhere 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /QQ空间/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["fltBtn"] = { 3 | ["点击事件"] = "加载Js(\"location.reload( );\" )\ 4 | --悬浮按钮点击时执行的事件" ; 5 | ["图标"] = "" ; 6 | ["显示"] = true ; 7 | } ; 8 | ["colors"] = { 9 | ["悬浮按钮图标"] = "#ffffffff" ; 10 | ["进度条"] = "#00000000" ; 11 | ["搜索栏提示文字"] = "#80000000" ; 12 | ["搜索栏背景"] = "#ffffffff" ; 13 | ["顶栏部件触摸"] = "#22000000" ; 14 | ["侧滑栏背景"] = "#ffffffff" ; 15 | ["导航栏"] = "#ff919396" ; 16 | ["悬浮按钮"] = "#ffffce00" ; 17 | ["顶栏部件"] = "#ff555555" ; 18 | ["顶栏"] = "#ffffce00" ; 19 | ["搜索栏部件"] = "#ff888888" ; 20 | ["侧滑栏列表图标"] = "#ff757575" ; 21 | ["侧滑栏列表文字"] = "#ff333333" ; 22 | ["搜索栏部件触摸"] = "#44000000" ; 23 | } ; 24 | ["view_attribute"] = { 25 | ["搜索栏阴影强度"] = "2dp" ; 26 | ["顶栏标题"] = "" ; 27 | ["侧滑栏宽度"] = "240dp" ; 28 | ["搜索栏圆角弧度"] = "2dp" ; 29 | ["顶栏高度"] = "56dp" ; 30 | ["顶栏阴影强度"] = "2dp" ; 31 | } ; 32 | ["sidebar"] = { 33 | ["启用"] = true ; 34 | ["items"] = { 35 | [4] = { 36 | ["icon"] = "drawable/information.png" ; 37 | ["onClick"] = "对话框()\ 38 | .设置标题(\"关于\")\ 39 | .设置消息(\"使用Fusion App制作。\")\ 40 | .设置积极按钮(\"查看更多\",function()加载网页(\"https://www.coolapk.com/apk/com.android.QQzone \")\ 41 | 显示消息(\"点击了确定\")\ 42 | end)\ 43 | .设置消极按钮(\"知道了\")\ 44 | .显示()" ; 45 | ["name"] = "关于" ; 46 | } ; 47 | [1] = { 48 | ["icon"] = "drawable/pencil.png" ; 49 | ["onClick"] = "加载网页(\"https://h5.qzone.qq.com/checkin/index?_wv=2098179&from=mqzone\")" ; 50 | ["name"] = "签到" ; 51 | } ; 52 | [2] = { 53 | ["icon"] = "drawable/comment_multipe_outline.png" ; 54 | ["onClick"] = "加载网页(\"https://h5.qzone.qq.com/topicGroup/home\")" ; 55 | ["name"] = "话题圈" ; 56 | } ; 57 | [3] = { 58 | ["icon"] = "drawable/account_switch.png" ; 59 | ["onClick"] = "加载网页(\"https://ui.ptlogin2.qq.com/cgi-bin/login?pt_hide_ad=1&style=9&pt_ttype=1&appid=549000929&pt_no_auth=1&pt_wxtest=1&daid=5&s_url=https%3A%2F%2Fh5.qzone.qq.com%2Fmqzone%2Findex\")" ; 60 | ["name"] = "切换账号" ; 61 | } ; 62 | } ; 63 | ["启用顶部图片"] = true ; 64 | } ; 65 | ["switch"] = { 66 | ["启用启动图"] = true ; 67 | ["支持滑动页面"] = true ; 68 | ["显示状态栏"] = true ; 69 | ["横屏"] = false ; 70 | } ; 71 | ["web"] = { 72 | ["支持打开外部应用"] = false ; 73 | ["浏览器用户标识"] = "默认" ; 74 | ["网页沉浸"] = true ; 75 | ["启用进度条"] = true ; 76 | ["启用长按菜单"] = true ; 77 | ["启动网页"] = "https://h5.qzone.qq.com/mqzone/index" ; 78 | } ; 79 | ["global_js"] = "" ; 80 | ["toolbar"] = { 81 | ["搜索框提示"] = "" ; 82 | ["启用搜索功能"] = false ; 83 | ["输入栏模式"] = true ; 84 | ["搜索URL"] = "" ; 85 | ["menus"] = { 86 | [1] = { 87 | ["onClick"] = "appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 88 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 89 | 对话框()\ 90 | .设置标题(\"退出 \"..applabel..\" ?\")\ 91 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 92 | .设置积极按钮(\"退出\",function()退出程序()\ 93 | 显示消息(\"点击了确定\")\ 94 | end)\ 95 | .设置消极按钮(\"取消\")\ 96 | .显示()" ; 97 | ["name"] = "退出" ; 98 | } ; 99 | } ; 100 | ["icon_btns"] = { 101 | [4] = { 102 | ["onClick"] = "加载网页(\"https://h5.qzone.qq.com/vipinfo/index?source=xinxi\")" ; 103 | ["icon"] = "jewelry" ; 104 | } ; 105 | [1] = { 106 | ["onClick"] = "加载网页(\"https://h5.qzone.qq.com/mqzone/index\")" ; 107 | ["icon"] = "star" ; 108 | } ; 109 | [2] = { 110 | ["onClick"] = "加载网页(\"https://h5.qzone.qq.com/mqzone/profile\")" ; 111 | ["icon"] = "home" ; 112 | } ; 113 | [3] = { 114 | ["onClick"] = "加载网页(\"https://h5.qzone.qq.com/mqzone/jsp#playbar\")" ; 115 | ["icon"] = "play_circle" ; 116 | } ; 117 | } ; 118 | } ; 119 | ["events"] = { 120 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 121 | 加载Js(\"QZTouch.Widget.clinic.close();\")\ 122 | --接收参数\ 123 | 浏览器对象,网页链接=..." ; 124 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 125 | \ 126 | --接收参数\ 127 | 浏览器对象,网页链接=..." ; 128 | ["程序启动"] = "url2=\"h5.qzone.qq.com\"\ 129 | --自定义一个叫url2的函数\ 130 | \ 131 | \ 132 | function saveCookie(url2)--保存cookie\ 133 | perf=this.getSharedPreferences(\"Cookie\",0)\ 134 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 135 | end\ 136 | --定义保存\ 137 | \ 138 | \ 139 | function readCookie(url2)--读取cookie\ 140 | pref=this.getSharedPreferences(\"Cookie\",0)\ 141 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 142 | end\ 143 | --定义读取\ 144 | \ 145 | \ 146 | function removeCookie(url2)--删除cookie\ 147 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 148 | CookieManager.getInstance().setCookie(url2,\"\")\ 149 | CookieManager.getInstance().removeAllCookie()\ 150 | end\ 151 | --定义注销\ 152 | \ 153 | readCookie(url2)\ 154 | \ 155 | function onPause()\ 156 | saveCookie(url2)\ 157 | end\ 158 | \ 159 | function onKeyDown(key,event)\ 160 | if(key==4)then\ 161 | if(webView.canGoBack())then\ 162 | webView.goBack()\ 163 | else\ 164 | saveCookie(url2)\ 165 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 166 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 167 | 退出确认=对话框()\ 168 | .设置标题(\"退出 \"..applabel..\" ?\")\ 169 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 170 | .设置积极按钮(\"退出\",function()退出程序()end)\ 171 | .设置消极按钮(\"取消\")\ 172 | .show()\ 173 | end\ 174 | return true\ 175 | end\ 176 | end\ 177 | --程序启动时会执行的事件" ; 178 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 179 | \ 180 | --接收参数\ 181 | 新标题=..." ; 182 | } ; 183 | ["web_control"] = { 184 | [1] = { 185 | ["js"] = "" ; 186 | ["remove_element"] = "copyright J_copyright,footer J_footer,btn btn-open,mod-native-tips-wrap js-the-bottom,@ID(nav_bar_playbar),@ID(top_header),icon-back,@ID(j-return),@ID(j-nav),@ID(_clinic_hd)" ; 187 | ["url"] = "h5.qzone.qq.com" ; 188 | } ; 189 | [2] = { 190 | ["js"] = "document.body.style.paddingTop=0" ; 191 | ["remove_element"] = "footer-links,ID(nav-outer),under,navbar-header,footer-record,footer-copyright,navbar navbar-fixed-top header" ; 192 | ["url"] = "www.coolapk.com" ; 193 | } ; 194 | [3] = { 195 | ["js"] = "" ; 196 | ["remove_element"] = "banner" ; 197 | ["url"] = "ui.ptlogin2.qq.com" ; 198 | } ; 199 | } ; 200 | } ; -------------------------------------------------------------------------------- /QQ空间/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/__ic_close.png -------------------------------------------------------------------------------- /QQ空间/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/__ic_delete.png -------------------------------------------------------------------------------- /QQ空间/drawable/__ic_fltbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/__ic_fltbtn.png -------------------------------------------------------------------------------- /QQ空间/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/__ic_menu.png -------------------------------------------------------------------------------- /QQ空间/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/__ic_more.png -------------------------------------------------------------------------------- /QQ空间/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/__ic_search.png -------------------------------------------------------------------------------- /QQ空间/drawable/__sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/__sidebar.png -------------------------------------------------------------------------------- /QQ空间/drawable/account_alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/account_alert.png -------------------------------------------------------------------------------- /QQ空间/drawable/account_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/account_box.png -------------------------------------------------------------------------------- /QQ空间/drawable/account_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/account_switch.png -------------------------------------------------------------------------------- /QQ空间/drawable/comment_multipe_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/comment_multipe_outline.png -------------------------------------------------------------------------------- /QQ空间/drawable/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/home.png -------------------------------------------------------------------------------- /QQ空间/drawable/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/information.png -------------------------------------------------------------------------------- /QQ空间/drawable/jewelry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/jewelry.png -------------------------------------------------------------------------------- /QQ空间/drawable/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/pencil.png -------------------------------------------------------------------------------- /QQ空间/drawable/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/picture.png -------------------------------------------------------------------------------- /QQ空间/drawable/play_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/play_circle.png -------------------------------------------------------------------------------- /QQ空间/drawable/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/drawable/star.png -------------------------------------------------------------------------------- /QQ空间/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/icon.png -------------------------------------------------------------------------------- /QQ空间/init.lua: -------------------------------------------------------------------------------- 1 | appcode="3" 2 | appsdk="1" 3 | packagename="com.android.QQzone" 4 | template="tool" 5 | user_permission={ 6 | [1] = "ACCESS_COARSE_LOCATION" ; 7 | [2] = "ACCESS_FINE_LOCATION" ; 8 | [3] = "ACCESS_NETWORK_STATE" ; 9 | [4] = "ACCESS_WIFI_STATE" ; 10 | [5] = "INTERNET" ; 11 | [6] = "WRITE_EXTERNAL_STORAGE" ; 12 | } ; 13 | appname="QQ空间 Go" 14 | appver="0.2.0" 15 | -------------------------------------------------------------------------------- /QQ空间/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/QQ空间/welcome.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Fusion Apps 2 | 基于Fusion App制作的网页套壳应用 3 | 4 | Baidu 5 | GitHub 6 | 7 | ## 使用方法 8 | [将源码导入`/FusionApp/Project`文件夹内](https://www.coolapk.com/feed/6170506?shareKey=OWJhM2I3Mjg2YzgyNWRhMjk3MGU~&shareUid=536381&shareFrom=com.coolapk.market_9.6) 9 | ![如图](http://image.coolapk.com/feed/2018/0415/536381_1523799927_6846@1080x2160.jpg.m.jpg) 10 | ## 屏幕截图 11 | ![贴吧云签到](http://image.coolapk.com/apk_image/2019/0930/23/1569582604216-180208-o_1dm1e20v4185d12ubk9p3041mb6s-uid-536381@1533x2560.png) 12 | ![Windows93](http://image.coolapk.com/apk_image/2019/1001/00/1569859433173-180217-o_1dm1eosh4e8lc2fce4sp7e3o1i-uid-536381@1533x2560.png) 13 | ![QQ空间](http://image.coolapk.com/apk_image/2019/1013/11/1570936953963-180352-o_1dn1i7po51lkh1qfg1rb44c7im3u-uid-536381@1084x1810.png) 14 | ![ApkMirror](http://image.coolapk.com/apk_image/2019/1013/11/1570937188669-180611-o_1dn1iesdu1ot5qoh6dnjfc12s3u-uid-536381@1084x1810.png) 15 | ![Android File Host](http://image.coolapk.com/apk_image/2019/1013/11/1570937245584-191595-o_1dn1ig9ikr2spg91d5m1ilua2fq-uid-536381@1084x1810.png) 16 | ![贴吧Go](http://image.coolapk.com/apk_image/2019/1013/11/1570937093357-180576-o_1dn1icjlk1qo5qu813101qph1d6812-uid-536381@1084x1810.png) 17 | ![七天网络](http://image.coolapk.com/apk_image/2019/1001/00/1569859462696-179798-o_1dm1etosk10c6lnvgq21aoek2gu-uid-536381@1533x2560.png) 18 | ## 鸣谢 19 | FusionApp作者[@寒歌](http://www.coolapk.com/u/675594) 20 | 21 | 云签到作者[我很笨](http://www.coolapk.com/u/510022) 22 | 23 | 应用介绍界面模板作者[@LuXts](http://www.coolapk.com/u/1230938) 24 | 25 | 关于页面模板作者[@丨丨丨丨丨](http://www.coolapk.com/u/453544) 26 | -------------------------------------------------------------------------------- /WFun/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["toolbar"] = { 3 | ["搜索URL"] = "" ; 4 | ["icon_btns"] = { 5 | } ; 6 | ["启用搜索功能"] = true ; 7 | ["menus"] = { 8 | [1] = { 9 | ["onClick"] = "退出页面()" ; 10 | ["name"] = "退出" ; 11 | } ; 12 | } ; 13 | ["输入栏模式"] = true ; 14 | ["搜索框提示"] = "" ; 15 | } ; 16 | ["switch"] = { 17 | ["支持滑动页面"] = false ; 18 | ["显示状态栏"] = true ; 19 | ["横屏"] = false ; 20 | ["启用启动图"] = false ; 21 | } ; 22 | ["sidebar"] = { 23 | ["items"] = { 24 | } ; 25 | ["启用顶部图片"] = false ; 26 | ["启用"] = true ; 27 | } ; 28 | ["colors"] = { 29 | ["搜索栏提示文字"] = "#80000000" ; 30 | ["顶栏部件触摸"] = "#22ffffff" ; 31 | ["导航栏"] = "#ff2c2e43" ; 32 | ["侧滑栏列表图标"] = "#ff757575" ; 33 | ["顶栏部件"] = "#ffffffff" ; 34 | ["侧滑栏背景"] = "#ffffffff" ; 35 | ["悬浮按钮图标"] = "#ffffffff" ; 36 | ["进度条"] = "#00000000" ; 37 | ["顶栏"] = "#ffffffff" ; 38 | ["搜索栏背景"] = "#ffffffff" ; 39 | ["搜索栏部件触摸"] = "#44000000" ; 40 | ["搜索栏部件"] = "#ff888888" ; 41 | ["悬浮按钮"] = "#ff33a7aa" ; 42 | ["侧滑栏列表文字"] = "#ff333333" ; 43 | } ; 44 | ["view_attribute"] = { 45 | ["侧滑栏宽度"] = "240dp" ; 46 | ["顶栏阴影强度"] = "2dp" ; 47 | ["顶栏高度"] = "56dp" ; 48 | ["搜索栏阴影强度"] = "2dp" ; 49 | ["搜索栏圆角弧度"] = "2dp" ; 50 | ["顶栏标题"] = "Title" ; 51 | } ; 52 | ["fltBtn"] = { 53 | ["显示"] = false ; 54 | ["图标"] = "" ; 55 | ["点击事件"] = "--悬浮按钮点击时执行的事件" ; 56 | } ; 57 | ["web"] = { 58 | ["启动网页"] = "https://pwa.wfun.com" ; 59 | ["网页沉浸"] = false ; 60 | ["浏览器用户标识"] = "默认" ; 61 | ["启用长按菜单"] = true ; 62 | ["启用进度条"] = true ; 63 | ["支持打开外部应用"] = true ; 64 | } ; 65 | ["events"] = { 66 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 67 | \ 68 | --接收参数\ 69 | 浏览器对象,新标题=..." ; 70 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 71 | \ 72 | --接收参数\ 73 | 浏览器对象,网页链接=..." ; 74 | ["程序启动"] = "--程序启动时会执行的事件" ; 75 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 76 | \ 77 | --接收参数\ 78 | 浏览器对象,网页链接=..." ; 79 | } ; 80 | ["web_control"] = { 81 | [1] = { 82 | ["url"] = "pwa.wfun.com" ; 83 | ["remove_element"] = "nav,search,back" ; 84 | ["js"] = "" ; 85 | } ; 86 | } ; 87 | } ; -------------------------------------------------------------------------------- /WFun/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/WFun/drawable/__ic_close.png -------------------------------------------------------------------------------- /WFun/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/WFun/drawable/__ic_delete.png -------------------------------------------------------------------------------- /WFun/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/WFun/drawable/__ic_menu.png -------------------------------------------------------------------------------- /WFun/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/WFun/drawable/__ic_more.png -------------------------------------------------------------------------------- /WFun/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/WFun/drawable/__ic_search.png -------------------------------------------------------------------------------- /WFun/init.lua: -------------------------------------------------------------------------------- 1 | appver="1.0" 2 | appcode="1" 3 | user_permission={ 4 | [1] = "ACCESS_COARSE_LOCATION" ; 5 | [2] = "ACCESS_FINE_LOCATION" ; 6 | [3] = "ACCESS_NETWORK_STATE" ; 7 | [4] = "ACCESS_WIFI_STATE" ; 8 | [5] = "INTERNET" ; 9 | [6] = "WRITE_EXTERNAL_STORAGE" ; 10 | } ; 11 | appname="万趣城" 12 | template="tool" 13 | packagename="com.android.WFun.com" 14 | -------------------------------------------------------------------------------- /Windows 93/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["colors"] = { 3 | ["导航栏"] = "#ff990099" ; 4 | ["进度条"] = "#00000000" ; 5 | ["状态栏"] = "#ffffffff" ; 6 | } ; 7 | ["events"] = { 8 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 9 | \ 10 | --接收参数\ 11 | 浏览器对象,网页链接=..." ; 12 | ["程序启动"] = "import 'android.webkit.WebView'\ 13 | webView.addJavascriptInterface({},'JsInterface')\ 14 | \ 15 | import\"android.content.pm.ActivityInfo\"activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR);\ 16 | \ 17 | url2=\"www.windows93.net\"\ 18 | --自定义一个叫url2的函数\ 19 | \ 20 | \ 21 | function saveCookie(url2)--保存cookie\ 22 | perf=this.getSharedPreferences(\"Cookie\",0)\ 23 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 24 | end\ 25 | --定义保存\ 26 | \ 27 | \ 28 | function readCookie(url2)--读取cookie\ 29 | pref=this.getSharedPreferences(\"Cookie\",0)\ 30 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 31 | end\ 32 | --定义读取\ 33 | \ 34 | \ 35 | function removeCookie(url2)--删除cookie\ 36 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 37 | CookieManager.getInstance().setCookie(url2,\"\")\ 38 | CookieManager.getInstance().removeAllCookie()\ 39 | end\ 40 | --定义注销\ 41 | \ 42 | readCookie(url2)\ 43 | \ 44 | function onPause()\ 45 | saveCookie(url2)\ 46 | end\ 47 | \ 48 | function onKeyDown(key,event)\ 49 | if(key==4)then\ 50 | if(webView.canGoBack())then\ 51 | webView.goBack()\ 52 | else\ 53 | saveCookie(url2)\ 54 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 55 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 56 | 退出确认=对话框()\ 57 | .设置标题(\"退出 \"..applabel..\" ?\")\ 58 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 59 | .设置积极按钮(\"退出\",function()退出程序()end)\ 60 | .设置消极按钮(\"取消\")\ 61 | .show()\ 62 | end\ 63 | return true\ 64 | end\ 65 | end\ 66 | --程序启动时执行" ; 67 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 68 | \ 69 | --接收参数\ 70 | 新标题=..." ; 71 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 72 | \ 73 | --接收参数\ 74 | 浏览器对象,网页链接=..." ; 75 | } ; 76 | ["web"] = { 77 | ["启用长按菜单"] = false ; 78 | ["启用进度条"] = false ; 79 | ["浏览器用户标识"] = "默认" ; 80 | ["启动网页"] = "http://www.windows93.net" ; 81 | ["网页沉浸"] = true ; 82 | ["支持打开外部应用"] = true ; 83 | } ; 84 | ["web_control"] = { 85 | [1] = { 86 | ["url"] = "www.coolapk.com" ; 87 | ["js"] = "document.body.style.paddingTop=0" ; 88 | ["remove_element"] = "footer-links,ID(nav-outer),under,navbar-header,footer-record,footer-copyright,navbar navbar-fixed-top header" ; 89 | } ; 90 | } ; 91 | ["switch"] = { 92 | ["显示状态栏"] = false ; 93 | ["启用启动图"] = true ; 94 | ["横屏"] = false ; 95 | } ; 96 | } ; -------------------------------------------------------------------------------- /Windows 93/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Windows 93/icon.png -------------------------------------------------------------------------------- /Windows 93/init.lua: -------------------------------------------------------------------------------- 1 | appname="Windows 93" 2 | appsdk="3" 3 | user_permission={ 4 | [1] = "ACCESS_COARSE_LOCATION" ; 5 | [2] = "ACCESS_FINE_LOCATION" ; 6 | [3] = "ACCESS_NETWORK_STATE" ; 7 | [4] = "ACCESS_WIFI_STATE" ; 8 | [5] = "INTERNET" ; 9 | [6] = "WRITE_EXTERNAL_STORAGE" ; 10 | } ; 11 | packagename="com.android.Windows93" 12 | template="blank" 13 | appcode="4" 14 | appver="0.2.1" 15 | -------------------------------------------------------------------------------- /Windows 93/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/Windows 93/welcome.png -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman -------------------------------------------------------------------------------- /七天网络/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["colors"] = { 3 | ["搜索栏部件"] = "#ff888888" ; 4 | ["搜索栏背景"] = "#ffffffff" ; 5 | ["进度条"] = "#ffffffff" ; 6 | ["侧滑栏背景"] = "#ffffffff" ; 7 | ["悬浮按钮"] = "#ff319663" ; 8 | ["搜索栏提示文字"] = "#80000000" ; 9 | ["顶栏部件"] = "#ffffffff" ; 10 | ["侧滑栏列表文字"] = "#ff333333" ; 11 | ["顶栏部件触摸"] = "#22000000" ; 12 | ["导航栏"] = "#ff1d5a3b" ; 13 | ["侧滑栏列表图标"] = "#ff757575" ; 14 | ["顶栏"] = "#ff319663" ; 15 | ["搜索栏部件触摸"] = "#44000000" ; 16 | ["悬浮按钮图标"] = "#ffffffff" ; 17 | } ; 18 | ["events"] = { 19 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 20 | \ 21 | --接收参数\ 22 | 浏览器对象,网页链接=..." ; 23 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 24 | \ 25 | --接收参数\ 26 | 浏览器对象,网页链接=..." ; 27 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 28 | \ 29 | --接收参数\ 30 | 新标题=..." ; 31 | ["程序启动"] = "import 'android.webkit.WebView'\ 32 | webView.addJavascriptInterface({},'JsInterface')\ 33 | \ 34 | url2=\"student-m.7net.cc\"\ 35 | --自定义一个叫url2的函数\ 36 | \ 37 | \ 38 | function saveCookie(url2)--保存cookie\ 39 | perf=this.getSharedPreferences(\"Cookie\",0)\ 40 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 41 | end\ 42 | --定义保存\ 43 | \ 44 | \ 45 | function readCookie(url2)--读取cookie\ 46 | pref=this.getSharedPreferences(\"Cookie\",0)\ 47 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 48 | end\ 49 | --定义读取\ 50 | \ 51 | \ 52 | function removeCookie(url2)--删除cookie\ 53 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 54 | CookieManager.getInstance().setCookie(url2,\"\")\ 55 | CookieManager.getInstance().removeAllCookie()\ 56 | end\ 57 | --定义注销\ 58 | \ 59 | readCookie(url2)\ 60 | \ 61 | function onPause()\ 62 | saveCookie(url2)\ 63 | end\ 64 | \ 65 | function onKeyDown(key,event)\ 66 | if(key==4)then\ 67 | if(webView.canGoBack())then\ 68 | webView.goBack()\ 69 | else\ 70 | saveCookie(url2)\ 71 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 72 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 73 | 退出确认=对话框()\ 74 | .设置标题(\"退出 \"..applabel..\" ?\")\ 75 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 76 | .设置积极按钮(\"退出\",function()退出程序()end)\ 77 | .设置消极按钮(\"取消\")\ 78 | .show()\ 79 | end\ 80 | return true\ 81 | end\ 82 | end\ 83 | --程序启动时会执行的事件" ; 84 | } ; 85 | ["view_attribute"] = { 86 | ["顶栏高度"] = "56dp" ; 87 | ["搜索栏圆角弧度"] = "2dp" ; 88 | ["侧滑栏宽度"] = "240dp" ; 89 | ["顶栏阴影强度"] = "2dp" ; 90 | ["搜索栏阴影强度"] = "2dp" ; 91 | ["顶栏标题"] = "" ; 92 | } ; 93 | ["sidebar"] = { 94 | ["启用"] = true ; 95 | ["启用顶部图片"] = true ; 96 | ["items"] = { 97 | [1] = { 98 | ["icon"] = "drawable/account_switch.png" ; 99 | ["name"] = "切换账号" ; 100 | ["onClick"] = "加载网页(\"http://www-static.7net.cc/View/MobilePublic/index.aspx\")" ; 101 | } ; 102 | [2] = { 103 | ["icon"] = "drawable/chart_areaspline.png" ; 104 | ["name"] = "成绩分析" ; 105 | ["onClick"] = "加载网页(\"http://student-m.7net.cc/exam\")" ; 106 | } ; 107 | [3] = { 108 | ["icon"] = "drawable/book_open.png" ; 109 | ["name"] = "名校试题" ; 110 | ["onClick"] = "" ; 111 | } ; 112 | [4] = { 113 | ["icon"] = "drawable/bulletin_board.png" ; 114 | ["name"] = "提分课堂" ; 115 | ["onClick"] = "加载网页(\"http://m.qingkeyun.cn/k/fgitvpf5.html?cat=sub\")" ; 116 | } ; 117 | [5] = { 118 | ["icon"] = "drawable/credit_card.png" ; 119 | ["name"] = "交易流水" ; 120 | ["onClick"] = "加载网页(\"http://student-m.7net.cc/Payment/detail\")" ; 121 | } ; 122 | [6] = { 123 | ["icon"] = "drawable/wallet_giftcard.png" ; 124 | ["name"] = "我的优惠券" ; 125 | ["onClick"] = "加载网页(\"http://student-m.7net.cc/coupon\")" ; 126 | } ; 127 | [7] = { 128 | ["icon"] = "drawable/information.png" ; 129 | ["name"] = "关于" ; 130 | ["onClick"] = "对话框()\ 131 | .设置标题(\"关于\")\ 132 | .设置消息(\"使用Fusion App制作。\")\ 133 | .设置积极按钮(\"查看更多\",function()加载网页(\"https://www.coolapk.com/apk/com.android.qitianwangluo \")\ 134 | 显示消息(\"点击了确定\")\ 135 | end)\ 136 | .设置消极按钮(\"知道了\")\ 137 | .显示()" ; 138 | } ; 139 | } ; 140 | } ; 141 | ["toolbar"] = { 142 | ["启用搜索功能"] = false ; 143 | ["icon_btns"] = { 144 | [4] = { 145 | ["icon"] = "account" ; 146 | ["onClick"] = "加载网页(\"http://student-m.7net.cc/myInfo\")" ; 147 | } ; 148 | [1] = { 149 | ["icon"] = "home" ; 150 | ["onClick"] = "加载网页(\"http://student-m.7net.cc/default\")" ; 151 | } ; 152 | [2] = { 153 | ["icon"] = "gift" ; 154 | ["onClick"] = "加载网页(\"http://student-m.7net.cc/activity\")" ; 155 | } ; 156 | [3] = { 157 | ["icon"] = "email" ; 158 | ["onClick"] = "加载网页(\"http://student-m.7net.cc/message\")" ; 159 | } ; 160 | } ; 161 | ["menus"] = { 162 | [2] = { 163 | ["onClick"] = "saveCookie(url2)\ 164 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 165 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 166 | 退出确认=对话框()\ 167 | .设置标题(\"退出 \"..applabel..\" ?\")\ 168 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 169 | .设置积极按钮(\"退出\",function()退出程序()end)\ 170 | .设置消极按钮(\"取消\")\ 171 | .show()" ; 172 | ["name"] = "退出" ; 173 | } ; 174 | [1] = { 175 | ["onClick"] = "removeCookie(url2)\ 176 | 刷新网页()" ; 177 | ["name"] = "注销" ; 178 | } ; 179 | } ; 180 | ["搜索URL"] = "" ; 181 | ["搜索框提示"] = "" ; 182 | ["输入栏模式"] = true ; 183 | } ; 184 | ["web_control"] = { 185 | [1] = { 186 | ["js"] = "document.body.style.marginTop='-30px'" ; 187 | ["remove_element"] = "bottom clearfix toolbar flex-item,foot-content,f-icon home cur,bottom clearfix toolbar flex-item,pullDownLabel,pullDownIcon,back,backbtn,tittop,bottom clearfix toolbar flex-item,f-icon home cur,guanggao,cha-ad,@ID(pullDown),navbar-content" ; 188 | ["url"] = "student-m.7net.cc" ; 189 | } ; 190 | [2] = { 191 | ["js"] = "document.body.style.paddingTop=0" ; 192 | ["remove_element"] = "footer-links,ID(nav-outer),under,navbar-header,footer-record,footer-copyright,navbar navbar-fixed-top header" ; 193 | ["url"] = "www.coolapk.com" ; 194 | } ; 195 | [3] = { 196 | ["js"] = "document.body.style.marginTop='-30px'" ; 197 | ["remove_element"] = "" ; 198 | ["url"] = "student-m.7net.cc/default" ; 199 | } ; 200 | } ; 201 | ["fltBtn"] = { 202 | ["点击事件"] = "刷新网页()\ 203 | --悬浮按钮点击时执行的事件" ; 204 | ["显示"] = true ; 205 | ["图标"] = "" ; 206 | } ; 207 | ["switch"] = { 208 | ["启用启动图"] = true ; 209 | ["显示状态栏"] = true ; 210 | ["横屏"] = false ; 211 | ["支持滑动页面"] = true ; 212 | } ; 213 | ["web"] = { 214 | ["浏览器用户标识"] = "默认" ; 215 | ["启动网页"] = "http://student-m.7net.cc" ; 216 | ["启用进度条"] = true ; 217 | ["启用长按菜单"] = true ; 218 | ["网页沉浸"] = false ; 219 | ["支持打开外部应用"] = true ; 220 | } ; 221 | } ; -------------------------------------------------------------------------------- /七天网络/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/__ic_close.png -------------------------------------------------------------------------------- /七天网络/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/__ic_delete.png -------------------------------------------------------------------------------- /七天网络/drawable/__ic_fltbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/__ic_fltbtn.png -------------------------------------------------------------------------------- /七天网络/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/__ic_menu.png -------------------------------------------------------------------------------- /七天网络/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/__ic_more.png -------------------------------------------------------------------------------- /七天网络/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/__ic_search.png -------------------------------------------------------------------------------- /七天网络/drawable/__sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/__sidebar.png -------------------------------------------------------------------------------- /七天网络/drawable/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/account.png -------------------------------------------------------------------------------- /七天网络/drawable/account_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/account_switch.png -------------------------------------------------------------------------------- /七天网络/drawable/book_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/book_open.png -------------------------------------------------------------------------------- /七天网络/drawable/bulletin_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/bulletin_board.png -------------------------------------------------------------------------------- /七天网络/drawable/chart_areaspline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/chart_areaspline.png -------------------------------------------------------------------------------- /七天网络/drawable/credit_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/credit_card.png -------------------------------------------------------------------------------- /七天网络/drawable/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/email.png -------------------------------------------------------------------------------- /七天网络/drawable/gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/gift.png -------------------------------------------------------------------------------- /七天网络/drawable/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/home.png -------------------------------------------------------------------------------- /七天网络/drawable/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/information.png -------------------------------------------------------------------------------- /七天网络/drawable/magnify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/magnify.png -------------------------------------------------------------------------------- /七天网络/drawable/wallet_giftcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/drawable/wallet_giftcard.png -------------------------------------------------------------------------------- /七天网络/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/icon.png -------------------------------------------------------------------------------- /七天网络/init.lua: -------------------------------------------------------------------------------- 1 | template="tool" 2 | appsdk="6" 3 | packagename="com.android.qitianwangluo" 4 | appname="七天网络" 5 | appcode="5" 6 | appver="0.2.2" 7 | user_permission={ 8 | [1] = "ACCESS_COARSE_LOCATION" ; 9 | [2] = "ACCESS_FINE_LOCATION" ; 10 | [3] = "ACCESS_NETWORK_STATE" ; 11 | [4] = "ACCESS_WIFI_STATE" ; 12 | [5] = "INTERNET" ; 13 | [6] = "WRITE_EXTERNAL_STORAGE" ; 14 | } ; 15 | -------------------------------------------------------------------------------- /七天网络/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/七天网络/welcome.png -------------------------------------------------------------------------------- /智机社区/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["web"] = { 3 | ["启动网页"] = "http://bbs.wfun.com/" ; 4 | ["网页沉浸"] = false ; 5 | ["浏览器用户标识"] = "默认" ; 6 | ["启用进度条"] = true ; 7 | ["支持打开外部应用"] = true ; 8 | ["启用长按菜单"] = true ; 9 | } ; 10 | ["view_attribute"] = { 11 | ["搜索栏阴影强度"] = "2dp" ; 12 | ["侧滑栏宽度"] = "240dp" ; 13 | ["顶栏阴影强度"] = "2dp" ; 14 | ["搜索栏圆角弧度"] = "2dp" ; 15 | ["顶栏高度"] = "56dp" ; 16 | ["顶栏标题"] = "" ; 17 | } ; 18 | ["fltBtn"] = { 19 | ["图标"] = "" ; 20 | ["显示"] = true ; 21 | ["点击事件"] = "--悬浮按钮点击时执行的事件" ; 22 | } ; 23 | ["toolbar"] = { 24 | ["menus"] = { 25 | [1] = { 26 | ["name"] = "退出" ; 27 | ["onClick"] = "退出页面()" ; 28 | } ; 29 | } ; 30 | ["搜索框提示"] = "" ; 31 | ["启用搜索功能"] = true ; 32 | ["搜索URL"] = "http://zhannei.baidu.com/cse/search?q=%s&click=1&s=10760007580198077137&nsid=" ; 33 | ["icon_btns"] = { 34 | [1] = { 35 | ["icon"] = "account" ; 36 | ["onClick"] = "加载网页(\"http://bbs.wfun.com/home.php?mod=space\")" ; 37 | } ; 38 | } ; 39 | ["输入栏模式"] = true ; 40 | } ; 41 | ["sidebar"] = { 42 | ["items"] = { 43 | } ; 44 | ["启用顶部图片"] = false ; 45 | ["启用"] = false ; 46 | } ; 47 | ["switch"] = { 48 | ["启用启动图"] = false ; 49 | ["支持滑动页面"] = true ; 50 | ["显示状态栏"] = true ; 51 | ["横屏"] = false ; 52 | } ; 53 | ["colors"] = { 54 | ["悬浮按钮图标"] = "#ffffffff" ; 55 | ["导航栏"] = "#ff710000" ; 56 | ["侧滑栏列表文字"] = "#ff333333" ; 57 | ["搜索栏部件触摸"] = "#44000000" ; 58 | ["搜索栏背景"] = "#ffffffff" ; 59 | ["搜索栏部件"] = "#ff888888" ; 60 | ["搜索栏提示文字"] = "#80000000" ; 61 | ["侧滑栏背景"] = "#ffffffff" ; 62 | ["侧滑栏列表图标"] = "#ff757575" ; 63 | ["顶栏"] = "#ffbd0003" ; 64 | ["悬浮按钮"] = "#ff616161" ; 65 | ["顶栏部件触摸"] = "#22000000" ; 66 | ["进度条"] = "#00000000" ; 67 | ["顶栏部件"] = "#ffffffff" ; 68 | } ; 69 | ["events"] = { 70 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 71 | \ 72 | --接收参数\ 73 | 新标题=..." ; 74 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 75 | \ 76 | --接收参数\ 77 | 浏览器对象,网页链接=..." ; 78 | ["程序启动"] = "url2=\"bbs.wfun.com\"\ 79 | --自定义一个叫url2的函数\ 80 | \ 81 | \ 82 | function saveCookie(url2)--保存cookie\ 83 | perf=this.getSharedPreferences(\"Cookie\",0)\ 84 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 85 | end\ 86 | --定义保存\ 87 | \ 88 | \ 89 | function readCookie(url2)--读取cookie\ 90 | pref=this.getSharedPreferences(\"Cookie\",0)\ 91 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 92 | end\ 93 | --定义读取\ 94 | \ 95 | \ 96 | function removeCookie(url2)--删除cookie\ 97 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 98 | CookieManager.getInstance().setCookie(url2,\"\")\ 99 | CookieManager.getInstance().removeAllCookie()\ 100 | end\ 101 | --定义注销\ 102 | \ 103 | readCookie(url2)\ 104 | \ 105 | function onPause()\ 106 | saveCookie(url2)\ 107 | end\ 108 | \ 109 | function onKeyDown(key,event)\ 110 | if(key==4)then\ 111 | if(webView.canGoBack())then\ 112 | webView.goBack()\ 113 | else\ 114 | saveCookie(url2)\ 115 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 116 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 117 | 退出确认=对话框()\ 118 | .设置标题(\"退出 \"..applabel..\" ?\")\ 119 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 120 | .设置积极按钮(\"退出\",function()退出程序()end)\ 121 | .设置消极按钮(\"取消\")\ 122 | .show()\ 123 | end\ 124 | return true\ 125 | end\ 126 | end\ 127 | --程序启动时会执行的事件" ; 128 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 129 | \ 130 | --接收参数\ 131 | 浏览器对象,网页链接=..." ; 132 | } ; 133 | ["web_control"] = { 134 | [1] = { 135 | ["js"] = "" ; 136 | ["remove_element"] = "ui-nodisc-icon ui-btn ui-btn-icon-right ui-icon-search ui-btn-icon-notext,ui-nodisc-icon ui-btn ui-btn-icon-right ui-icon-user ui-btn-icon-notext ui-first-child, footer" ; 137 | ["url"] = "bbs.wfun.com" ; 138 | } ; 139 | } ; 140 | } ; -------------------------------------------------------------------------------- /智机社区/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/智机社区/drawable/__ic_close.png -------------------------------------------------------------------------------- /智机社区/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/智机社区/drawable/__ic_delete.png -------------------------------------------------------------------------------- /智机社区/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/智机社区/drawable/__ic_menu.png -------------------------------------------------------------------------------- /智机社区/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/智机社区/drawable/__ic_more.png -------------------------------------------------------------------------------- /智机社区/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/智机社区/drawable/__ic_search.png -------------------------------------------------------------------------------- /智机社区/drawable/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/智机社区/drawable/account.png -------------------------------------------------------------------------------- /智机社区/drawable/account_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/智机社区/drawable/account_check.png -------------------------------------------------------------------------------- /智机社区/drawable/account_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/智机社区/drawable/account_circle.png -------------------------------------------------------------------------------- /智机社区/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/智机社区/icon.png -------------------------------------------------------------------------------- /智机社区/init.lua: -------------------------------------------------------------------------------- 1 | appsdk="1" 2 | template="tool" 3 | appname="智机社区" 4 | user_permission={ 5 | [1] = "ACCESS_COARSE_LOCATION" ; 6 | [2] = "ACCESS_FINE_LOCATION" ; 7 | [3] = "ACCESS_NETWORK_STATE" ; 8 | [4] = "ACCESS_WIFI_STATE" ; 9 | [5] = "INTERNET" ; 10 | [6] = "WRITE_EXTERNAL_STORAGE" ; 11 | } ; 12 | packagename="com.android.wfun" 13 | appver="0.1.0" 14 | appcode="1" 15 | -------------------------------------------------------------------------------- /老D博客/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["switch"] = { 3 | ["启用启动图"] = true ; 4 | ["显示状态栏"] = true ; 5 | ["横屏"] = false ; 6 | ["支持滑动页面"] = false ; 7 | } ; 8 | ["fltBtn"] = { 9 | ["图标"] = "" ; 10 | ["点击事件"] = "加载Js(\"location.reload( );\" )\ 11 | --悬浮按钮点击时执行的事件" ; 12 | ["显示"] = false ; 13 | } ; 14 | ["events"] = { 15 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 16 | \ 17 | --接收参数\ 18 | 浏览器对象,网页链接=..." ; 19 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 20 | \ 21 | --接收参数\ 22 | 浏览器对象,网页链接=..." ; 23 | ["程序启动"] = "url2=\"laod.cn\"\ 24 | --自定义一个叫url2的函数\ 25 | \ 26 | \ 27 | function saveCookie(url2)--保存cookie\ 28 | perf=this.getSharedPreferences(\"Cookie\",0)\ 29 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 30 | end\ 31 | --定义保存\ 32 | \ 33 | \ 34 | function readCookie(url2)--读取cookie\ 35 | pref=this.getSharedPreferences(\"Cookie\",0)\ 36 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 37 | end\ 38 | --定义读取\ 39 | \ 40 | \ 41 | function removeCookie(url2)--删除cookie\ 42 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 43 | CookieManager.getInstance().setCookie(url2,\"\")\ 44 | CookieManager.getInstance().removeAllCookie()\ 45 | end\ 46 | --定义注销\ 47 | \ 48 | readCookie(url2)\ 49 | \ 50 | function onPause()\ 51 | saveCookie(url2)\ 52 | end\ 53 | \ 54 | function onKeyDown(key,event)\ 55 | if(key==4)then\ 56 | if(webView.canGoBack())then\ 57 | webView.goBack()\ 58 | else\ 59 | saveCookie(url2)\ 60 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 61 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 62 | 退出确认=对话框()\ 63 | .设置标题(\"退出 \"..applabel..\" ?\")\ 64 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 65 | .设置积极按钮(\"退出\",function()退出程序()end)\ 66 | .设置消极按钮(\"取消\")\ 67 | .show()\ 68 | end\ 69 | return true\ 70 | end\ 71 | end\ 72 | --程序启动时会执行的事件" ; 73 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 74 | \ 75 | --接收参数\ 76 | 新标题=..." ; 77 | } ; 78 | ["toolbar"] = { 79 | ["menus"] = { 80 | [2] = { 81 | ["name"] = "退出" ; 82 | ["onClick"] = "对话框()\ 83 | .设置标题(\"确定退出?\")\ 84 | .设置积极按钮(\"确定\",function()退出程序()\ 85 | 显示消息(\"点击了确定\")\ 86 | end)\ 87 | .设置消极按钮(\"取消\")\ 88 | .显示()" ; 89 | } ; 90 | [1] = { 91 | ["name"] = "刷新" ; 92 | ["onClick"] = "刷新网页()" ; 93 | } ; 94 | } ; 95 | ["icon_btns"] = { 96 | [2] = { 97 | ["icon"] = "share_variant" ; 98 | ["onClick"] = "分享文本(\"文本内容\")" ; 99 | } ; 100 | [1] = { 101 | ["icon"] = "account" ; 102 | ["onClick"] = "加载网页(\"https://laod.cn/wp-admin/profile.php\")" ; 103 | } ; 104 | } ; 105 | ["搜索框提示"] = "" ; 106 | ["搜索URL"] = "https://laod.cn/?s=%s" ; 107 | ["输入栏模式"] = true ; 108 | ["启用搜索功能"] = true ; 109 | } ; 110 | ["sidebar"] = { 111 | ["启用顶部图片"] = true ; 112 | ["启用"] = true ; 113 | ["items"] = { 114 | [1] = { 115 | ["onClick"] = "加载网页(\"https://laod.cn/\")" ; 116 | ["name"] = "首页" ; 117 | ["icon"] = "drawable/home.png" ; 118 | } ; 119 | [2] = { 120 | ["onClick"] = "加载网页(\"https://laod.cn/hosts/\")" ; 121 | ["name"] = "hosts" ; 122 | ["icon"] = "drawable/file_document.png" ; 123 | } ; 124 | [3] = { 125 | ["onClick"] = "加载网页(\"https://laod.cn/tools/\")" ; 126 | ["name"] = "工具软件" ; 127 | ["icon"] = "drawable/apps.png" ; 128 | } ; 129 | [4] = { 130 | ["onClick"] = "加载网页(\"https://laod.cn/code-audit/\")" ; 131 | ["name"] = "代码审计" ; 132 | ["icon"] = "drawable/checkbox_marked_circle_outline.png" ; 133 | } ; 134 | [5] = { 135 | ["onClick"] = "加载网页(\"https://laod.cn/movie/\")" ; 136 | ["name"] = "电影 美剧" ; 137 | ["icon"] = "drawable/filmstrip.png" ; 138 | } ; 139 | [6] = { 140 | ["onClick"] = "加载网页(\"https://laod.cn/guestbook\")" ; 141 | ["name"] = "留言板" ; 142 | ["icon"] = "drawable/bulletin_board.png" ; 143 | } ; 144 | [7] = { 145 | ["onClick"] = "加载网页(\"https://laod.cn/user-center\")" ; 146 | ["name"] = "用户中心" ; 147 | ["icon"] = "drawable/account.png" ; 148 | } ; 149 | [8] = { 150 | ["onClick"] = "加载网页(\"https://laod.cn/code-audit/#\")" ; 151 | ["name"] = "查看更多" ; 152 | ["icon"] = "drawable/more.png" ; 153 | } ; 154 | [9] = { 155 | ["onClick"] = "加载网页(\"https://laod.cn/about\")" ; 156 | ["name"] = "关于" ; 157 | ["icon"] = "drawable/information.png" ; 158 | } ; 159 | } ; 160 | } ; 161 | ["view_attribute"] = { 162 | ["顶栏阴影强度"] = "2dp" ; 163 | ["顶栏标题"] = "老D博客" ; 164 | ["搜索栏圆角弧度"] = "2dp" ; 165 | ["侧滑栏宽度"] = "240dp" ; 166 | ["顶栏高度"] = "56dp" ; 167 | ["搜索栏阴影强度"] = "2dp" ; 168 | } ; 169 | ["web_control"] = { 170 | [1] = { 171 | ["js"] = "" ; 172 | ["remove_element"] = "textwidget widget-text,@ID(navigation-toggle),widget-title,nav-search,@ID(menu-item-3353),site-info,@ID(menu-box),@ID(top-menu),@ID(masthead),ab-submenu,ab-icon" ; 173 | ["url"] = "laod.cn" ; 174 | } ; 175 | } ; 176 | ["web"] = { 177 | ["网页沉浸"] = false ; 178 | ["启用长按菜单"] = true ; 179 | ["浏览器用户标识"] = "默认" ; 180 | ["启用进度条"] = true ; 181 | ["启动网页"] = "https://laod.cn" ; 182 | ["支持打开外部应用"] = true ; 183 | } ; 184 | ["colors"] = { 185 | ["搜索栏部件"] = "#ff888888" ; 186 | ["搜索栏背景"] = "#ffffffff" ; 187 | ["悬浮按钮"] = "#ff555555" ; 188 | ["搜索栏部件触摸"] = "#44000000" ; 189 | ["进度条"] = "#ff3288d3" ; 190 | ["搜索栏提示文字"] = "#80000000" ; 191 | ["导航栏"] = "#ff8c8c8c" ; 192 | ["顶栏部件"] = "#ff555555" ; 193 | ["侧滑栏背景"] = "#ffffffff" ; 194 | ["悬浮按钮图标"] = "#ffffffff" ; 195 | ["顶栏"] = "#ffe9e9e9" ; 196 | ["侧滑栏列表图标"] = "#ff757575" ; 197 | ["顶栏部件触摸"] = "#22000000" ; 198 | ["侧滑栏列表文字"] = "#ff333333" ; 199 | } ; 200 | } ; -------------------------------------------------------------------------------- /老D博客/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/__ic_close.png -------------------------------------------------------------------------------- /老D博客/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/__ic_delete.png -------------------------------------------------------------------------------- /老D博客/drawable/__ic_fltbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/__ic_fltbtn.png -------------------------------------------------------------------------------- /老D博客/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/__ic_menu.png -------------------------------------------------------------------------------- /老D博客/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/__ic_more.png -------------------------------------------------------------------------------- /老D博客/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/__ic_search.png -------------------------------------------------------------------------------- /老D博客/drawable/__sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/__sidebar.png -------------------------------------------------------------------------------- /老D博客/drawable/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/account.png -------------------------------------------------------------------------------- /老D博客/drawable/apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/apps.png -------------------------------------------------------------------------------- /老D博客/drawable/bulletin_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/bulletin_board.png -------------------------------------------------------------------------------- /老D博客/drawable/checkbox_marked_circle_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/checkbox_marked_circle_outline.png -------------------------------------------------------------------------------- /老D博客/drawable/file_document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/file_document.png -------------------------------------------------------------------------------- /老D博客/drawable/filmstrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/filmstrip.png -------------------------------------------------------------------------------- /老D博客/drawable/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/home.png -------------------------------------------------------------------------------- /老D博客/drawable/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/information.png -------------------------------------------------------------------------------- /老D博客/drawable/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/more.png -------------------------------------------------------------------------------- /老D博客/drawable/share_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/drawable/share_variant.png -------------------------------------------------------------------------------- /老D博客/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/icon.png -------------------------------------------------------------------------------- /老D博客/init.lua: -------------------------------------------------------------------------------- 1 | appname="老D博客" 2 | packagename="com.android.laoDboke" 3 | appver="0.1.0" 4 | appsdk="1" 5 | user_permission={ 6 | [1] = "ACCESS_COARSE_LOCATION" ; 7 | [2] = "ACCESS_FINE_LOCATION" ; 8 | [3] = "ACCESS_NETWORK_STATE" ; 9 | [4] = "ACCESS_WIFI_STATE" ; 10 | [5] = "INTERNET" ; 11 | [6] = "WRITE_EXTERNAL_STORAGE" ; 12 | } ; 13 | template="tool" 14 | appcode="1" 15 | -------------------------------------------------------------------------------- /老D博客/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/老D博客/welcome.png -------------------------------------------------------------------------------- /贴吧Go/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["web_control"] = { 3 | [1] = { 4 | ["remove_element"] = "tag,j_top_bar blue_kit,tab_head tab_index_head j_tab_index_head blue_kit light_tab_head,footer_read,blue_kit blue_kit_light,ui_search j_tab_con_search,footer,addbodybottom,client-blue_bar,appPromote_wrapper,activity-banner,blue_kit blue_kit_top,daoliu,pb_reply_postor_wrap,daoliu-content-wrap,img_desc,list_item_wrapper j_click_stats,ti_item j_click_stats,tl_shadow tl_shadow_new o93c81b39a,panel_bottom,@ID(i_head),blue_kit_outer_w,hongbao_page_pop_back hongbao_page_pop_common,hongbao_background,icon_tieba_more,icon_tieba_logo blue_kit_btn_logo" ; 5 | ["url"] = "tieba.baidu.com" ; 6 | ["js"] = "document.getElementsByClassName(\"expand-all\")[0].click()" ; 7 | } ; 8 | [2] = { 9 | ["remove_element"] = "pass-header,pass-header-title" ; 10 | ["url"] = "wappass.baidu.com" ; 11 | ["js"] = "" ; 12 | } ; 13 | [3] = { 14 | ["remove_element"] = "footer-links,ID(nav-outer),under,navbar-header,footer-record,footer-copyright,navbar navbar-fixed-top header" ; 15 | ["url"] = "www.coolapk.com" ; 16 | ["js"] = "" ; 17 | } ; 18 | } ; 19 | ["view_attribute"] = { 20 | ["顶栏高度"] = "56dp" ; 21 | ["搜索栏圆角弧度"] = "2dp" ; 22 | ["顶栏标题"] = "" ; 23 | ["搜索栏阴影强度"] = "2dp" ; 24 | ["侧滑栏宽度"] = "240dp" ; 25 | ["顶栏阴影强度"] = "2dp" ; 26 | } ; 27 | ["events"] = { 28 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 29 | \ 30 | --接收参数\ 31 | 新标题=..." ; 32 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 33 | \ 34 | --接收参数\ 35 | 浏览器对象,网页链接=..." ; 36 | ["程序启动"] = "url2=\"tieba.fooor.cn\"\ 37 | --自定义一个叫url2的函数\ 38 | \ 39 | \ 40 | function saveCookie(url2)--保存cookie\ 41 | perf=this.getSharedPreferences(\"Cookie\",0)\ 42 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 43 | end\ 44 | --定义保存\ 45 | \ 46 | \ 47 | function readCookie(url2)--读取cookie\ 48 | pref=this.getSharedPreferences(\"Cookie\",0)\ 49 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 50 | end\ 51 | --定义读取\ 52 | \ 53 | \ 54 | function removeCookie(url2)--删除cookie\ 55 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 56 | CookieManager.getInstance().setCookie(url2,\"\")\ 57 | CookieManager.getInstance().removeAllCookie()\ 58 | end\ 59 | --定义注销\ 60 | \ 61 | readCookie(url2)\ 62 | \ 63 | function onPause()\ 64 | saveCookie(url2)\ 65 | end\ 66 | \ 67 | function onKeyDown(key,event)\ 68 | if(key==4)then\ 69 | if(webView.canGoBack())then\ 70 | webView.goBack()\ 71 | else\ 72 | saveCookie(url2)\ 73 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 74 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 75 | 退出确认=对话框()\ 76 | .设置标题(\"退出 \"..applabel..\" ?\")\ 77 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 78 | .设置积极按钮(\"退出\",function()退出程序()end)\ 79 | .设置消极按钮(\"取消\")\ 80 | .show()\ 81 | end\ 82 | return true\ 83 | end\ 84 | end\ 85 | \ 86 | 泡沫对话框(92)\ 87 | .设置标题(\"登录\")\ 88 | .设置消息(\"登录百度账号(登录或切换账号请前往侧边栏 > 切换账号)\")\ 89 | .设置积极按钮(\"现在登录\",function()加载网页(\"https://wappass.baidu.com/passport/?login&tpl=wimn&subpro=wimn®type=1&u=https%3A%2F%2Ftieba.baidu.com%23logined\")\ 90 | 显示消息(\"点击了确定\")\ 91 | end)\ 92 | .设置消极按钮(\"先逛逛,稍后再登\")\ 93 | .显示()\ 94 | --程序启动时会执行的事件" ; 95 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 96 | \ 97 | --接收参数\ 98 | 浏览器对象,网页链接=..." ; 99 | } ; 100 | ["fltBtn"] = { 101 | ["图标"] = "" ; 102 | ["显示"] = true ; 103 | ["点击事件"] = "刷新网页()\ 104 | --悬浮按钮点击时执行的事件" ; 105 | } ; 106 | ["sidebar"] = { 107 | ["启用"] = true ; 108 | ["items"] = { 109 | [1] = { 110 | ["icon"] = "drawable/view_list.png" ; 111 | ["name"] = "吧分类" ; 112 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/mo/q/catalog?tn=level1&st_type=catalog_level1_all\")" ; 113 | } ; 114 | [2] = { 115 | ["icon"] = "drawable/fire.png" ; 116 | ["name"] = "吧友热议" ; 117 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/mo/q/hotMessage/list\")" ; 118 | } ; 119 | [3] = { 120 | ["icon"] = "drawable/star.png" ; 121 | ["name"] = "我的收藏" ; 122 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/home/collect?st_type=source&st_param=index\")" ; 123 | } ; 124 | [4] = { 125 | ["icon"] = "drawable/pencil.png" ; 126 | ["name"] = "贴吧云签" ; 127 | ["onClick"] = "进入子页面(\"贴吧云签到\")" ; 128 | } ; 129 | [5] = { 130 | ["icon"] = "drawable/account_switch.png" ; 131 | ["name"] = "切换账号" ; 132 | ["onClick"] = "加载网页(\"https://wappass.baidu.com/passport/?login&tpl=wimn&subpro=wimn®type=1&u=https%3A%2F%2Ftieba.baidu.com%23logined\")" ; 133 | } ; 134 | [6] = { 135 | ["icon"] = "drawable/share_variant.png" ; 136 | ["name"] = "分享应用" ; 137 | ["onClick"] = "弹出消息(\"还没有😙\")" ; 138 | } ; 139 | [7] = { 140 | ["icon"] = "drawable/information.png" ; 141 | ["name"] = "关于" ; 142 | ["onClick"] = "对话框()\ 143 | .设置标题(\"关于\")\ 144 | .设置消息(\"使用FA制作。\")\ 145 | .设置积极按钮(\"查看更多\",function()弹出消息(\"还没有😂\")\ 146 | 显示消息(\"点击了确定\")\ 147 | end)\ 148 | .设置消极按钮(\"知道了\")\ 149 | .显示()" ; 150 | } ; 151 | } ; 152 | ["启用顶部图片"] = true ; 153 | } ; 154 | ["global_js"] = "" ; 155 | ["switch"] = { 156 | ["支持滑动页面"] = true ; 157 | ["横屏"] = false ; 158 | ["显示状态栏"] = true ; 159 | ["启用启动图"] = false ; 160 | } ; 161 | ["web"] = { 162 | ["启用进度条"] = true ; 163 | ["启动网页"] = "https://tieba.baidu.com" ; 164 | ["支持打开外部应用"] = false ; 165 | ["浏览器用户标识"] = "默认" ; 166 | ["启用长按菜单"] = true ; 167 | ["网页沉浸"] = false ; 168 | } ; 169 | ["colors"] = { 170 | ["进度条"] = "#00000000" ; 171 | ["顶栏部件触摸"] = "#22ffffff" ; 172 | ["顶栏部件"] = "#ffffffff" ; 173 | ["悬浮按钮"] = "#ff242842" ; 174 | ["悬浮按钮图标"] = "#ffffffff" ; 175 | ["顶栏"] = "#ff262b42" ; 176 | ["搜索栏部件触摸"] = "#44000000" ; 177 | ["搜索栏提示文字"] = "#80000000" ; 178 | ["导航栏"] = "#ff141828" ; 179 | ["搜索栏部件"] = "#ff888888" ; 180 | ["搜索栏背景"] = "#ffffffff" ; 181 | ["侧滑栏背景"] = "#ffffffff" ; 182 | ["侧滑栏列表文字"] = "#ff333333" ; 183 | ["侧滑栏列表图标"] = "#ff757575" ; 184 | } ; 185 | ["toolbar"] = { 186 | ["搜索URL"] = "https://tieba.baidu.com/mo/q/m?word=%s&tn6=bdISP&tn4=bdKSW&tn7=bdPSB&lm=16842752&lp=6093&sub4=%E8%BF%9B%E5%90%A7" ; 187 | ["启用搜索功能"] = true ; 188 | ["menus"] = { 189 | [1] = { 190 | ["name"] = "高级搜索" ; 191 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/mo/q/searchpage?page=index\")" ; 192 | } ; 193 | [2] = { 194 | ["name"] = "我的提醒" ; 195 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/mo/q/msg\")" ; 196 | } ; 197 | [3] = { 198 | ["name"] = "返回顶部" ; 199 | ["onClick"] = "返回网页顶部()" ; 200 | } ; 201 | [4] = { 202 | ["name"] = "退出登录" ; 203 | ["onClick"] = "removeCookie(url2)\ 204 | 刷新网页()" ; 205 | } ; 206 | [5] = { 207 | ["name"] = "退出应用" ; 208 | ["onClick"] = "saveCookie(url2)\ 209 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 210 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 211 | 退出确认=对话框()\ 212 | .设置标题(\"退出 \"..applabel..\" ?\")\ 213 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 214 | .设置积极按钮(\"退出\",function()退出程序()end)\ 215 | .设置消极按钮(\"取消\")\ 216 | .show()" ; 217 | } ; 218 | } ; 219 | ["icon_btns"] = { 220 | [4] = { 221 | ["icon"] = "account" ; 222 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/?page=user\")" ; 223 | } ; 224 | [1] = { 225 | ["icon"] = "home" ; 226 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/?page=like\")" ; 227 | } ; 228 | [2] = { 229 | ["icon"] = "eye" ; 230 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/?page=selected\")" ; 231 | } ; 232 | [3] = { 233 | ["icon"] = "apple_safari" ; 234 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/?page=discovery\")" ; 235 | } ; 236 | } ; 237 | ["搜索框提示"] = "进吧" ; 238 | ["输入栏模式"] = true ; 239 | } ; 240 | } ; -------------------------------------------------------------------------------- /贴吧Go/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/__ic_close.png -------------------------------------------------------------------------------- /贴吧Go/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/__ic_delete.png -------------------------------------------------------------------------------- /贴吧Go/drawable/__ic_fltbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/__ic_fltbtn.png -------------------------------------------------------------------------------- /贴吧Go/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/__ic_menu.png -------------------------------------------------------------------------------- /贴吧Go/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/__ic_more.png -------------------------------------------------------------------------------- /贴吧Go/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/__ic_search.png -------------------------------------------------------------------------------- /贴吧Go/drawable/__sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/__sidebar.png -------------------------------------------------------------------------------- /贴吧Go/drawable/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/account.png -------------------------------------------------------------------------------- /贴吧Go/drawable/account_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/account_check.png -------------------------------------------------------------------------------- /贴吧Go/drawable/account_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/account_switch.png -------------------------------------------------------------------------------- /贴吧Go/drawable/apple_safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/apple_safari.png -------------------------------------------------------------------------------- /贴吧Go/drawable/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/eye.png -------------------------------------------------------------------------------- /贴吧Go/drawable/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/fire.png -------------------------------------------------------------------------------- /贴吧Go/drawable/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/home.png -------------------------------------------------------------------------------- /贴吧Go/drawable/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/information.png -------------------------------------------------------------------------------- /贴吧Go/drawable/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/pencil.png -------------------------------------------------------------------------------- /贴吧Go/drawable/share_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/share_variant.png -------------------------------------------------------------------------------- /贴吧Go/drawable/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/star.png -------------------------------------------------------------------------------- /贴吧Go/drawable/view_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/drawable/view_list.png -------------------------------------------------------------------------------- /贴吧Go/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/icon.png -------------------------------------------------------------------------------- /贴吧Go/init.lua: -------------------------------------------------------------------------------- 1 | user_permission={ 2 | [1] = "ACCESS_COARSE_LOCATION" ; 3 | [2] = "ACCESS_FINE_LOCATION" ; 4 | [3] = "ACCESS_NETWORK_STATE" ; 5 | [4] = "ACCESS_WIFI_STATE" ; 6 | [5] = "INTERNET" ; 7 | [6] = "WRITE_EXTERNAL_STORAGE" ; 8 | } ; 9 | appname="贴吧 Go" 10 | packagename="com.android.TiebaGo" 11 | appver="0.2.1" 12 | appcode="3" 13 | template="tool" 14 | -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["view_attribute"] = { 3 | ["搜索栏阴影强度"] = "2dp" ; 4 | ["侧滑栏宽度"] = "240dp" ; 5 | ["顶栏阴影强度"] = "2dp" ; 6 | ["搜索栏圆角弧度"] = "2dp" ; 7 | ["顶栏标题"] = "贴吧云签到" ; 8 | ["顶栏高度"] = "56dp" ; 9 | } ; 10 | ["colors"] = { 11 | ["进度条"] = "#00000000" ; 12 | ["顶栏部件"] = "#ffffffff" ; 13 | ["搜索栏部件触摸"] = "#44000000" ; 14 | ["搜索栏部件"] = "#ff888888" ; 15 | ["搜索栏提示文字"] = "#80000000" ; 16 | ["悬浮按钮"] = "#ff009688" ; 17 | ["侧滑栏列表文字"] = "#ff333333" ; 18 | ["导航栏"] = "#ff005a54" ; 19 | ["顶栏部件触摸"] = "#22000000" ; 20 | ["顶栏"] = "#ff009688" ; 21 | ["侧滑栏背景"] = "#ffffffff" ; 22 | ["搜索栏背景"] = "#ffffffff" ; 23 | ["悬浮按钮图标"] = "#ffffffff" ; 24 | ["侧滑栏列表图标"] = "#ff757575" ; 25 | } ; 26 | ["web"] = { 27 | ["启用进度条"] = true ; 28 | ["网页沉浸"] = false ; 29 | ["浏览器用户标识"] = "默认" ; 30 | ["支持打开外部应用"] = true ; 31 | ["启用长按菜单"] = true ; 32 | ["启动网页"] = "http://tieba.fooor.cn" ; 33 | } ; 34 | ["global_js"] = "" ; 35 | ["events"] = { 36 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 37 | \ 38 | --接收参数\ 39 | 浏览器对象,网页链接=..." ; 40 | ["程序启动"] = "url2=\"tieba.fooor.cn\"\ 41 | --自定义一个叫url2的函数\ 42 | \ 43 | \ 44 | function saveCookie(url2)--保存cookie\ 45 | perf=this.getSharedPreferences(\"Cookie\",0)\ 46 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 47 | end\ 48 | --定义保存\ 49 | \ 50 | \ 51 | function readCookie(url2)--读取cookie\ 52 | pref=this.getSharedPreferences(\"Cookie\",0)\ 53 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 54 | end\ 55 | --定义读取\ 56 | \ 57 | \ 58 | function removeCookie(url2)--删除cookie\ 59 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 60 | CookieManager.getInstance().setCookie(url2,\"\")\ 61 | CookieManager.getInstance().removeAllCookie()\ 62 | end\ 63 | --定义注销\ 64 | \ 65 | readCookie(url2)\ 66 | \ 67 | function onPause()\ 68 | saveCookie(url2)\ 69 | end\ 70 | \ 71 | function onKeyDown(key,event)\ 72 | if(key==4)then\ 73 | if(webView.canGoBack())then\ 74 | webView.goBack()\ 75 | else\ 76 | saveCookie(url2)\ 77 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 78 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 79 | 退出确认=对话框()\ 80 | .设置标题(\"返回 \"..applabel..\" ?\")\ 81 | .设置消息(\"您正在返回 \"..applabel..\" ,请确认\")\ 82 | .设置积极按钮(\"返回\",function()退出程序()end)\ 83 | .设置消极按钮(\"取消\")\ 84 | .show()\ 85 | end\ 86 | return true\ 87 | end\ 88 | end\ 89 | --程序启动时会执行的事件" ; 90 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 91 | \ 92 | --接收参数\ 93 | 浏览器对象,网页链接=..." ; 94 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 95 | \ 96 | --接收参数\ 97 | 新标题=..." ; 98 | } ; 99 | ["web_control"] = { 100 | [1] = { 101 | ["url"] = "http://tieba.fooor.cn/index.php?mod=login" ; 102 | ["remove_element"] = "navbar-brand,navbar-toggle,navbar-header,navbar navbar-default" ; 103 | ["js"] = "" ; 104 | } ; 105 | [2] = { 106 | ["url"] = "tieba.fooor.cn" ; 107 | ["remove_element"] = "navbar-brand,navbar-toggle,navbar-header,navbar navbar-default" ; 108 | ["js"] = "" ; 109 | } ; 110 | [3] = { 111 | ["url"] = "www.coolapk.com" ; 112 | ["remove_element"] = "footer-links,ID(nav-outer),under,navbar-header,footer-record,footer-copyright,navbar navbar-fixed-top header" ; 113 | ["js"] = "document.body.style.paddingTop=0" ; 114 | } ; 115 | } ; 116 | ["sidebar"] = { 117 | ["启用顶部图片"] = true ; 118 | ["启用"] = true ; 119 | ["items"] = { 120 | [1] = { 121 | ["icon"] = "drawable/home.png" ; 122 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php\")" ; 123 | ["name"] = "首页" ; 124 | } ; 125 | [2] = { 126 | ["icon"] = "drawable/account.png" ; 127 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?mod=set\")" ; 128 | ["name"] = "个人设置" ; 129 | } ; 130 | [3] = { 131 | ["icon"] = "drawable/link_variant.png" ; 132 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?mod=baiduid\")" ; 133 | ["name"] = "百度账号管理" ; 134 | } ; 135 | [4] = { 136 | ["icon"] = "drawable/calendar.png" ; 137 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?mod=showtb\")" ; 138 | ["name"] = "云签到设置和日志" ; 139 | } ; 140 | [5] = { 141 | ["icon"] = "drawable/help_circle.png" ; 142 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?plugin=dl_pages&page=dl_pages_one\")" ; 143 | ["name"] = "使用帮助" ; 144 | } ; 145 | [6] = { 146 | ["icon"] = "drawable/alert_circle.png" ; 147 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?plugin=mok_bduss\")" ; 148 | ["name"] = "Bduss有效性检测" ; 149 | } ; 150 | [7] = { 151 | ["icon"] = "drawable/cloud.png" ; 152 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?plugin=wmzz_post\")" ; 153 | ["name"] = "帖子云灌水" ; 154 | } ; 155 | [8] = { 156 | ["icon"] = "drawable/share_variant.png" ; 157 | ["onClick"] = "分享文本(\"分享 贴吧云签到: 分享自@酷安网 https://www.coolapk.com/apk/com.android.tiebayunqiandao \")" ; 158 | ["name"] = "分享应用" ; 159 | } ; 160 | [9] = { 161 | ["icon"] = "drawable/library_books.png" ; 162 | ["onClick"] = "对话框()\ 163 | .设置标题(\"关于\")\ 164 | .设置消息(\"使用Fusion App制作。\")\ 165 | .设置积极按钮(\"查看更多\",function()加载网页(\"https://www.coolapk.com/apk/com.android.tiebayunqiandao\")\ 166 | 显示消息(\"点击了确定\")\ 167 | end)\ 168 | .设置消极按钮(\"知道了\")\ 169 | .显示()" ; 170 | ["name"] = "关于" ; 171 | } ; 172 | } ; 173 | } ; 174 | ["fltBtn"] = { 175 | ["点击事件"] = "刷新网页()\ 176 | --悬浮按钮点击时执行的事件" ; 177 | ["图标"] = "" ; 178 | ["显示"] = true ; 179 | } ; 180 | ["switch"] = { 181 | ["横屏"] = false ; 182 | ["支持滑动页面"] = true ; 183 | ["启用启动图"] = true ; 184 | ["显示状态栏"] = true ; 185 | } ; 186 | ["toolbar"] = { 187 | ["搜索框提示"] = "" ; 188 | ["icon_btns"] = { 189 | } ; 190 | ["menus"] = { 191 | [4] = { 192 | ["onClick"] = "saveCookie(url2)\ 193 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 194 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 195 | 退出确认=对话框()\ 196 | .设置标题(\"返回 \"..applabel..\" ?\")\ 197 | .设置消息(\"您正在返回 \"..applabel..\" ,请确认\")\ 198 | .设置积极按钮(\"返回\",function()退出程序()end)\ 199 | .设置消极按钮(\"取消\")\ 200 | .show()" ; 201 | ["name"] = "返回贴吧 Go" ; 202 | } ; 203 | [1] = { 204 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?mod=reg\")" ; 205 | ["name"] = "注册" ; 206 | } ; 207 | [2] = { 208 | ["onClick"] = "removeCookie(url2)\ 209 | 刷新网页()" ; 210 | ["name"] = "注销" ; 211 | } ; 212 | [3] = { 213 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?pub_plugin=fyy_newlogin\")" ; 214 | ["name"] = "花式登录" ; 215 | } ; 216 | } ; 217 | ["搜索URL"] = "" ; 218 | ["输入栏模式"] = false ; 219 | ["启用搜索功能"] = false ; 220 | } ; 221 | } ; -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/__ic_close.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/__ic_delete.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/__ic_fltbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/__ic_fltbtn.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/__ic_menu.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/__ic_more.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/__ic_search.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/__sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/__sidebar.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/account.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/alert_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/alert_circle.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/calendar.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/cloud.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/help_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/help_circle.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/home.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/library_books.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/library_books.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/link_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/link_variant.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/share.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/drawable/share_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/sub/1521978414/drawable/share_variant.png -------------------------------------------------------------------------------- /贴吧Go/sub/1521978414/init.lua: -------------------------------------------------------------------------------- 1 | name="贴吧云签到" 2 | template="tool" 3 | -------------------------------------------------------------------------------- /贴吧Go/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧Go/welcome.png -------------------------------------------------------------------------------- /贴吧云签到/Copyright Notice.txt: -------------------------------------------------------------------------------- 1 | 禁止任何形式将这里开源的代码修改后再次闭源。 2 | (fa打包时自动编译除外) 3 | 禁止任何形式将这里的代码用于获取利益。 4 | 禁止在分享工程中删除此版权说明文件 5 | 修改后的代码也需要附带此说明文件 6 | 7 | 8 | 作者--LuXts 9 | 10 | 让更多人享受代码的乐趣。 -------------------------------------------------------------------------------- /贴吧云签到/about/about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 关于 4 | 5 | 58 | 59 | 60 | 63 |
64 | 更优雅的浏览体验 65 |
66 | 67 |
68 |
69 |
70 | 71 |
版本
72 |
0.2.x
73 |
74 |
75 | 76 |
77 |
78 |
79 | 80 |
作者
81 |
酷安 @where
82 |
83 |
84 | 85 |
86 |
87 |
88 | 89 |
介绍页面设计
90 |
酷安 @LuXts
91 |
92 |
93 | 94 | 95 | 96 | -------------------------------------------------------------------------------- /贴吧云签到/about/about.html.bak: -------------------------------------------------------------------------------- 1 | 2 | 3 | 关于 4 | 5 | 58 | 59 | 60 | 63 |
64 | 更优雅的浏览体验 65 |
66 | 67 |
68 |
69 |
70 | 71 |
版本
72 |
1.5
73 |
74 |
75 | 76 |
77 |
78 |
79 | 80 |
作者
81 |
酷安 @where
82 |
83 |
84 | 85 |
86 |
87 |
88 | 89 |
介绍页面设计
90 |
酷安 @LuXts
91 |
92 |
93 | 94 | 95 | 96 | -------------------------------------------------------------------------------- /贴吧云签到/about/images/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/about/images/1.gif -------------------------------------------------------------------------------- /贴吧云签到/about/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/about/images/logo.png -------------------------------------------------------------------------------- /贴吧云签到/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["fltBtn"] = { 3 | ["图标"] = "" ; 4 | ["点击事件"] = "刷新网页()\ 5 | --悬浮按钮点击时执行的事件" ; 6 | ["显示"] = true ; 7 | } ; 8 | ["toolbar"] = { 9 | ["menus"] = { 10 | [4] = { 11 | ["name"] = "退出" ; 12 | ["onClick"] = "saveCookie(url2)\ 13 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 14 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 15 | 退出确认=对话框()\ 16 | .设置标题(\"退出 \"..applabel..\" ?\")\ 17 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 18 | .设置积极按钮(\"退出\",function()退出程序()end)\ 19 | .设置消极按钮(\"取消\")\ 20 | .show()" ; 21 | } ; 22 | [1] = { 23 | ["name"] = "花式登录" ; 24 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?pub_plugin=fyy_newlogin\")" ; 25 | } ; 26 | [2] = { 27 | ["name"] = "注册" ; 28 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?mod=reg\")" ; 29 | } ; 30 | [3] = { 31 | ["name"] = "注销" ; 32 | ["onClick"] = "removeCookie(url2)\ 33 | 刷新网页()" ; 34 | } ; 35 | } ; 36 | ["搜索URL"] = "" ; 37 | ["icon_btns"] = { 38 | } ; 39 | ["输入栏模式"] = false ; 40 | ["搜索框提示"] = "" ; 41 | ["启用搜索功能"] = false ; 42 | } ; 43 | ["colors"] = { 44 | ["悬浮按钮"] = "#ff009688" ; 45 | ["顶栏部件触摸"] = "#22000000" ; 46 | ["搜索栏部件触摸"] = "#44000000" ; 47 | ["进度条"] = "#00000000" ; 48 | ["导航栏"] = "#ff005a54" ; 49 | ["搜索栏部件"] = "#ff888888" ; 50 | ["侧滑栏列表文字"] = "#ff333333" ; 51 | ["顶栏部件"] = "#ffffffff" ; 52 | ["悬浮按钮图标"] = "#ffffffff" ; 53 | ["搜索栏提示文字"] = "#80000000" ; 54 | ["侧滑栏列表图标"] = "#ff757575" ; 55 | ["侧滑栏背景"] = "#ffffffff" ; 56 | ["顶栏"] = "#ff009688" ; 57 | ["搜索栏背景"] = "#ffffffff" ; 58 | } ; 59 | ["view_attribute"] = { 60 | ["顶栏高度"] = "56dp" ; 61 | ["顶栏阴影强度"] = "2dp" ; 62 | ["侧滑栏宽度"] = "240dp" ; 63 | ["搜索栏阴影强度"] = "2dp" ; 64 | ["搜索栏圆角弧度"] = "2dp" ; 65 | ["顶栏标题"] = "贴吧云签到" ; 66 | } ; 67 | ["sidebar"] = { 68 | ["items"] = { 69 | [1] = { 70 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php\")" ; 71 | ["name"] = "首页" ; 72 | ["icon"] = "drawable/home.png" ; 73 | } ; 74 | [2] = { 75 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?mod=set\")" ; 76 | ["name"] = "个人设置" ; 77 | ["icon"] = "drawable/account.png" ; 78 | } ; 79 | [3] = { 80 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?mod=baiduid\")" ; 81 | ["name"] = "百度账号管理" ; 82 | ["icon"] = "drawable/link_variant.png" ; 83 | } ; 84 | [4] = { 85 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?mod=showtb\")" ; 86 | ["name"] = "云签到设置和日志" ; 87 | ["icon"] = "drawable/calendar.png" ; 88 | } ; 89 | [5] = { 90 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?plugin=dl_pages&page=dl_pages_one\")" ; 91 | ["name"] = "使用帮助" ; 92 | ["icon"] = "drawable/help_circle.png" ; 93 | } ; 94 | [6] = { 95 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?plugin=mok_bduss\")" ; 96 | ["name"] = "Bduss有效性检测" ; 97 | ["icon"] = "drawable/alert_circle.png" ; 98 | } ; 99 | [7] = { 100 | ["onClick"] = "加载网页(\"http://tieba.fooor.cn/index.php?plugin=wmzz_post\")" ; 101 | ["name"] = "帖子云灌水" ; 102 | ["icon"] = "drawable/cloud.png" ; 103 | } ; 104 | [8] = { 105 | ["onClick"] = "分享文本(\"分享 贴吧云签到: 分享自@酷安网 https://www.coolapk.com/apk/com.android.tiebayunqiandao \")" ; 106 | ["name"] = "分享应用" ; 107 | ["icon"] = "drawable/share_variant.png" ; 108 | } ; 109 | [9] = { 110 | ["onClick"] = "--对话框()\ 111 | --.设置标题(\"关于\")\ 112 | --.设置消息(\"使用Fusion App制作。\")\ 113 | --.设置积极按钮(\"查看更多\",function()加载网页(\"https://www.coolapk.com/apk/com.android.tiebayunqiandao\")\ 114 | -- 显示消息(\"点击了确定\")\ 115 | --end)\ 116 | --.设置消极按钮(\"知道了\")\ 117 | --.显示()\ 118 | --加载网页(\"file:///android_asset/about/about.html\")\ 119 | 进入子页面(\"关于\")" ; 120 | ["name"] = "关于" ; 121 | ["icon"] = "drawable/library_books.png" ; 122 | } ; 123 | } ; 124 | ["启用"] = true ; 125 | ["启用顶部图片"] = true ; 126 | } ; 127 | ["events"] = { 128 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 129 | \ 130 | --接收参数\ 131 | 新标题=..." ; 132 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 133 | \ 134 | --接收参数\ 135 | 浏览器对象,网页链接=..." ; 136 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 137 | \ 138 | --接收参数\ 139 | 浏览器对象,网页链接=..." ; 140 | ["程序启动"] = "import 'android.webkit.WebView'\ 141 | webView.addJavascriptInterface({},'JsInterface')\ 142 | \ 143 | url2=\"tieba.fooor.cn\"\ 144 | --自定义一个叫url2的函数\ 145 | \ 146 | \ 147 | function saveCookie(url2)--保存cookie\ 148 | perf=this.getSharedPreferences(\"Cookie\",0)\ 149 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 150 | end\ 151 | --定义保存\ 152 | \ 153 | \ 154 | function readCookie(url2)--读取cookie\ 155 | pref=this.getSharedPreferences(\"Cookie\",0)\ 156 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 157 | end\ 158 | --定义读取\ 159 | \ 160 | \ 161 | function removeCookie(url2)--删除cookie\ 162 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 163 | CookieManager.getInstance().setCookie(url2,\"\")\ 164 | CookieManager.getInstance().removeAllCookie()\ 165 | end\ 166 | --定义注销\ 167 | \ 168 | readCookie(url2)\ 169 | \ 170 | function onPause()\ 171 | saveCookie(url2)\ 172 | end\ 173 | \ 174 | function onKeyDown(key,event)\ 175 | if(key==4)then\ 176 | if(webView.canGoBack())then\ 177 | webView.goBack()\ 178 | else\ 179 | saveCookie(url2)\ 180 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 181 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 182 | 退出确认=对话框()\ 183 | .设置标题(\"退出 \"..applabel..\" ?\")\ 184 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 185 | .设置积极按钮(\"退出\",function()退出程序()end)\ 186 | .设置消极按钮(\"取消\")\ 187 | .show()\ 188 | end\ 189 | return true\ 190 | end\ 191 | end\ 192 | --程序启动时会执行的事件\ 193 | function getData(name,key)\ 194 | local data=this.getApplicationContext().getSharedPreferences(name,0).getString(key,nil)--325-5273-2\ 195 | return data\ 196 | end\ 197 | \ 198 | function putData(name,key,value)\ 199 | this.getApplicationContext().getSharedPreferences(name,0).edit().putString(key,value).apply()--3255-2732\ 200 | return true\ 201 | end\ 202 | if not getData(\"welcome\",\"启动过了咩\") then\ 203 | putData(\"welcome\",\"启动过了咩\",\"启动过了\")\ 204 | activity.newActivity('welcome.lua')\ 205 | end\ 206 | " ; 207 | } ; 208 | ["web_control"] = { 209 | [1] = { 210 | ["remove_element"] = "navbar-brand,navbar-toggle,navbar-header,navbar navbar-default" ; 211 | ["url"] = "http://tieba.fooor.cn/index.php?mod=login" ; 212 | ["js"] = "" ; 213 | } ; 214 | [2] = { 215 | ["remove_element"] = "navbar-brand,navbar-toggle,navbar-header,navbar navbar-default" ; 216 | ["url"] = "tieba.fooor.cn" ; 217 | ["js"] = "" ; 218 | } ; 219 | [3] = { 220 | ["remove_element"] = "footer-links,ID(nav-outer),under,navbar-header,footer-record,footer-copyright,navbar navbar-fixed-top header" ; 221 | ["url"] = "www.coolapk.com" ; 222 | ["js"] = "document.body.style.paddingTop=0" ; 223 | } ; 224 | } ; 225 | ["switch"] = { 226 | ["显示状态栏"] = true ; 227 | ["支持滑动页面"] = true ; 228 | ["启用启动图"] = true ; 229 | ["横屏"] = false ; 230 | } ; 231 | ["global_js"] = "" ; 232 | ["web"] = { 233 | ["网页沉浸"] = false ; 234 | ["启用进度条"] = true ; 235 | ["浏览器用户标识"] = "默认" ; 236 | ["支持打开外部应用"] = true ; 237 | ["启动网页"] = "http://tieba.fooor.cn/index.php" ; 238 | ["启用长按菜单"] = true ; 239 | } ; 240 | } ; -------------------------------------------------------------------------------- /贴吧云签到/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/__ic_close.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/__ic_delete.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/__ic_fltbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/__ic_fltbtn.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/__ic_menu.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/__ic_more.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/__ic_search.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/__sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/__sidebar.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/account.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/alert_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/alert_circle.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/calendar.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/cloud.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/help_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/help_circle.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/home.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/library_books.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/library_books.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/link_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/link_variant.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/share.png -------------------------------------------------------------------------------- /贴吧云签到/drawable/share_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/drawable/share_variant.png -------------------------------------------------------------------------------- /贴吧云签到/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/icon.png -------------------------------------------------------------------------------- /贴吧云签到/init.lua: -------------------------------------------------------------------------------- 1 | user_permission={ 2 | [1] = "ACCESS_COARSE_LOCATION" ; 3 | [2] = "ACCESS_FINE_LOCATION" ; 4 | [3] = "ACCESS_NETWORK_STATE" ; 5 | [4] = "ACCESS_WIFI_STATE" ; 6 | [5] = "INTERNET" ; 7 | [6] = "WRITE_EXTERNAL_STORAGE" ; 8 | } ; 9 | packagename="com.android.tiebayunqiandao" 10 | appver="0.2.6" 11 | template="tool" 12 | appsdk="1" 13 | appname="贴吧云签到" 14 | appcode="10" 15 | -------------------------------------------------------------------------------- /贴吧云签到/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/right.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/AdBlocker.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/AdBlocker.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/BaseFunlib.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/BaseFunlib.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/Util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/Util.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["colors"] = { 3 | ["侧滑栏列表图标"] = "#ff757575" ; 4 | ["搜索栏提示文字"] = "#80000000" ; 5 | ["顶栏部件触摸"] = "#22ffffff" ; 6 | ["悬浮按钮图标"] = "#ffffffff" ; 7 | ["侧滑栏列表文字"] = "#ff333333" ; 8 | ["搜索栏背景"] = "#ffffffff" ; 9 | ["搜索栏部件触摸"] = "#44000000" ; 10 | ["悬浮按钮"] = "#ff33a7aa" ; 11 | ["搜索栏部件"] = "#ff888888" ; 12 | ["导航栏"] = "#ff999999" ; 13 | ["进度条"] = "#00000000" ; 14 | ["侧滑栏背景"] = "#ffffffff" ; 15 | ["顶栏部件"] = "#ffffffff" ; 16 | ["顶栏"] = "#ff2c2e43" ; 17 | } ; 18 | ["web"] = { 19 | ["网页沉浸"] = false ; 20 | ["启用进度条"] = true ; 21 | ["启动网页"] = "" ; 22 | ["支持打开外部应用"] = true ; 23 | ["浏览器用户标识"] = "默认" ; 24 | ["启用长按菜单"] = true ; 25 | } ; 26 | ["events"] = { 27 | ["程序启动"] = "import 'android.webkit.WebView'\ 28 | webView.addJavascriptInterface({},'JsInterface')\ 29 | \ 30 | require\"import\"\ 31 | import \"android.app.*\"\ 32 | import \"android.os.*\"\ 33 | import \"android.widget.*\"\ 34 | import \"android.view.*\"\ 35 | import \"android.text.*\"\ 36 | layout={\ 37 | LinearLayout,\ 38 | layout_width=\"fill\",\ 39 | layout_height=\"fill\",\ 40 | orientation=\"vertical\",\ 41 | backgroundColor=\"#FFFFFFFF\",\ 42 | {\ 43 | RelativeLayout,\ 44 | layout_width=\"fill\",\ 45 | layout_height=\"150dp\",\ 46 | layout_marginTop=\"35dp\",\ 47 | {\ 48 | ImageView,\ 49 | id=\"logo\",\ 50 | layout_width=\"130dp\",\ 51 | layout_height=\"130dp\",\ 52 | layout_marginLeft=\"140dp\",\ 53 | src=\"drawable/icon.png\",\ 54 | }\ 55 | },\ 56 | {\ 57 | RelativeLayout,\ 58 | layout_width=\"fill\",\ 59 | layout_height=\"36dp\",\ 60 | layout_marginTop=\"0dp\",\ 61 | {\ 62 | TextView,\ 63 | layout_marginLeft=\"130dp\",\ 64 | text=Html.fromHtml(\"更优雅的签到体验\"),\ 65 | textSize=\"20sp\",\ 66 | textColor=\"#009688\",\ 67 | }\ 68 | },\ 69 | {\ 70 | RelativeLayout,\ 71 | layout_width=\"fill\",\ 72 | layout_height=\"fill\",\ 73 | layout_marginTop=\"20dp\",\ 74 | {\ 75 | ListView,\ 76 | id=\"list\",\ 77 | layout_width=\"fill\",\ 78 | layout_marginTop=\"20dp\",\ 79 | layout_marginLeft=\"60dp\",\ 80 | layout_marginRight=\"60dp\",\ 81 | dividerHeight=\"0dp\",\ 82 | },\ 83 | {\ 84 | CardView,\ 85 | layout_width=\"200dp\",\ 86 | layout_height=\"200dp\",\ 87 | layout_alignParentRight=true,\ 88 | layout_alignParentBottom=true,\ 89 | layout_marginRight=\"-80dp\",\ 90 | layout_marginBottom=\"-80dp\",\ 91 | radius=\"100dp\",\ 92 | elevation=\"0dp\",\ 93 | CardBackgroundColor=\"#50009688\",\ 94 | },\ 95 | {\ 96 | CardView,\ 97 | layout_width=\"150dp\",\ 98 | layout_height=\"150dp\",\ 99 | layout_alignParentRight=true,\ 100 | layout_alignParentBottom=true,\ 101 | layout_marginRight=\"-60dp\",\ 102 | layout_marginBottom=\"-60dp\",\ 103 | radius=\"75dp\",\ 104 | elevation=\"0dp\",\ 105 | CardBackgroundColor=\"#80009688\",\ 106 | },\ 107 | {\ 108 | LinearLayout,\ 109 | layout_alignParentLeft=true,\ 110 | layout_alignParentBottom=true,\ 111 | layout_margin=\"20dp\",\ 112 | orientation=\"horizontal\",\ 113 | {\ 114 | TextView,\ 115 | text=\"隐藏功能\",\ 116 | textSize=\"15sp\",\ 117 | textColor=\"#009688\",\ 118 | onClick=function()\ 119 | 进入子页面(\"贴吧Go\")\ 120 | end\ 121 | },\ 122 | {\ 123 | FrameLayout,\ 124 | layout_width=\"10dp\",\ 125 | },\ 126 | {\ 127 | TextView,\ 128 | text=\"设备信息\",\ 129 | textSize=\"15sp\",\ 130 | textColor=\"#009688\",\ 131 | onClick=function()\ 132 | device_model = Build.MODEL \ 133 | \ 134 | version_sdk = Build.VERSION.SDK \ 135 | \ 136 | version_release = Build.VERSION.RELEASE \ 137 | import \"android.provider.Settings$Secure\"\ 138 | android_id = Secure.getString(activity.getContentResolver(), Secure.ANDROID_ID)\ 139 | \ 140 | 对话框()\ 141 | .设置标题(\"设备信息\")\ 142 | .设置消息(\"设备型号:\"..device_model..\"\\n设备SDK:\"..version_sdk..\"\\n设备系统版本:\"..version_release..\"\\n设备识别码:\"..android_id..\"\")\ 143 | .设置积极按钮(\"复制识别码\",function()\ 144 | 复制文本(android_id)\ 145 | end)\ 146 | .设置消极按钮(\"取消\")\ 147 | .显示()\ 148 | end \ 149 | },\ 150 | },\ 151 | },\ 152 | }\ 153 | \ 154 | activity.setContentView(loadlayout(layout))\ 155 | \ 156 | adpd={\ 157 | {\ 158 | img={\ 159 | src=\"drawable/ic_poll_black_48dp.png\",\ 160 | },\ 161 | title={\ 162 | text=\"版本\",\ 163 | },\ 164 | content={\ 165 | text=\"0.2.x\",\ 166 | },\ 167 | },\ 168 | {\ 169 | img={\ 170 | src=\"drawable/ic_person_black_48dp.png\",\ 171 | },\ 172 | title={\ 173 | text=\"开发者\",\ 174 | },\ 175 | content={\ 176 | text=\"酷安 @where\",\ 177 | },\ 178 | },\ 179 | {\ 180 | img={\ 181 | src=\"drawable/ic_color_lens_black_48dp.png\",\ 182 | },\ 183 | title={\ 184 | text=\"应用介绍页面模板\",\ 185 | },\ 186 | content={\ 187 | text=\"酷安 @LuXts\",\ 188 | },\ 189 | },\ 190 | {\ 191 | img={\ 192 | src=\"drawable/ic_color_lens_black_48dp.png\",\ 193 | },\ 194 | title={\ 195 | text=\"关于页面模板\",\ 196 | },\ 197 | content={\ 198 | text=\"酷安 @丨丨丨丨丨\",\ 199 | },\ 200 | },\ 201 | {\ 202 | img={\ 203 | src=\"drawable/ic_person_add_black_48dp.png\",\ 204 | },\ 205 | title={\ 206 | text=\"加入官方群\",\ 207 | },\ 208 | content={\ 209 | text=\"讨论,交流,聊天。\",\ 210 | },\ 211 | },\ 212 | {\ 213 | img={\ 214 | src=\"drawable/ic_share_black_48dp.png\",\ 215 | },\ 216 | title={\ 217 | text=\"分享本应用\",\ 218 | },\ 219 | content={\ 220 | text=\"分享给朋友\",\ 221 | },\ 222 | },\ 223 | }\ 224 | \ 225 | items={\ 226 | LinearLayout,\ 227 | layout_width=\"fill\",\ 228 | orientation=\"horizontal\",\ 229 | gravity=\"center|left\",\ 230 | {\ 231 | ImageView,\ 232 | id=\"img\",\ 233 | layout_margin=\"10dp\",\ 234 | layout_width=\"30dp\",\ 235 | layout_height=\"30dp\",\ 236 | },\ 237 | {\ 238 | LinearLayout,\ 239 | layout_width=\"fill\",\ 240 | layout_marginLeft=\"10dp\",\ 241 | layout_marginRight=\"10dp\",\ 242 | orientation=\"vertical\",\ 243 | {\ 244 | TextView,\ 245 | id=\"title\",\ 246 | textColor=\"#ff333333\",\ 247 | textSize=\"15sp\",\ 248 | },\ 249 | {\ 250 | TextView,\ 251 | id=\"content\",\ 252 | textColor=\"#ff676767\",\ 253 | textSize=\"12sp\",\ 254 | },\ 255 | },\ 256 | }\ 257 | \ 258 | onclick={\ 259 | function()\ 260 | import \"android.content.Intent\"\ 261 | import \"android.net.Uri\"\ 262 | url=\"https://www.coolapk.com/apk/com.android.tiebayunqiandao\"\ 263 | viewIntent = Intent(\"android.intent.action.VIEW\",Uri.parse(url))\ 264 | activity.startActivity(viewIntent)\ 265 | end,\ 266 | function()\ 267 | import \"android.content.Intent\"\ 268 | import \"android.net.Uri\"\ 269 | url=\"http://www.coolapk.com/u/536381\"\ 270 | viewIntent = Intent(\"android.intent.action.VIEW\",Uri.parse(url))\ 271 | activity.startActivity(viewIntent)\ 272 | end,\ 273 | function()\ 274 | import \"android.content.Intent\"\ 275 | import \"android.net.Uri\"\ 276 | url=\"http://www.coolapk.com/u/1230938\"\ 277 | viewIntent = Intent(\"android.intent.action.VIEW\",Uri.parse(url))\ 278 | activity.startActivity(viewIntent)\ 279 | end,\ 280 | function()\ 281 | import \"android.content.Intent\"\ 282 | import \"android.net.Uri\"\ 283 | url=\"http://www.coolapk.com/u/453544\"\ 284 | viewIntent = Intent(\"android.intent.action.VIEW\",Uri.parse(url))\ 285 | activity.startActivity(viewIntent)\ 286 | end,\ 287 | function()\ 288 | 对话框()\ 289 | .设置标题(\"加入官方群\")\ 290 | .设置消息(\"请选择一个群\")\ 291 | .设置积极按钮(\"加入where的圈子\",function()加QQ群(631105678)\ 292 | end)\ 293 | .设置中立按钮(\"不加群了,反正加群也不说话:-(\")\ 294 | .设置消极按钮(\"加入Fusion App-融应用\",function()加QQ群(165419162)\ 295 | end)\ 296 | .显示()\ 297 | end,\ 298 | function()\ 299 | 分享文本(\"分享 贴吧云签到: 分享自@酷安网 https://www.coolapk.com/apk/com.android.tiebayunqiandao \")\ 300 | end,\ 301 | function()\ 302 | 进入子页面(\"捐赠\")\ 303 | end\ 304 | }\ 305 | \ 306 | adapter=LuaAdapter(this,adpd,items)\ 307 | list.Adapter=adapter\ 308 | list.onItemClick=function(adp,view,pos,id)\ 309 | if onclick[id] then\ 310 | onclick[id]()\ 311 | end\ 312 | end\ 313 | \ 314 | \ 315 | " ; 316 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 317 | \ 318 | --接收参数\ 319 | 浏览器对象,网页链接=..." ; 320 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 321 | \ 322 | --接收参数\ 323 | 浏览器对象,网页链接=..." ; 324 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 325 | \ 326 | --接收参数\ 327 | 浏览器对象,新标题=..." ; 328 | } ; 329 | ["toolbar"] = { 330 | ["搜索URL"] = "" ; 331 | ["icon_btns"] = { 332 | } ; 333 | ["搜索框提示"] = "" ; 334 | ["启用搜索功能"] = false ; 335 | ["menus"] = { 336 | } ; 337 | ["输入栏模式"] = false ; 338 | } ; 339 | ["switch"] = { 340 | ["横屏"] = false ; 341 | ["支持滑动页面"] = false ; 342 | ["显示状态栏"] = true ; 343 | ["启用启动图"] = false ; 344 | } ; 345 | ["sidebar"] = { 346 | ["启用顶部图片"] = false ; 347 | ["启用"] = false ; 348 | ["items"] = { 349 | } ; 350 | } ; 351 | ["web_control"] = { 352 | } ; 353 | ["view_attribute"] = { 354 | ["顶栏标题"] = "Title" ; 355 | ["顶栏高度"] = "56dp" ; 356 | ["搜索栏圆角弧度"] = "2dp" ; 357 | ["侧滑栏宽度"] = "240dp" ; 358 | ["搜索栏阴影强度"] = "2dp" ; 359 | ["顶栏阴影强度"] = "2dp" ; 360 | } ; 361 | ["fltBtn"] = { 362 | ["显示"] = false ; 363 | ["点击事件"] = "--悬浮按钮点击时执行的事件" ; 364 | ["图标"] = "" ; 365 | } ; 366 | } ; -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/__ic_close.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/__ic_delete.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/__ic_menu.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/__ic_more.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/__ic_search.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/ic_color_lens_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/ic_color_lens_black_48dp.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/ic_person_add_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/ic_person_add_black_48dp.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/ic_person_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/ic_person_black_48dp.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/ic_poll_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/ic_poll_black_48dp.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/ic_share_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/ic_share_black_48dp.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/drawable/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/drawable/icon.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/funlib.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/funlib.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/init.lua: -------------------------------------------------------------------------------- 1 | template="tool" 2 | name="关于" 3 | -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/layout/listitem_sidelvw.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/layout/listitem_sidelvw.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/layout/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/layout/main.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/layout/searchbar.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/layout/searchbar.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/layout/sidebar.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/layout/sidebar.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/layout/tool_bar.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/layout/tool_bar.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/loadBar.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/loadBar.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/main.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/popMenuFunc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/popMenuFunc.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1526128433/utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1526128433/utils.lua -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["fltBtn"] = { 3 | ["显示"] = true ; 4 | ["点击事件"] = "刷新网页()\ 5 | --悬浮按钮点击时执行的事件" ; 6 | ["图标"] = "" ; 7 | } ; 8 | ["global_js"] = "" ; 9 | ["colors"] = { 10 | ["进度条"] = "#00000000" ; 11 | ["悬浮按钮图标"] = "#ffffffff" ; 12 | ["搜索栏部件"] = "#ff888888" ; 13 | ["顶栏部件触摸"] = "#22ffffff" ; 14 | ["侧滑栏列表图标"] = "#ff757575" ; 15 | ["顶栏部件"] = "#ffffffff" ; 16 | ["侧滑栏背景"] = "#ffffffff" ; 17 | ["悬浮按钮"] = "#ff242842" ; 18 | ["侧滑栏列表文字"] = "#ff333333" ; 19 | ["顶栏"] = "#ff262b42" ; 20 | ["搜索栏提示文字"] = "#80000000" ; 21 | ["搜索栏背景"] = "#ffffffff" ; 22 | ["导航栏"] = "#ff141828" ; 23 | ["搜索栏部件触摸"] = "#44000000" ; 24 | } ; 25 | ["toolbar"] = { 26 | ["搜索URL"] = "https://tieba.baidu.com/mo/q/m?word=%s&tn6=bdISP&tn4=bdKSW&tn7=bdPSB&lm=16842752&lp=6093&sub4=%E8%BF%9B%E5%90%A7" ; 27 | ["menus"] = { 28 | [1] = { 29 | ["name"] = "高级搜索" ; 30 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/mo/q/searchpage?page=index\")" ; 31 | } ; 32 | [2] = { 33 | ["name"] = "我的提醒" ; 34 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/mo/q/msg\")" ; 35 | } ; 36 | [3] = { 37 | ["name"] = "返回顶部" ; 38 | ["onClick"] = "返回网页顶部()" ; 39 | } ; 40 | [4] = { 41 | ["name"] = "退出登录" ; 42 | ["onClick"] = "removeCookie(url2)\ 43 | 刷新网页()" ; 44 | } ; 45 | [5] = { 46 | ["name"] = "退出应用" ; 47 | ["onClick"] = "saveCookie(url2)\ 48 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 49 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 50 | 退出确认=对话框()\ 51 | .设置标题(\"退出 \"..applabel..\" ?\")\ 52 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 53 | .设置积极按钮(\"退出\",function()退出程序()end)\ 54 | .设置消极按钮(\"取消\")\ 55 | .show()" ; 56 | } ; 57 | } ; 58 | ["输入栏模式"] = true ; 59 | ["启用搜索功能"] = true ; 60 | ["icon_btns"] = { 61 | [1] = { 62 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/index/tbwise/forum\")" ; 63 | ["icon"] = "home" ; 64 | } ; 65 | [2] = { 66 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/index/tbwise/feed\")" ; 67 | ["icon"] = "eye" ; 68 | } ; 69 | [3] = { 70 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/index/tbwise/mine\")" ; 71 | ["icon"] = "account" ; 72 | } ; 73 | } ; 74 | ["搜索框提示"] = "进吧" ; 75 | } ; 76 | ["events"] = { 77 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 78 | \ 79 | --接收参数\ 80 | 浏览器对象,网页链接=..." ; 81 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 82 | \ 83 | --接收参数\ 84 | 新标题=..." ; 85 | ["程序启动"] = "import 'android.webkit.WebView'\ 86 | webView.addJavascriptInterface({},'JsInterface')\ 87 | \ 88 | url2=\"tieba.fooor.cn\"\ 89 | --自定义一个叫url2的函数\ 90 | \ 91 | \ 92 | function saveCookie(url2)--保存cookie\ 93 | perf=this.getSharedPreferences(\"Cookie\",0)\ 94 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 95 | end\ 96 | --定义保存\ 97 | \ 98 | \ 99 | function readCookie(url2)--读取cookie\ 100 | pref=this.getSharedPreferences(\"Cookie\",0)\ 101 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 102 | end\ 103 | --定义读取\ 104 | \ 105 | \ 106 | function removeCookie(url2)--删除cookie\ 107 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 108 | CookieManager.getInstance().setCookie(url2,\"\")\ 109 | CookieManager.getInstance().removeAllCookie()\ 110 | end\ 111 | --定义注销\ 112 | \ 113 | readCookie(url2)\ 114 | \ 115 | function onPause()\ 116 | saveCookie(url2)\ 117 | end\ 118 | \ 119 | function onKeyDown(key,event)\ 120 | if(key==4)then\ 121 | if(webView.canGoBack())then\ 122 | webView.goBack()\ 123 | else\ 124 | saveCookie(url2)\ 125 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 126 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 127 | 退出确认=对话框()\ 128 | .设置标题(\"退出 \"..applabel..\" ?\")\ 129 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 130 | .设置积极按钮(\"退出\",function()退出程序()end)\ 131 | .设置消极按钮(\"取消\")\ 132 | .show()\ 133 | end\ 134 | return true\ 135 | end\ 136 | end\ 137 | \ 138 | 泡沫对话框(92)\ 139 | .设置标题(\"登录\")\ 140 | .设置消息(\"登录百度账号(登录或切换账号请前往侧边栏 > 切换账号)\")\ 141 | .设置积极按钮(\"现在登录\",function()加载网页(\"https://wappass.baidu.com/passport/?login&tpl=wimn&subpro=wimn®type=1&u=https%3A%2F%2Ftieba.baidu.com%23logined\")\ 142 | 显示消息(\"点击了确定\")\ 143 | end)\ 144 | .设置消极按钮(\"先逛逛,稍后再登\")\ 145 | .显示()\ 146 | --程序启动时会执行的事件" ; 147 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 148 | \ 149 | --接收参数\ 150 | 浏览器对象,网页链接=..." ; 151 | } ; 152 | ["view_attribute"] = { 153 | ["顶栏标题"] = "" ; 154 | ["搜索栏阴影强度"] = "2dp" ; 155 | ["搜索栏圆角弧度"] = "2dp" ; 156 | ["侧滑栏宽度"] = "240dp" ; 157 | ["顶栏阴影强度"] = "2dp" ; 158 | ["顶栏高度"] = "56dp" ; 159 | } ; 160 | ["web_control"] = { 161 | [1] = { 162 | ["remove_element"] = "tbheader-wrap,bar-content,item-router router-link-exact-active router-link-active,navbar-box,navbar-item,footer-title,tbheader,top-guide-title,btn-openapp,footer-logo,top-guide top-guide-wrap,item-router,bar-block,footer-link,search-box,footer-link,footer-version footer-version-client,footer-read" ; 163 | ["url"] = "tieba.baidu.com" ; 164 | ["js"] = "document.body.style.marginTop='-130px'" ; 165 | } ; 166 | [2] = { 167 | ["remove_element"] = "pass-header,pass-header-title" ; 168 | ["url"] = "wappass.baidu.com" ; 169 | ["js"] = "" ; 170 | } ; 171 | [3] = { 172 | ["remove_element"] = "footer-links,ID(nav-outer),under,navbar-header,footer-record,footer-copyright,navbar navbar-fixed-top header" ; 173 | ["url"] = "www.coolapk.com" ; 174 | ["js"] = "document.body.style.paddingTop=0" ; 175 | } ; 176 | } ; 177 | ["sidebar"] = { 178 | ["items"] = { 179 | [1] = { 180 | ["icon"] = "drawable/view_list.png" ; 181 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/mo/q/catalog?tn=level1&st_type=catalog_level1_all\")" ; 182 | ["name"] = "吧分类" ; 183 | } ; 184 | [2] = { 185 | ["icon"] = "drawable/fire.png" ; 186 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/mo/q/hotMessage/list\")" ; 187 | ["name"] = "吧友热议" ; 188 | } ; 189 | [3] = { 190 | ["icon"] = "drawable/star.png" ; 191 | ["onClick"] = "加载网页(\"https://tieba.baidu.com/home/collect?st_type=source&st_param=index\")" ; 192 | ["name"] = "我的收藏" ; 193 | } ; 194 | [4] = { 195 | ["icon"] = "drawable/pencil.png" ; 196 | ["onClick"] = "退出页面()" ; 197 | ["name"] = "贴吧云签" ; 198 | } ; 199 | [5] = { 200 | ["icon"] = "drawable/account_switch.png" ; 201 | ["onClick"] = "加载网页(\"https://wappass.baidu.com/passport/?login&tpl=wimn&subpro=wimn®type=1&u=https%3A%2F%2Ftieba.baidu.com%23logined\")" ; 202 | ["name"] = "切换账号" ; 203 | } ; 204 | [6] = { 205 | ["icon"] = "drawable/share_variant.png" ; 206 | ["onClick"] = "弹出消息(\"还没有😙\")" ; 207 | ["name"] = "分享应用" ; 208 | } ; 209 | } ; 210 | ["启用"] = true ; 211 | ["启用顶部图片"] = true ; 212 | } ; 213 | ["switch"] = { 214 | ["支持滑动页面"] = true ; 215 | ["显示状态栏"] = true ; 216 | ["横屏"] = false ; 217 | ["启用启动图"] = false ; 218 | } ; 219 | ["web"] = { 220 | ["启用进度条"] = true ; 221 | ["启用长按菜单"] = false ; 222 | ["浏览器用户标识"] = "默认" ; 223 | ["网页沉浸"] = false ; 224 | ["支持打开外部应用"] = false ; 225 | ["启动网页"] = "https://tieba.baidu.com" ; 226 | } ; 227 | } ; -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/__ic_close.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/__ic_delete.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/__ic_fltbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/__ic_fltbtn.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/__ic_menu.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/__ic_more.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/__ic_search.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/__sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/__sidebar.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/account.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/account_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/account_check.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/account_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/account_switch.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/apple_safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/apple_safari.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/bell.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/eye.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/fire.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/home.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/information.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/pencil.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/share_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/share_variant.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/star.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/drawable/view_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/sub/1530113416/drawable/view_list.png -------------------------------------------------------------------------------- /贴吧云签到/sub/1530113416/init.lua: -------------------------------------------------------------------------------- 1 | template="tool" 2 | name="贴吧Go" 3 | -------------------------------------------------------------------------------- /贴吧云签到/true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/true.png -------------------------------------------------------------------------------- /贴吧云签到/welcome.lua: -------------------------------------------------------------------------------- 1 | require "import" 2 | import "android.app.*" 3 | import "android.os.*" 4 | import "android.widget.*" 5 | import "android.view.*" 6 | import 'android.support.*' 7 | import "com.androlua.LuaAdapter" 8 | import "org.w3c.dom.Text" 9 | import "android.view.WindowManager" 10 | import "android.widget.TextView" 11 | import "com.androlua.LuaAdapter" 12 | import "android.widget.ImageView" 13 | import "android.widget.ListView" 14 | import "android.support.v7.widget.*" 15 | import "android.widget.GridLayout" 16 | import "android.support.v4.app.*" 17 | import "com.tencent.smtt.sdk.*" 18 | import "android.widget.PopupMenu" 19 | 20 | 21 | fltBtncolor='#4285F4'--悬浮窗颜色 22 | fltBtncolor2='#FFFFFF'--悬浮窗图标颜色 23 | 24 | color1='#009688'--页面一背景颜色 25 | image1='welcome1.png'--页面一图片路径 26 | title1='欢迎使用贴吧云签到'--页面一标题文字 27 | text1=""--页面一说明文字 28 | textcolor1='#efefef'--页面一文字颜色 29 | --下面的同上 30 | color2='#109d58' 31 | image2='welcome2.png' 32 | title2='没有应用内更新' 33 | text2="获取更新请前往酷安" 34 | textcolor2='#efefef' 35 | 36 | color3='#262B42' 37 | image3='welcome3.png' 38 | title3='一个隐藏的功能' 39 | text3="" 40 | textcolor3='#efefef' 41 | 42 | color4='#33a6ab' 43 | image4='welcome4.png' 44 | title4='开始使用吧' 45 | text4="" 46 | textcolor4='#efefef' 47 | 48 | 49 | local viewlayout={ 50 | RelativeLayout, 51 | layout_height="match_parent", 52 | layout_width="match_parent", 53 | { 54 | LinearLayout, 55 | id='back', 56 | orientation="vertical", 57 | layout_width="match_parent", 58 | layout_height="match_parent", 59 | { 60 | PageView, 61 | layout_width="match_parent", 62 | id="hd", 63 | layout_height="match_parent", 64 | pages={ 65 | { 66 | RelativeLayout, 67 | background=color1, 68 | layout_width="match_parent", 69 | layout_height="match_parent", 70 | { 71 | ImageView, 72 | id='image1', 73 | elevation='2dp', 74 | layout_centerInParent="true", 75 | background='#ffefefef', 76 | src=image1, 77 | layout_width="65%w", 78 | layout_height="115.55%w", 79 | }, 80 | { 81 | TextView, 82 | layout_above="image1", 83 | textSize='30sp', 84 | textColor=textcolor1, 85 | text=title1, 86 | gravity='center', 87 | layout_width='match_parent', 88 | layout_height="wrap_content", 89 | padding='10sp', 90 | }, 91 | { 92 | TextView, 93 | layout_below="image1", 94 | --textSize='30sp', 95 | textColor=textcolor1, 96 | Alpha='0.87', 97 | text=text1, 98 | gravity='center', 99 | layout_width='match_parent', 100 | layout_height="wrap_content", 101 | padding='5sp', 102 | }, 103 | }, 104 | { 105 | RelativeLayout, 106 | background=color2, 107 | layout_width="match_parent", 108 | layout_height="match_parent", 109 | { 110 | ImageView, 111 | id='image2', 112 | elevation='2dp', 113 | layout_centerInParent="true", 114 | background='#ffefefef', 115 | src=image2, 116 | layout_width="65%w", 117 | layout_height="115.55%w", 118 | }, 119 | { 120 | TextView, 121 | layout_above="image2", 122 | textSize='30sp', 123 | textColor=textcolor2, 124 | text=title2, 125 | gravity='center', 126 | layout_width='match_parent', 127 | layout_height="wrap_content", 128 | padding='10sp', 129 | }, 130 | { 131 | TextView, 132 | layout_below="image2", 133 | --textSize='30sp', 134 | textColor=textcolor2, 135 | Alpha='0.87', 136 | text=text2, 137 | gravity='center', 138 | layout_width='match_parent', 139 | layout_height="wrap_content", 140 | padding='5sp', 141 | }, 142 | }, 143 | 144 | { 145 | RelativeLayout, 146 | background=color3, 147 | layout_width="match_parent", 148 | layout_height="match_parent", 149 | { 150 | ImageView, 151 | id='image3', 152 | elevation='2dp', 153 | layout_centerInParent="true", 154 | background='#ffefefef', 155 | src=image3, 156 | layout_width="65%w", 157 | layout_height="115.55%w", 158 | }, 159 | { 160 | TextView, 161 | layout_above="image3", 162 | textSize='30sp', 163 | textColor=textcolor3, 164 | text=title3, 165 | gravity='center', 166 | layout_width='match_parent', 167 | layout_height="wrap_content", 168 | padding='10sp', 169 | }, 170 | { 171 | TextView, 172 | layout_below="image3", 173 | --textSize='30sp', 174 | textColor=textcolor3, 175 | Alpha='0.87', 176 | text=text3, 177 | gravity='center', 178 | layout_width='match_parent', 179 | layout_height="wrap_content", 180 | padding='5sp', 181 | }, 182 | }, 183 | 184 | { 185 | RelativeLayout, 186 | background=color4, 187 | layout_width="match_parent", 188 | layout_height="match_parent", 189 | { 190 | ImageView, 191 | id='image4', 192 | elevation='2dp', 193 | layout_centerInParent="true", 194 | background='#ffefefef', 195 | src=image4, 196 | layout_width="65%w", 197 | layout_height="115.55%w", 198 | }, 199 | { 200 | TextView, 201 | layout_above="image4", 202 | textSize='30sp', 203 | textColor=textcolor4, 204 | text=title4, 205 | gravity='center', 206 | layout_width='match_parent', 207 | layout_height="wrap_content", 208 | padding='10sp', 209 | }, 210 | { 211 | TextView, 212 | layout_below="image4", 213 | --textSize='30sp', 214 | textColor=textcolor4, 215 | Alpha='0.87', 216 | text=text4, 217 | gravity='center', 218 | layout_width='match_parent', 219 | layout_height="wrap_content", 220 | padding='5sp', 221 | }, 222 | }, 223 | }, 224 | }, 225 | }, 226 | { 227 | LinearLayout, 228 | id='tt', 229 | layout_height="56dp", 230 | background="#00000000", 231 | layout_centerHorizontal="true", 232 | layout_alignBottom="back", 233 | layout_width="match_parent", 234 | layout_height="70dp", 235 | gravity='center', 236 | { 237 | LinearLayout; 238 | layout_width="12.5%w"; 239 | background="#50000000", 240 | { 241 | TextView; 242 | layout_width="3.125%w"; 243 | layout_height="2dp"; 244 | background="#FFFFFF", 245 | id="hua", 246 | }, 247 | }, 248 | }, 249 | { 250 | CardView, 251 | id='button', 252 | layout_column='1', 253 | layout_width='60dp', 254 | CardElevation="3dp", 255 | CardBackgroundColor=fltBtncolor, 256 | layout_height='60dp', 257 | Radius='30dp', 258 | layout_alignRight="tt", 259 | layout_alignTop="tt", 260 | layout_marginRight="20dp", 261 | layout_marginTop="-20dp", 262 | { 263 | ImageView, 264 | id='imageview', 265 | src='right.png', 266 | ColorFilter=fltBtncolor2, 267 | layout_width="wrap_content", 268 | layout_height="wrap_content", 269 | layout_gravity="center", 270 | adjustViewBounds='true', 271 | maxWidth='30dp', 272 | maxHeight='30dp', 273 | }, 274 | }, 275 | } 276 | 277 | 278 | activity.requestWindowFeature(Window.FEATURE_NO_TITLE) 279 | activity.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN) 280 | activity.setContentView(loadlayout(viewlayout)) 281 | 282 | 283 | local pag=0 284 | local ppg=0 285 | hd.addOnPageChangeListener{ 286 | onPageScrolled=function(p,pO,pp) 287 | pag=p 288 | ppg=pO 289 | if pO~=0 then 290 | hua.setX(activity.getWidth()/32*pO+p*activity.getWidth()/32) 291 | end 292 | if (pag==2 and tonumber(pO)>=0.1 or pag==3)then 293 | imageview.setImageBitmap(loadbitmap('true.png')) 294 | else 295 | imageview.setImageBitmap(loadbitmap('right.png')) 296 | end 297 | end, 298 | } 299 | button.onClick=function() 300 | if (pag==2 and tonumber(ppg)>=0.1 or pag==3)then 301 | activity.finish() 302 | end 303 | hd.showPage(pag+1) 304 | pag=pag+1 305 | end -------------------------------------------------------------------------------- /贴吧云签到/welcome.lua.bak: -------------------------------------------------------------------------------- 1 | require "import" 2 | import "android.app.*" 3 | import "android.os.*" 4 | import "android.widget.*" 5 | import "android.view.*" 6 | import 'android.support.*' 7 | import "com.androlua.LuaAdapter" 8 | import "org.w3c.dom.Text" 9 | import "android.view.WindowManager" 10 | import "android.widget.TextView" 11 | import "com.androlua.LuaAdapter" 12 | import "android.widget.ImageView" 13 | import "android.widget.ListView" 14 | import "android.support.v7.widget.*" 15 | import "android.widget.GridLayout" 16 | import "android.support.v4.app.*" 17 | import "com.tencent.smtt.sdk.*" 18 | import "android.widget.PopupMenu" 19 | 20 | 21 | fltBtncolor='#4285F4'--悬浮窗颜色 22 | fltBtncolor2='#FFFFFF'--悬浮窗图标颜色 23 | 24 | color1='#009688'--页面一背景颜色 25 | image1='welcome1.png'--页面一图片路径 26 | title1='欢迎使用贴吧云签到'--页面一标题文字 27 | text1=""--页面一说明文字 28 | textcolor1='#efefef'--页面一文字颜色 29 | --下面的同上 30 | color2='#109d58' 31 | image2='welcome2.png' 32 | title2='没有应用内更新' 33 | text2="获取更新请前往酷安" 34 | textcolor2='#efefef' 35 | 36 | color3='#262B42' 37 | image3='welcome3.png' 38 | title3='一个隐藏的功能' 39 | text3="" 40 | textcolor3='#efefef' 41 | 42 | color4='#33a6ab' 43 | image4='welcome4.png' 44 | title4='更FA♂️的关于' 45 | text4="" 46 | textcolor4='#efefef' 47 | 48 | 49 | local viewlayout={ 50 | RelativeLayout, 51 | layout_height="match_parent", 52 | layout_width="match_parent", 53 | { 54 | LinearLayout, 55 | id='back', 56 | orientation="vertical", 57 | layout_width="match_parent", 58 | layout_height="match_parent", 59 | { 60 | PageView, 61 | layout_width="match_parent", 62 | id="hd", 63 | layout_height="match_parent", 64 | pages={ 65 | { 66 | RelativeLayout, 67 | background=color1, 68 | layout_width="match_parent", 69 | layout_height="match_parent", 70 | { 71 | ImageView, 72 | id='image1', 73 | elevation='2dp', 74 | layout_centerInParent="true", 75 | background='#ffefefef', 76 | src=image1, 77 | layout_width="65%w", 78 | layout_height="115.55%w", 79 | }, 80 | { 81 | TextView, 82 | layout_above="image1", 83 | textSize='30sp', 84 | textColor=textcolor1, 85 | text=title1, 86 | gravity='center', 87 | layout_width='match_parent', 88 | layout_height="wrap_content", 89 | padding='10sp', 90 | }, 91 | { 92 | TextView, 93 | layout_below="image1", 94 | --textSize='30sp', 95 | textColor=textcolor1, 96 | Alpha='0.87', 97 | text=text1, 98 | gravity='center', 99 | layout_width='match_parent', 100 | layout_height="wrap_content", 101 | padding='5sp', 102 | }, 103 | }, 104 | { 105 | RelativeLayout, 106 | background=color2, 107 | layout_width="match_parent", 108 | layout_height="match_parent", 109 | { 110 | ImageView, 111 | id='image2', 112 | elevation='2dp', 113 | layout_centerInParent="true", 114 | background='#ffefefef', 115 | src=image2, 116 | layout_width="65%w", 117 | layout_height="115.55%w", 118 | }, 119 | { 120 | TextView, 121 | layout_above="image2", 122 | textSize='30sp', 123 | textColor=textcolor2, 124 | text=title2, 125 | gravity='center', 126 | layout_width='match_parent', 127 | layout_height="wrap_content", 128 | padding='10sp', 129 | }, 130 | { 131 | TextView, 132 | layout_below="image2", 133 | --textSize='30sp', 134 | textColor=textcolor2, 135 | Alpha='0.87', 136 | text=text2, 137 | gravity='center', 138 | layout_width='match_parent', 139 | layout_height="wrap_content", 140 | padding='5sp', 141 | }, 142 | }, 143 | 144 | { 145 | RelativeLayout, 146 | background=color3, 147 | layout_width="match_parent", 148 | layout_height="match_parent", 149 | { 150 | ImageView, 151 | id='image3', 152 | elevation='2dp', 153 | layout_centerInParent="true", 154 | background='#ffefefef', 155 | src=image3, 156 | layout_width="65%w", 157 | layout_height="115.55%w", 158 | }, 159 | { 160 | TextView, 161 | layout_above="image3", 162 | textSize='30sp', 163 | textColor=textcolor3, 164 | text=title3, 165 | gravity='center', 166 | layout_width='match_parent', 167 | layout_height="wrap_content", 168 | padding='10sp', 169 | }, 170 | { 171 | TextView, 172 | layout_below="image3", 173 | --textSize='30sp', 174 | textColor=textcolor3, 175 | Alpha='0.87', 176 | text=text3, 177 | gravity='center', 178 | layout_width='match_parent', 179 | layout_height="wrap_content", 180 | padding='5sp', 181 | }, 182 | }, 183 | 184 | { 185 | RelativeLayout, 186 | background=color4, 187 | layout_width="match_parent", 188 | layout_height="match_parent", 189 | { 190 | ImageView, 191 | id='image4', 192 | elevation='2dp', 193 | layout_centerInParent="true", 194 | background='#ffefefef', 195 | src=image4, 196 | layout_width="65%w", 197 | layout_height="115.55%w", 198 | }, 199 | { 200 | TextView, 201 | layout_above="image4", 202 | textSize='30sp', 203 | textColor=textcolor4, 204 | text=title4, 205 | gravity='center', 206 | layout_width='match_parent', 207 | layout_height="wrap_content", 208 | padding='10sp', 209 | }, 210 | { 211 | TextView, 212 | layout_below="image4", 213 | --textSize='30sp', 214 | textColor=textcolor4, 215 | Alpha='0.87', 216 | text=text4, 217 | gravity='center', 218 | layout_width='match_parent', 219 | layout_height="wrap_content", 220 | padding='5sp', 221 | }, 222 | }, 223 | }, 224 | }, 225 | }, 226 | { 227 | LinearLayout, 228 | id='tt', 229 | layout_height="56dp", 230 | background="#00000000", 231 | layout_centerHorizontal="true", 232 | layout_alignBottom="back", 233 | layout_width="match_parent", 234 | layout_height="70dp", 235 | gravity='center', 236 | { 237 | LinearLayout; 238 | layout_width="12.5%w"; 239 | background="#50000000", 240 | { 241 | TextView; 242 | layout_width="3.125%w"; 243 | layout_height="2dp"; 244 | background="#FFFFFF", 245 | id="hua", 246 | }, 247 | }, 248 | }, 249 | { 250 | CardView, 251 | id='button', 252 | layout_column='1', 253 | layout_width='60dp', 254 | CardElevation="3dp", 255 | CardBackgroundColor=fltBtncolor, 256 | layout_height='60dp', 257 | Radius='30dp', 258 | layout_alignRight="tt", 259 | layout_alignTop="tt", 260 | layout_marginRight="20dp", 261 | layout_marginTop="-20dp", 262 | { 263 | ImageView, 264 | id='imageview', 265 | src='right.png', 266 | ColorFilter=fltBtncolor2, 267 | layout_width="wrap_content", 268 | layout_height="wrap_content", 269 | layout_gravity="center", 270 | adjustViewBounds='true', 271 | maxWidth='30dp', 272 | maxHeight='30dp', 273 | }, 274 | }, 275 | } 276 | 277 | 278 | activity.requestWindowFeature(Window.FEATURE_NO_TITLE) 279 | activity.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN) 280 | activity.setContentView(loadlayout(viewlayout)) 281 | 282 | 283 | local pag=0 284 | local ppg=0 285 | hd.addOnPageChangeListener{ 286 | onPageScrolled=function(p,pO,pp) 287 | pag=p 288 | ppg=pO 289 | if pO~=0 then 290 | hua.setX(activity.getWidth()/32*pO+p*activity.getWidth()/32) 291 | end 292 | if (pag==2 and tonumber(pO)>=0.1 or pag==3)then 293 | imageview.setImageBitmap(loadbitmap('true.png')) 294 | else 295 | imageview.setImageBitmap(loadbitmap('right.png')) 296 | end 297 | end, 298 | } 299 | button.onClick=function() 300 | if (pag==2 and tonumber(ppg)>=0.1 or pag==3)then 301 | activity.finish() 302 | end 303 | hd.showPage(pag+1) 304 | pag=pag+1 305 | end -------------------------------------------------------------------------------- /贴吧云签到/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/welcome.png -------------------------------------------------------------------------------- /贴吧云签到/welcome3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/贴吧云签到/welcome3.png -------------------------------------------------------------------------------- /逗比根据地/config.table: -------------------------------------------------------------------------------- 1 | { 2 | ["toolbar"] = { 3 | ["搜索框提示"] = "" ; 4 | ["输入栏模式"] = true ; 5 | ["启用搜索功能"] = true ; 6 | ["搜索URL"] = "https://doub.ws/search/%s" ; 7 | ["icon_btns"] = { 8 | [2] = { 9 | ["icon"] = "refresh" ; 10 | ["onClick"] = "刷新网页()" ; 11 | } ; 12 | [1] = { 13 | ["icon"] = "share_variant" ; 14 | ["onClick"] = "分享文本(\"文本内容\")" ; 15 | } ; 16 | } ; 17 | ["menus"] = { 18 | [1] = { 19 | ["name"] = "退出" ; 20 | ["onClick"] = "saveCookie(url2)\ 21 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 22 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 23 | 退出确认=对话框()\ 24 | .设置标题(\"退出 \"..applabel..\" ?\")\ 25 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 26 | .设置积极按钮(\"退出\",function()退出程序()end)\ 27 | .设置消极按钮(\"取消\")\ 28 | .show()" ; 29 | } ; 30 | } ; 31 | } ; 32 | ["colors"] = { 33 | ["顶栏部件"] = "#ff555555" ; 34 | ["搜索栏部件触摸"] = "#44000000" ; 35 | ["顶栏部件触摸"] = "#22000000" ; 36 | ["搜索栏背景"] = "#ffffffff" ; 37 | ["导航栏"] = "#ff0e725e" ; 38 | ["搜索栏部件"] = "#ff888888" ; 39 | ["搜索栏提示文字"] = "#80000000" ; 40 | ["侧滑栏列表文字"] = "#ff333333" ; 41 | ["悬浮按钮"] = "#ff616161" ; 42 | ["顶栏"] = "#ff1abc9c" ; 43 | ["进度条"] = "#00000000" ; 44 | ["悬浮按钮图标"] = "#ffffffff" ; 45 | ["侧滑栏列表图标"] = "#ff757575" ; 46 | ["侧滑栏背景"] = "#ffffffff" ; 47 | } ; 48 | ["view_attribute"] = { 49 | ["搜索栏圆角弧度"] = "2dp" ; 50 | ["侧滑栏宽度"] = "240dp" ; 51 | ["顶栏阴影强度"] = "2dp" ; 52 | ["顶栏高度"] = "56dp" ; 53 | ["顶栏标题"] = "逗比根据地" ; 54 | ["搜索栏阴影强度"] = "2dp" ; 55 | } ; 56 | ["switch"] = { 57 | ["显示状态栏"] = true ; 58 | ["横屏"] = false ; 59 | ["支持滑动页面"] = false ; 60 | ["启用启动图"] = true ; 61 | } ; 62 | ["web"] = { 63 | ["浏览器用户标识"] = "默认" ; 64 | ["启用长按菜单"] = true ; 65 | ["网页沉浸"] = false ; 66 | ["启动网页"] = "https://doub.io" ; 67 | ["启用进度条"] = true ; 68 | ["支持打开外部应用"] = true ; 69 | } ; 70 | ["web_control"] = { 71 | [4] = { 72 | ["remove_element"] = "navbar,footer,widget widget_links,@ID(flashID),textwidget custom-html-widget" ; 73 | ["url"] = "doub.loan" ; 74 | ["js"] = "" ; 75 | } ; 76 | [1] = { 77 | ["remove_element"] = "navbar,footer,widget widget_links,@ID(flashID),textwidget custom-html-widget" ; 78 | ["url"] = "doub.ws" ; 79 | ["js"] = "" ; 80 | } ; 81 | [2] = { 82 | ["remove_element"] = "navbar navbar-default navbar-fixed-top" ; 83 | ["url"] = "softs.fun" ; 84 | ["js"] = "" ; 85 | } ; 86 | [3] = { 87 | ["remove_element"] = "navbar,footer,widget widget_links,@ID(flashID),textwidget custom-html-widget" ; 88 | ["url"] = "doub.io" ; 89 | ["js"] = "" ; 90 | } ; 91 | } ; 92 | ["fltBtn"] = { 93 | ["显示"] = false ; 94 | ["图标"] = "" ; 95 | ["点击事件"] = "--悬浮按钮点击时执行的事件" ; 96 | } ; 97 | ["sidebar"] = { 98 | ["items"] = { 99 | [1] = { 100 | ["name"] = "首页" ; 101 | ["icon"] = "drawable/home.png" ; 102 | ["onClick"] = "加载网页(\"https://doub.loan/\")" ; 103 | } ; 104 | [2] = { 105 | ["name"] = "逗比推荐" ; 106 | ["icon"] = "drawable/thumb_up.png" ; 107 | ["onClick"] = "加载网页(\"https://doub.loan/dbtj/\")" ; 108 | } ; 109 | [3] = { 110 | ["name"] = "科学上网" ; 111 | ["icon"] = "drawable/earth.png" ; 112 | ["onClick"] = "加载网页(\"https://doub.loan/kxsw/\")" ; 113 | } ; 114 | [4] = { 115 | ["name"] = "Shadowsocks" ; 116 | ["icon"] = "drawable/plane.png" ; 117 | ["onClick"] = "加载网页(\"https://doub.loan/ss-jc26/\")" ; 118 | } ; 119 | [5] = { 120 | ["name"] = "免费帐号分享" ; 121 | ["icon"] = "drawable/share_variant.png" ; 122 | ["onClick"] = "加载网页(\"https://doub.loan/sszhfx/\")" ; 123 | } ; 124 | [6] = { 125 | ["name"] = "便宜VPS推荐" ; 126 | ["icon"] = "drawable/server.png" ; 127 | ["onClick"] = "加载网页(\"https://doub.loan/vps-tj/\")" ; 128 | } ; 129 | [7] = { 130 | ["name"] = "逗比云" ; 131 | ["icon"] = "drawable/cloud.png" ; 132 | ["onClick"] = "加载网页(\"https://softs.fun/\")" ; 133 | } ; 134 | [8] = { 135 | ["name"] = "捐赠打赏" ; 136 | ["icon"] = "drawable/heart.png" ; 137 | ["onClick"] = "加载网页(\"https://doub.loan/dashang/\")" ; 138 | } ; 139 | [9] = { 140 | ["name"] = "留言" ; 141 | ["icon"] = "drawable/comment_text_outline.png" ; 142 | ["onClick"] = "加载网页(\"https://doub.loan/guestbook/\")" ; 143 | } ; 144 | [10] = { 145 | ["name"] = "关于" ; 146 | ["icon"] = "drawable/information.png" ; 147 | ["onClick"] = "对话框()\ 148 | .设置标题(\"关于\")\ 149 | .设置消息(\"逗比根据地 版权所有,保留一切权利 · 欲思主题 © 2015-2018\")\ 150 | .设置积极按钮(\"确定\",function()\ 151 | 显示消息(\"点击了确定\")\ 152 | end)\ 153 | .显示()" ; 154 | } ; 155 | } ; 156 | ["启用顶部图片"] = true ; 157 | ["启用"] = true ; 158 | } ; 159 | ["events"] = { 160 | ["网页加载完毕"] = "--网页加载完毕后执行的事件\ 161 | \ 162 | --接收参数\ 163 | 浏览器对象,网页链接=..." ; 164 | ["网页即将加载"] = "--浏览器即将加载新的网页时执行的事件\ 165 | \ 166 | --接收参数\ 167 | 浏览器对象,网页链接=..." ; 168 | ["程序启动"] = "import 'android.webkit.WebView'\ 169 | webView.addJavascriptInterface({},'JsInterface')\ 170 | \ 171 | url2=\"doub.ws\"\ 172 | --自定义一个叫url2的函数\ 173 | \ 174 | \ 175 | function saveCookie(url2)--保存cookie\ 176 | perf=this.getSharedPreferences(\"Cookie\",0)\ 177 | perf.edit().putString(url2,CookieManager.getInstance().getCookie(url2)).apply()\ 178 | end\ 179 | --定义保存\ 180 | \ 181 | \ 182 | function readCookie(url2)--读取cookie\ 183 | pref=this.getSharedPreferences(\"Cookie\",0)\ 184 | CookieManager.getInstance().setCookie(url2,pref.getString(url2,\"\"))\ 185 | end\ 186 | --定义读取\ 187 | \ 188 | \ 189 | function removeCookie(url2)--删除cookie\ 190 | this.getSharedPreferences(\"Cookie\",0).edit().remove(url2).apply()\ 191 | CookieManager.getInstance().setCookie(url2,\"\")\ 192 | CookieManager.getInstance().removeAllCookie()\ 193 | end\ 194 | --定义注销\ 195 | \ 196 | readCookie(url2)\ 197 | \ 198 | function onPause()\ 199 | saveCookie(url2)\ 200 | end\ 201 | \ 202 | function onKeyDown(key,event)\ 203 | if(key==4)then\ 204 | if(webView.canGoBack())then\ 205 | webView.goBack()\ 206 | else\ 207 | saveCookie(url2)\ 208 | appinfo=this.getPackageManager().getApplicationInfo(this.getPackageName(),0)\ 209 | applabel=this.getPackageManager().getApplicationLabel(appinfo)\ 210 | 退出确认=对话框()\ 211 | .设置标题(\"退出 \"..applabel..\" ?\")\ 212 | .设置消息(\"您正在退出 \"..applabel..\" ,请确认\")\ 213 | .设置积极按钮(\"退出\",function()退出程序()end)\ 214 | .设置消极按钮(\"取消\")\ 215 | .show()\ 216 | end\ 217 | return true\ 218 | end\ 219 | end\ 220 | --程序启动时会执行的事件" ; 221 | ["收到新标题"] = "--浏览器加载新页面并获得新标题时执行的事件\ 222 | \ 223 | --接收参数\ 224 | 新标题=..." ; 225 | } ; 226 | } ; -------------------------------------------------------------------------------- /逗比根据地/drawable/__ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/__ic_close.png -------------------------------------------------------------------------------- /逗比根据地/drawable/__ic_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/__ic_delete.png -------------------------------------------------------------------------------- /逗比根据地/drawable/__ic_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/__ic_menu.png -------------------------------------------------------------------------------- /逗比根据地/drawable/__ic_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/__ic_more.png -------------------------------------------------------------------------------- /逗比根据地/drawable/__ic_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/__ic_search.png -------------------------------------------------------------------------------- /逗比根据地/drawable/__sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/__sidebar.png -------------------------------------------------------------------------------- /逗比根据地/drawable/account_alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/account_alert.png -------------------------------------------------------------------------------- /逗比根据地/drawable/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/cloud.png -------------------------------------------------------------------------------- /逗比根据地/drawable/comment_text_outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/comment_text_outline.png -------------------------------------------------------------------------------- /逗比根据地/drawable/earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/earth.png -------------------------------------------------------------------------------- /逗比根据地/drawable/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/heart.png -------------------------------------------------------------------------------- /逗比根据地/drawable/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/home.png -------------------------------------------------------------------------------- /逗比根据地/drawable/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/information.png -------------------------------------------------------------------------------- /逗比根据地/drawable/plane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/plane.png -------------------------------------------------------------------------------- /逗比根据地/drawable/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/refresh.png -------------------------------------------------------------------------------- /逗比根据地/drawable/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/server.png -------------------------------------------------------------------------------- /逗比根据地/drawable/share_variant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/share_variant.png -------------------------------------------------------------------------------- /逗比根据地/drawable/thumb_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/drawable/thumb_up.png -------------------------------------------------------------------------------- /逗比根据地/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/icon.png -------------------------------------------------------------------------------- /逗比根据地/init.lua: -------------------------------------------------------------------------------- 1 | packagename="com.android.doub.io" 2 | appcode="2" 3 | appname="逗比根据地" 4 | template="tool" 5 | appver="0.2.0" 6 | appsdk="1" 7 | user_permission={ 8 | [1] = "ACCESS_COARSE_LOCATION" ; 9 | [2] = "ACCESS_FINE_LOCATION" ; 10 | [3] = "ACCESS_NETWORK_STATE" ; 11 | [4] = "ACCESS_WIFI_STATE" ; 12 | [5] = "INTERNET" ; 13 | [6] = "WRITE_EXTERNAL_STORAGE" ; 14 | } ; 15 | -------------------------------------------------------------------------------- /逗比根据地/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wherewhere/FusionApps/54272b306b8c5b7b8a4eede85d3ede56b8d82a90/逗比根据地/welcome.png --------------------------------------------------------------------------------