feat: 添加挑战详情页面预制体,优化分享功能与数据展示
This commit is contained in:
@@ -37,6 +37,10 @@ export function getShareJoinUrl(code: string): string {
|
||||
return `${API_BASE}/share/${code}/join`;
|
||||
}
|
||||
|
||||
export function getShareDetailUrl(code: string): string {
|
||||
return `${API_BASE}/share/${code}`;
|
||||
}
|
||||
|
||||
export function getShareSubmitUrl(code: string): string {
|
||||
return `${API_BASE}/share/${code}/submit`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user