Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Resource

Shirasawa edited this page Mar 21, 2020 · 4 revisions

资源

全部的资源都可以含有以下字段:

{
  "id": "<id>",
  "title": "<title>",
  "author": "<author>",
  "description": "<description>",
  "time": <time>
}

说明

id (唯一ID)

类型: 字符串

由作者填写的, 保证不会发生重复的资源ID, 推荐格式为 命名空间/资源名, (如: Notch/minecraft)

title (标题) - 可选

类型: 字符串

资源的名字

author (作者名) - 可选

类型: 字符串

作者的ID

description (描述) - 可选

类型: 字符串

对资源的描述或介绍

time (发布时间) - 可选

类型: 数值

资源发布的具体时间戳