Code Monkey home page Code Monkey logo

wechatsport's Introduction

微信运动刷步 [卓易健康]

使用帮助

  1. 安装下载【卓易健康】APP,可在各大应用市场下载
  2. 苹果可在App Store或其他平台下载。安卓下载卓易健康app
  3. 安装APP并注册账号后点击-我-微信运动-绑定至相关微信设备即可
  4. 绑定微信后,在本页面输入刚刚注册的账号及要修改的步数点击提交修改
  5. 建议每次递交步数间隔不得超过9000,如第一次8999,第二次17998以此类推。微信上限98800

本地部署教程

IIS部署

  1. 下载dotNet Core 2.1运行时 https://dotnet.microsoft.com/download/dotnet-core
  2. 下载编译好的文件 https://github.com/CuiYuXi/WeChatSport/tree/master/publish/v1.0.2

https://github.com/CuiYuXi/WeChatSport/tree/master/publish/v1.0.0 (v1.0.0 是版本号 要想使用其他版本可以自行修改)

  1. 打开IIS→网站→添加网站→确定

  2. 应用程序池→找到刚刚添加的那个右键→基本设置→.NET CLR 版本 修改为无托管代码

  3. 访问 http://localhost/index.html 即可看到应用程序界面

Docker部署

按顺序执行下面命令
docker pull cuiyuxi/wechat_sport:latest
docker run -d -p 8001:80 --name=wechat_sport cuiyuxi/wechat_sport

访问 http://服务器ip:8001/Index.html 即可看到应用程序界面

wechatsport's People

Contributors

cuiyuxi avatar

Watchers

James Cloos 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.