Git Product home page Git Product logo

inquisition's Introduction

Inquisition 审判庭

明日方舟速通云控后端

API文档

部署后访问

TODO

  • 心跳协议
  • Task拉取
  • 多设备管理 负载均衡
  • Admin管理
  • 日志
  • 前端实现 --> 当前开发
  • 截图获取
  • User管理
  • 通知

低优先度TODO

  • CDK

业务流程

设备部署

  1. deviceToken申请
  2. 终端deviceToken部署

终端业务流程

  1. 心跳
  2. 获取任务
  3. 任务完成上报
  4. 任务失败上报
  5. 手动日志上报 (已由后端处理部分任务日志)

后端部署

# yaml配置

# 启动端口
server:
  port: 2000
  
# 数据库连接配置 Mysql 8+
spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3306/arklights?characterEncoding=UTF-8
    username: root
    password: 123456
    
# 每日任务刷新cron表达式
cron: '0 0 4,12,20 * * ?'

inquisition's People

Contributors

dazecake 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.