Giter Site home page Giter Site logo

devilsafe / talentmov-master-alice Goto Github PK

View Code? Open in Web Editor NEW
16.0 0.0 6.0 46.86 MB

一个家用视频网站的源代码

Home Page: https://www.518915.com

License: Other

Java 99.95% HTML 0.05%
cms maccms android android-application video player androidvideoplayer

talentmov-master-alice's Introduction

talentmov-master

追剧达人APK更新教程

前后端都需要配置 后端就是网站部分 路径 app/cms/src/app/Api 后台的api接口在我个人的网站中,有需要的可以到网站下载。

也可以在github获取地址

Mov.php 这个文件内 修改

public function checkUpdate(){
    $update = array(
            "versionCode" => 101,
            "updateMsg" =>"1.优化投屏播放及交互,欢迎体验。\n",
            "downloadUrl" =>"http://123.207.150.253/apk/BTMovie_1.6.3.apk",
            "isForce" => true,
            "version" =>"1.6.3");
    return $update;
}



"versionCode" => 101,   这个101就是新的APK内的版本号 比如没升级的apk是100 
如果你要升级就要先在这个地方写101

"version" =>"1.6.3"  这个就是前台显示的版本号 可以随意

"downloadUrl" =>"http://123.207.150.253/apk/BTMovie_1.6.3.apk",这个是你新编译的APK 的直连下载地址 什么网盘啥的没用

新的APK内一定要填写要升级到的版本号我apk内填写的是101跟1.0.1 修改这两个位置

也可以搜索 
public static final int VERSION_CODE =

都配置好老版本的就会提示升级了顺序也就是先制作新版APK 然后配置后台 后台一旦配置了 老版本就会立马提示更新了

talentmov-master-alice's People

Contributors

devilsafe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.