opt pub page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-08 21:42:35 +08:00
parent 8bf55ec95a
commit 05153fda72
27 changed files with 1374 additions and 288 deletions

View File

@@ -923,4 +923,10 @@ class Api {
static const String createVote = '/x/vote/create';
static const String updateVote = '/x/vote/update';
static const String createReserve = '/x/new-reserve/up/reserve/create';
static const String updateReserve = '/x/new-reserve/up/reserve/update';
static const String reserveInfo = '/x/new-reserve/up/reserve/info';
}