add: tag created at unix

This commit is contained in:
2021-09-26 11:36:34 +08:00
parent ab6b597d7b
commit 133713ae7f
3 changed files with 22 additions and 0 deletions

View File

@@ -308,11 +308,13 @@ await octokit.request('GET /api/yystopf/csfjkkj/tags.json')
|tarball_url |string|标签tar包下载地址|
|tagger |object|打标签的人|
|time_ago |string|打标签的时间|
|created_at_unix|string|打标签的时间戳|
|message |string|标签信息|
|commit |object|标签最后一个commit|
|commit.sha |string|commit的id|
|commit.message |string|commit的提交信息|
|commit.time_ago|string|commit的提交时间|
|commit.created_at_unix|string|commit的提交时间戳|
|commit.commiter|object|commit的提交者|
|commit.author|object|commit的作者|
@@ -333,11 +335,13 @@ await octokit.request('GET /api/yystopf/csfjkkj/tags.json')
"image_url": "system/lets/letter_avatars/2/T/19_237_174/120.png"
},
"time_ago": "1天前",
"created_at_unix": 1632376903,
"message": "jdfkls",
"commit": {
"sha": "08fe383f1e5ebe2e2a384a8ea3ee890a758c7cd7",
"message": "add\n",
"time_ago": "1天前",
"created_at_unix": 1632376186,
"committer": {
"id": 4,
"login": "testforge1",
@@ -364,11 +368,13 @@ await octokit.request('GET /api/yystopf/csfjkkj/tags.json')
"image_url": "system/lets/letter_avatars/2/V/39_141_222/120.png"
},
"time_ago": "10天前",
"created_at_unix": 1631588042,
"message": "dfks",
"commit": {
"sha": "5291b5e45a377c1f7710cc6647259887ed7aaccf",
"message": "ADD file via upload\n",
"time_ago": "21天前",
"created_at_unix": 1630648417,
"committer": {
"id": null,
"login": "yystopf",