feat: 完善关卡创作页面
This commit is contained in:
@@ -22,6 +22,8 @@ export const API_ENDPOINTS = {
|
||||
SHARE_PROGRESS: `${API_BASE}/share/progress`,
|
||||
/** 用户信息 */
|
||||
USER_INFO: `${API_BASE}/user/info`,
|
||||
/** 用户所有已通关的关卡(成就墙 / 关卡回看) */
|
||||
COMPLETED_LEVELS: `${API_BASE}/levels/completed`,
|
||||
} as const;
|
||||
|
||||
export function getLevelEnterUrl(levelId: string): string {
|
||||
|
||||
Reference in New Issue
Block a user