基本信息
源码名称:王者荣耀战力查询小程序。
源码大小:1.25M
文件格式:.zip
开发语言:js
更新时间:2022-05-27
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 3 元 
   源码介绍

王者荣耀战力查询小程序。

王者战力查询小程序,免费送!!

此款小程序无需服务器,

安全域名也给大家找到了写到文档里面了。

更多功能自行开发吧!

开通流量主功能,开发者工具里搜索adunitid 替换自己的广告即可。








示例演示:



.
├── @babel
│   └── runtime
│       └── helpers
│           ├── defineProperty.js
│           └── typeof.js
├── app.js
├── app.json
├── app.wxss
├── colorui
│   ├── add-tips
│   │   ├── ico
│   │   │   └── add_tip.png
│   │   ├── index.js
│   │   ├── index.json
│   │   ├── index.wxml
│   │   └── index.wxss
│   └── components
│       ├── cu-custom.js
│       ├── cu-custom.json
│       ├── cu-custom.wxml
│       └── cu-custom.wxss
├── common
│   ├── main.js
│   ├── runtime.js
│   └── vendor.js
├── images
│   ├── README.txt
│   ├── bizhi
│   │   └── hd.png
│   ├── gonggao.png
│   ├── qq.png
│   ├── rename
│   │   ├── cfpic_1.jpg
│   │   ├── cfpic_2.jpg
│   │   ├── fhpic_1.jpg
│   │   ├── fhpic_2.jpg
│   │   ├── kbpic_1.jpg
│   │   └── kbpic_2.jpg
│   ├── share.png
│   ├── shareFriends.png
│   ├── tabbar
│   │   ├── and.png
│   │   ├── and_cur.png
│   │   ├── list.png
│   │   ├── list_cur.png
│   │   ├── mac.png
│   │   ├── mac_cur.png
│   │   ├── my.png
│   │   └── my_cur.png
│   ├── toolIcon
│   │   └── wztx.png
│   ├── wx.png
│   └── zd.png
├── pages
│   ├── about
│   │   ├── home
│   │   │   ├── home.js
│   │   │   ├── home.json
│   │   │   ├── home.wxml
│   │   │   └── home.wxss
│   │   ├── introduce
│   │   │   ├── introduce.js
│   │   │   ├── introduce.json
│   │   │   ├── introduce.wxml
│   │   │   └── introduce.wxss
│   │   └── log
│   │       ├── log.js
│   │       ├── log.json
│   │       ├── log.wxml
│   │       └── log.wxss
│   ├── contact-us
│   │   ├── index.js
│   │   ├── index.json
│   │   ├── index.wxml
│   │   └── index.wxss
│   ├── detail
│   │   ├── detail.js
│   │   ├── detail.json
│   │   ├── detail.wxml
│   │   └── detail.wxss
│   ├── disclaimers
│   │   ├── index.js
│   │   ├── index.json
│   │   ├── index.wxml
│   │   └── index.wxss
│   ├── news
│   │   ├── index.js
│   │   ├── index.json
│   │   ├── index.wxml
│   │   └── index.wxss
│   ├── qq
│   │   ├── index.js
│   │   ├── index.json
│   │   ├── index.wxml
│   │   └── index.wxss
│   ├── rename
│   │   ├── rename.js
│   │   ├── rename.json
│   │   ├── rename.wxml
│   │   └── rename.wxss
│   ├── strategy
│   │   ├── index.js
│   │   ├── index.json
│   │   ├── index.wxml
│   │   └── index.wxss
│   ├── tools
│   │   ├── bz
│   │   │   ├── bz.js
│   │   │   ├── bz.json
│   │   │   ├── bz.wxml
│   │   │   ├── bz.wxss
│   │   │   ├── details.js
│   │   │   ├── details.json
│   │   │   ├── details.wxml
│   │   │   └── details.wxss
│   │   ├── flag
│   │   │   ├── crop
│   │   │   │   ├── main.js
│   │   │   │   ├── main.json
│   │   │   │   ├── main.wxml
│   │   │   │   └── main.wxss
│   │   │   └── guoqing
│   │   │       ├── main.js
│   │   │       ├── main.json
│   │   │       ├── main.wxml
│   │   │       └── main.wxss
│   │   └── index
│   │       ├── index.js
│   │       ├── index.json
│   │       ├── index.wxml
│   │       └── index.wxss
│   ├── web-view
│   │   ├── web-view.js
│   │   ├── web-view.json
│   │   ├── web-view.wxml
│   │   └── web-view.wxss
│   └── wx
│       ├── index.js
│       ├── index.json
│       ├── index.wxml
│       └── index.wxss
├── project.config.json
├── project.private.config.json
├── sitemap.json
├── static
│   └── wxcomponents
│       └── image-cropper
│           ├── image-cropper.js
│           ├── image-cropper.json
│           ├── image-cropper.wxml
│           └── image-cropper.wxss
├── util
│   └── util.js
├── 示例.jpg
├── 合法域名.txt
├── 微信图片_20220527212356.png
├── 微信图片_20220527212445.png
└── 好例子网_王者战力查询.zip

37 directories, 121 files