Giter Club home page Giter Club logo

datasourcerepository's Introduction

数据源仓库

提交格式:将自制数据源整合到一个文件夹,打包好的ads文件放到此文件夹内,然后将这个文件夹提交到对应接口文件夹中,并在提交PR时给出数据源名称数据源ads地址描述作者图标(可选)

例:datasource/202202121320/sample1

datasource为仓库目录内的文件夹。

202202121320为接口版本文件夹,所有此版本的数据源都在文件夹下。

sample1为数据源文件夹,名称由制作者自拟。此文件夹内具体格式不限,但要保证含有源码ads文件即可。

数据源列表

名称 接口版本 描述 分类
sample1 202202121320202204191624202205211312 数据源1 动漫
sample2 202202121320202204191624202205211312202206242210 数据源2 动漫
henniu-sese 202202121320 很牛视频源🔞 18+
oyyds 202205211312 动漫汇集 动漫

开发说明

请将生成的ads数据源文件提交PR至本仓库

开发者要在相应接口版本的文件夹下修改data_source_list.json文件,注意格式正确性。

data_source_list.json字段说明

字段名 描述 数据类型 是否可以不写 备注
name 数据源名称,是唯一标识不能重复 字符串
interfaceVersion 数据源的接口版本 字符串
versionName 数据源版本名,给用户看的 字符串
versionCode 数据源版本号,给程序使用的 整型
author 作者 字符串
icon 数据源图标URL地址可以不写此字段 字符串 若文件在本仓库,可填写相对地址,如"/datasource/接口版本号/xxx/icon.png"
describe 描述简介 字符串
publicAt 发布时间 长整型
downloadUrl ads文件下载地址URL 字符串 若文件在本仓库,可填写相对地址,如"/datasource/接口版本号/xxx/xxx.ads"

Json举例

{
  "dataSourceList": [
    {
      "name": "CustomDataSource1",
      "interfaceVersion": "202205211312",
      "versionName": "1.2.2",
      "versionCode": 9,
      "author": "默认",
      "icon": "/datasource/202205211312/sample1/icon.webp",
      "describe": "动漫",
      "publicAt": 1653113783000,
      "downloadUrl": "/datasource/202205211312/sample1/CustomDataSource1.ads"
    }
  ]
}

datasourcerepository's People

Contributors

mr-mihu avatar ritoom 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.