基本信息
源码名称:读书app html代码
源码大小:2.08M
文件格式:.zip
开发语言:CSS
更新时间:2020-11-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

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

使用app源码编译自己的 小说APP

后端管理程序使用的是基于discuz x3.3 UTF-8 编码的一个插件,如果打算使用dz和此插件作为后端管理程序,可去 https://doc.xf512.com/read/jamesonread_app.html 查看

当然你也可以根据此处提供的接口文件api.php 自行编写,而无需安装dz和插件,只要确保接口名称和返回的数据格式一致即可


xiaoshuo-app-master

├── book
│   ├── about.html
│   ├── author.html
│   ├── authorlist.html
│   ├── bendi.html
│   ├── book.html
│   ├── bookku.html
│   ├── category.html
│   ├── edit_store.html
│   ├── faxian.html
│   ├── gengxin.html
│   ├── jilu.html
│   ├── jingxuan.html
│   ├── login.html
│   ├── mulu.html
│   ├── myfavores.html
│   ├── myguanzhu.html
│   ├── paihang.html
│   ├── paihanginfo.html
│   ├── read.html
│   ├── readbendi.html
│   ├── readset.html
│   ├── search.html
│   ├── shuping.html
│   ├── spgc.html
│   ├── store.html
│   ├── update.html
│   ├── userinfo.html
│   ├── wanben.html
│   ├── web.html
│   ├── zhuanti.html
│   └── zhuantiinfo.html
├── config.xml
├── css
│   ├── aui-iconfont.ttf
│   ├── aui-skin-night.css
│   ├── aui-slide.css
│   ├── aui.2.0.css
│   ├── aui_iconfont.ttf
│   └── font-awesome.min.css
├── fonts
│   ├── FontAwesome.otf
│   ├── fontawesome-webfont.eot
│   ├── fontawesome-webfont.svg
│   ├── fontawesome-webfont.ttf
│   ├── fontawesome-webfont.woff
│   └── fontawesome-webfont.woff2
├── image
│   ├── arrow.png
│   ├── book.png
│   ├── icon
│   │   ├── edit.png
│   │   ├── faxian.png
│   │   ├── faxian_active.png
│   │   ├── fengmian.png
│   │   ├── jingxuan.png
│   │   ├── jingxuan_active.png
│   │   ├── list.png
│   │   ├── qq.png
│   │   ├── quan.png
│   │   ├── qzone.png
│   │   ├── shujia.png
│   │   ├── shujia_active.png
│   │   ├── shuku.png
│   │   ├── shuku_active.png
│   │   ├── starban.png
│   │   ├── starred.png
│   │   ├── trans.png
│   │   ├── trans2.png
│   │   ├── txt.png
│   │   ├── wechat.png
│   │   └── weibo.png
│   ├── liulangnan.png
│   ├── login.png
│   ├── s1.png
│   ├── s2.png
│   └── s3.png
├── index.html
├── readMe.md
├── script
│   ├── api.js
│   ├── aui-actionsheet.js
│   ├── aui-collapse.js
│   ├── aui-dialog.js
│   ├── aui-lazyload.js
│   ├── aui-list-swipe.js
│   ├── aui-popup.js
│   ├── aui-pull-refresh.js
│   ├── aui-range.js
│   ├── aui-scroll.js
│   ├── aui-sharebox.js
│   ├── aui-skin.js
│   ├── aui-slide.js
│   ├── aui-tab.js
│   ├── aui-toast.js
│   ├── aui-waterfall.js
│   └── dot.js
└── 接口api文件夹
    └── xifeng
        └── api.php

8 directories, 92 files