Add isjoined to event info and event list
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-02-05 17:43:20 +08:00
parent a7a6b7aa4e
commit 4f0b4262ed
9 changed files with 191 additions and 19 deletions

View File

@@ -2002,21 +2002,24 @@ const docTemplate = `{
"description": {
"type": "string"
},
"enable_kyc": {
"type": "boolean"
},
"end_time": {
"type": "string"
},
"event_id": {
"type": "string"
},
"is_joined": {
"type": "boolean"
},
"join_count": {
"type": "integer"
},
"name": {
"type": "string"
},
"require_kyc": {
"type": "boolean"
},
"start_time": {
"type": "string"
},

View File

@@ -2000,21 +2000,24 @@
"description": {
"type": "string"
},
"enable_kyc": {
"type": "boolean"
},
"end_time": {
"type": "string"
},
"event_id": {
"type": "string"
},
"is_joined": {
"type": "boolean"
},
"join_count": {
"type": "integer"
},
"name": {
"type": "string"
},
"require_kyc": {
"type": "boolean"
},
"start_time": {
"type": "string"
},

View File

@@ -6,16 +6,18 @@ definitions:
type: integer
description:
type: string
enable_kyc:
type: boolean
end_time:
type: string
event_id:
type: string
is_joined:
type: boolean
join_count:
type: integer
name:
type: string
require_kyc:
type: boolean
start_time:
type: string
thumbnail: