实例介绍
校长电竞出品的电竞预测APP源码,包括主流的电竞游戏,包括王者荣耀,英雄联盟,Dota2,和Csgo等游戏;电竞预测模块可自行配置玩法,同时覆盖比赛前和比赛中实时预测; 用JS语言独立研发的APP代码,可独立运行,配置好数据源后即可上线。 这个包属于平台早期版本,与线上版本已经迭代更新了多次,所以把老版本免费分享给大家,帮忙电竞行业的新人一同进步; 更多订制需求,可点击昵称私聊或评论区交流,谢谢
【实例截图】
【核心代码】
16359647974073020426.zip
├── dianjing_app
│ ├── babel.config.js
│ ├── package.json
│ ├── package-lock.json
│ ├── public
│ │ ├── config.xml
│ │ ├── favicon.ico
│ │ ├── font
│ │ │ ├── demo.css
│ │ │ ├── demo_index.html
│ │ │ ├── iconfont.css
│ │ │ ├── iconfont.eot
│ │ │ ├── iconfont.js
│ │ │ ├── iconfont.svg
│ │ │ ├── iconfont.ttf
│ │ │ ├── iconfont.woff
│ │ │ └── iconfont.woff2
│ │ ├── img
│ │ │ ├── avatar-m.png
│ │ │ ├── avatar-w.png
│ │ │ └── icons
│ │ │ ├── android-chrome-192x192.png
│ │ │ ├── android-chrome-512x512.png
│ │ │ ├── apple-touch-icon-120x120.png
│ │ │ ├── apple-touch-icon-152x152.png
│ │ │ ├── apple-touch-icon-180x180.png
│ │ │ ├── apple-touch-icon-60x60.png
│ │ │ ├── apple-touch-icon-76x76.png
│ │ │ ├── apple-touch-icon.png
│ │ │ ├── favicon-16x16.png
│ │ │ ├── favicon-32x32.png
│ │ │ ├── msapplication-icon-144x144.png
│ │ │ ├── mstile-150x150.png
│ │ │ └── safari-pinned-tab.svg
│ │ ├── index.html
│ │ ├── js
│ │ │ └── api.js
│ │ ├── manifest.json
│ │ ├── res
│ │ │ ├── image
│ │ │ │ ├── add1.png
│ │ │ │ ├── add2.png
│ │ │ │ ├── album1.png
│ │ │ │ ├── album2.png
│ │ │ │ ├── cam1.png
│ │ │ │ ├── cam2.png
│ │ │ │ ├── camera1.png
│ │ │ │ ├── camera2.png
│ │ │ │ ├── emotion
│ │ │ │ │ ├── delete.png
│ │ │ │ │ ├── emotion.json
│ │ │ │ │ ├── Expression_100.png
│ │ │ │ │ ├── Expression_101.png
│ │ │ │ │ ├── Expression_102.png
│ │ │ │ │ ├── Expression_103.png
│ │ │ │ │ ├── Expression_104.png
│ │ │ │ │ ├── Expression_105.png
│ │ │ │ │ ├── Expression_10.png
│ │ │ │ │ ├── Expression_11.png
│ │ │ │ │ ├── Expression_12.png
│ │ │ │ │ ├── Expression_13.png
│ │ │ │ │ ├── Expression_14.png
│ │ │ │ │ ├── Expression_15.png
│ │ │ │ │ ├── Expression_16.png
│ │ │ │ │ ├── Expression_17.png
│ │ │ │ │ ├── Expression_18.png
│ │ │ │ │ ├── Expression_19.png
│ │ │ │ │ ├── Expression_1.png
│ │ │ │ │ ├── Expression_20.png
│ │ │ │ │ ├── Expression_21.png
│ │ │ │ │ ├── Expression_22.png
│ │ │ │ │ ├── Expression_23.png
│ │ │ │ │ ├── Expression_24.png
│ │ │ │ │ ├── Expression_25.png
│ │ │ │ │ ├── Expression_26.png
│ │ │ │ │ ├── Expression_27.png
│ │ │ │ │ ├── Expression_28.png
│ │ │ │ │ ├── Expression_29.png
│ │ │ │ │ ├── Expression_2.png
│ │ │ │ │ ├── Expression_30.png
│ │ │ │ │ ├── Expression_31.png
│ │ │ │ │ ├── Expression_32.png
│ │ │ │ │ ├── Expression_33.png
│ │ │ │ │ ├── Expression_34.png
│ │ │ │ │ ├── Expression_35.png
│ │ │ │ │ ├── Expression_36.png
│ │ │ │ │ ├── Expression_37.png
│ │ │ │ │ ├── Expression_38.png
│ │ │ │ │ ├── Expression_39.png
│ │ │ │ │ ├── Expression_3.png
│ │ │ │ │ ├── Expression_40.png
│ │ │ │ │ ├── Expression_41.png
│ │ │ │ │ ├── Expression_42.png
│ │ │ │ │ ├── Expression_43.png
│ │ │ │ │ ├── Expression_44.png
│ │ │ │ │ ├── Expression_45.png
│ │ │ │ │ ├── Expression_46.png
│ │ │ │ │ ├── Expression_47.png
│ │ │ │ │ ├── Expression_48.png
│ │ │ │ │ ├── Expression_49.png
│ │ │ │ │ ├── Expression_4.png
│ │ │ │ │ ├── Expression_50.png
│ │ │ │ │ ├── Expression_51.png
│ │ │ │ │ ├── Expression_52.png
│ │ │ │ │ ├── Expression_53.png
│ │ │ │ │ ├── Expression_54.png
│ │ │ │ │ ├── Expression_55.png
│ │ │ │ │ ├── Expression_56.png
│ │ │ │ │ ├── Expression_57.png
│ │ │ │ │ ├── Expression_58.png
│ │ │ │ │ ├── Expression_59.png
│ │ │ │ │ ├── Expression_5.png
│ │ │ │ │ ├── Expression_60.png
│ │ │ │ │ ├── Expression_61.png
│ │ │ │ │ ├── Expression_62.png
│ │ │ │ │ ├── Expression_63.png
│ │ │ │ │ ├── Expression_64.png
│ │ │ │ │ ├── Expression_65.png
│ │ │ │ │ ├── Expression_66.png
│ │ │ │ │ ├── Expression_67.png
│ │ │ │ │ ├── Expression_68.png
│ │ │ │ │ ├── Expression_69.png
│ │ │ │ │ ├── Expression_6.png
│ │ │ │ │ ├── Expression_70.png
│ │ │ │ │ ├── Expression_71.png
│ │ │ │ │ ├── Expression_72.png
│ │ │ │ │ ├── Expression_73.png
│ │ │ │ │ ├── Expression_74.png
│ │ │ │ │ ├── Expression_75.png
│ │ │ │ │ ├── Expression_76.png
│ │ │ │ │ ├── Expression_77.png
│ │ │ │ │ ├── Expression_78.png
│ │ │ │ │ ├── Expression_79.png
│ │ │ │ │ ├── Expression_7.png
│ │ │ │ │ ├── Expression_80.png
│ │ │ │ │ ├── Expression_81.png
│ │ │ │ │ ├── Expression_82.png
│ │ │ │ │ ├── Expression_83.png
│ │ │ │ │ ├── Expression_84.png
│ │ │ │ │ ├── Expression_85.png
│ │ │ │ │ ├── Expression_86.png
│ │ │ │ │ ├── Expression_87.png
│ │ │ │ │ ├── Expression_88.png
│ │ │ │ │ ├── Expression_89.png
│ │ │ │ │ ├── Expression_8.png
│ │ │ │ │ ├── Expression_90.png
│ │ │ │ │ ├── Expression_91.png
│ │ │ │ │ ├── Expression_92.png
│ │ │ │ │ ├── Expression_93.png
│ │ │ │ │ ├── Expression_94.png
│ │ │ │ │ ├── Expression_95.png
│ │ │ │ │ ├── Expression_96.png
│ │ │ │ │ ├── Expression_97.png
│ │ │ │ │ ├── Expression_98.png
│ │ │ │ │ ├── Expression_99.png
│ │ │ │ │ └── Expression_9.png
│ │ │ │ ├── face1.png
│ │ │ │ ├── face2.png
│ │ │ │ ├── key1.png
│ │ │ │ ├── key2.png
│ │ │ │ ├── loc1.png
│ │ │ │ ├── loc2.png
│ │ │ │ ├── video1.png
│ │ │ │ └── video2.png
│ │ │ ├── key.xml
│ │ │ └── notice
│ │ │ ├── boy.mp3
│ │ │ ├── girl.mp3
│ │ │ └── radar.wav
│ │ ├── robots.txt
│ │ └── script
│ │ └── api.js
│ ├── README.md
│ ├── src
│ │ ├── App.vue
│ │ ├── assets
│ │ │ ├── fonts
│ │ │ │ ├── BAHNSCHRIFT.TTF
│ │ │ │ ├── icomoon.ttf
│ │ │ │ └── icomoon.woff
│ │ │ ├── images
│ │ │ │ ├── authentication.png
│ │ │ │ ├── bg1.png
│ │ │ │ ├── bg2.png
│ │ │ │ ├── bg3.png
│ │ │ │ ├── bg4.png
│ │ │ │ ├── camera.png
│ │ │ │ ├── code.png
│ │ │ │ ├── demo1.jpg
│ │ │ │ ├── docBubble.png
│ │ │ │ ├── doc.png
│ │ │ │ ├── gallery.png
│ │ │ │ ├── grounpImg.png
│ │ │ │ ├── heface.jpg
│ │ │ │ ├── hj_icon_live_hot_1.png
│ │ │ │ ├── hj_icon_party_type_amount.png
│ │ │ │ ├── hj_icon_party_type_fire.png
│ │ │ │ ├── hj_icon_party_type_hot.png
│ │ │ │ ├── imboy-active.png
│ │ │ │ ├── imboy.png
│ │ │ │ ├── img1.png
│ │ │ │ ├── img2.png
│ │ │ │ ├── img3.png
│ │ │ │ ├── imgirl-active.png
│ │ │ │ ├── imgirl.png
│ │ │ │ ├── login-bg.jpg
│ │ │ │ ├── mine-bg.png
│ │ │ │ ├── myface.jpg
│ │ │ │ ├── mzdj_room_user_ds.png
│ │ │ │ ├── notice.png
│ │ │ │ ├── peopleBubble.png
│ │ │ │ ├── people.png
│ │ │ │ ├── pk_det_img2.png
│ │ │ │ ├── pk_det_img3.png
│ │ │ │ ├── pk_det_img4.png
│ │ │ │ ├── pk_det_img5.png
│ │ │ │ ├── pk_det_img.png
│ │ │ │ ├── pk.png
│ │ │ │ ├── pwd.png
│ │ │ │ ├── quick.png
│ │ │ │ └── user.png
│ │ │ ├── logo.png
│ │ │ ├── sass
│ │ │ │ ├── components
│ │ │ │ │ ├── dialog.sass
│ │ │ │ │ ├── doctitlebar.sass
│ │ │ │ │ └── message.sass
│ │ │ │ ├── icon.sass
│ │ │ │ └── style.sass
│ │ │ └── testdata.js
│ │ ├── common
│ │ │ ├── js
│ │ │ │ ├── messageUtil.js
│ │ │ │ ├── mixin.js
│ │ │ │ ├── rem.js
│ │ │ │ ├── rongyun.js
│ │ │ │ └── wx_sdk.js
│ │ │ └── styles
│ │ │ ├── base.css
│ │ │ └── mixin.less
│ │ ├── components
│ │ │ ├── accompany
│ │ │ │ └── accompanyList.vue
│ │ │ ├── Bscroll
│ │ │ │ └── Bscroll.vue
│ │ │ ├── dynamic
│ │ │ │ └── dynamicItem.vue
│ │ │ ├── gameList.vue
│ │ │ ├── loadingMore
│ │ │ │ ├── loading.gif
│ │ │ │ └── loadingMore.vue
│ │ │ ├── message
│ │ │ │ ├── facebox.vue
│ │ │ │ ├── funcbox.vue
│ │ │ │ ├── index.js
│ │ │ │ ├── message.vue
│ │ │ │ └── textbox.vue
│ │ │ ├── navbar
│ │ │ │ ├── navbar.vue
│ │ │ │ └── search.vue
│ │ │ ├── operation
│ │ │ │ ├── comment.vue
│ │ │ │ ├── follow.vue
│ │ │ │ ├── operation.vue
│ │ │ │ ├── positionStr.vue
│ │ │ │ ├── share.vue
│ │ │ │ └── userList.vue
│ │ │ ├── order
│ │ │ │ └── orderItem.vue
│ │ │ ├── pk
│ │ │ │ └── pkItem.vue
│ │ │ ├── svgIcon
│ │ │ │ └── svgIcon.vue
│ │ │ ├── tabbar
│ │ │ │ └── tabbar.vue
│ │ │ ├── upload
│ │ │ │ ├── uploadAvatar.vue
│ │ │ │ ├── uploadImage.vue
│ │ │ │ └── uploadVideo.vue
│ │ │ └── user
│ │ │ ├── bankCard.vue
│ │ │ └── gander.vue
│ │ ├── icons
│ │ │ ├── index.js
│ │ │ └── svg
│ │ │ ├── filter.svg
│ │ │ ├── game-active.svg
│ │ │ ├── game.svg
│ │ │ ├── gift.svg
│ │ │ ├── home-active.svg
│ │ │ ├── home.svg
│ │ │ ├── mine01.svg
│ │ │ ├── mine02.svg
│ │ │ ├── mine03.svg
│ │ │ ├── mine04.svg
│ │ │ ├── mine05.svg
│ │ │ ├── mine06.svg
│ │ │ ├── mine07.svg
│ │ │ ├── mine08.svg
│ │ │ ├── mine09.svg
│ │ │ ├── mine10.svg
│ │ │ ├── mine11.svg
│ │ │ ├── mine12.svg
│ │ │ ├── order.svg
│ │ │ ├── release-dynamic.svg
│ │ │ ├── release-match.svg
│ │ │ ├── release-pk.svg
│ │ │ ├── release-skill.svg
│ │ │ ├── release.svg
│ │ │ ├── release-video.svg
│ │ │ ├── search.svg
│ │ │ ├── skill.svg
│ │ │ ├── user-active.svg
│ │ │ ├── user.svg
│ │ │ ├── video-active.svg
│ │ │ ├── video.svg
│ │ │ └── wallet.svg
│ │ ├── main.js
│ │ ├── registerServiceWorker.js
│ │ ├── router
│ │ │ └── router.js
│ │ ├── server
│ │ │ ├── apis.js
│ │ │ ├── axios.js
│ │ │ └── envconfig.js
│ │ ├── store
│ │ │ └── store.js
│ │ └── views
│ │ ├── about
│ │ │ └── about.vue
│ │ ├── accompany
│ │ │ ├── accompanyDetail.vue
│ │ │ ├── accompany.vue
│ │ │ └── bg.png
│ │ ├── community
│ │ │ ├── dynamicDetail.vue
│ │ │ └── square.vue
│ │ ├── coupons
│ │ │ └── coupons.vue
│ │ ├── index
│ │ │ ├── index.vue
│ │ │ └── subviews
│ │ │ ├── game.vue
│ │ │ ├── home.vue
│ │ │ ├── mine.vue
│ │ │ └── video.vue
│ │ ├── login
│ │ │ ├── login.vue
│ │ │ ├── register2.vue
│ │ │ ├── register3.vue
│ │ │ ├── register4.vue
│ │ │ ├── register5.vue
│ │ │ ├── register copy.vue
│ │ │ ├── register.vue
│ │ │ └── resetPassword.vue
│ │ ├── message
│ │ │ ├── chat.vue
│ │ │ └── messageList.vue
│ │ ├── mine
│ │ │ ├── addBankCard.vue
│ │ │ ├── bankCardList.vue
│ │ │ ├── fansList.vue
│ │ │ ├── mygift.vue
│ │ │ ├── recharge.vue
│ │ │ ├── setting.vue
│ │ │ ├── wallet.vue
│ │ │ └── withdraw.vue
│ │ ├── order
│ │ │ ├── downOrder.vue
│ │ │ ├── orderDetail.vue
│ │ │ └── orderList.vue
│ │ ├── pk
│ │ │ ├── pkDetails.vue
│ │ │ ├── pkList.vue
│ │ │ ├── pkManito.vue
│ │ │ └── pkResult.vue
│ │ ├── release
│ │ │ ├── ability.vue
│ │ │ ├── dynamic.vue
│ │ │ ├── pk.vue
│ │ │ └── video.vue
│ │ ├── task
│ │ │ └── task.vue
│ │ └── video
│ │ └── videoDetail.vue
│ ├── tests
│ │ └── unit
│ │ └── example.spec.js
│ ├── van-custom-theme.js
│ ├── vue.config.js
│ └── 鏍¢暱鐢电珵鍑哄搧
└── __MACOSX
└── dianjing_app
├── public
│ └── img
├── src
│ └── icons
└── tests
64 directories, 334 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论