This commit is contained in:
2026-05-01 20:29:09 +08:00
parent 8718472dbd
commit 87fbf41fab
137 changed files with 2922 additions and 989 deletions

View File

@@ -94,6 +94,7 @@ describe('authService', () => {
loginMethod: 'password',
bindingStatus: 'active',
wechatBound: false,
createdAt: '2026-05-01T00:00:00.000Z',
},
});
@@ -130,6 +131,7 @@ describe('authService', () => {
loginMethod: 'password',
bindingStatus: 'active',
wechatBound: false,
createdAt: '2026-05-01T00:00:00.000Z',
},
});
@@ -217,6 +219,7 @@ describe('authService', () => {
loginMethod: 'phone',
bindingStatus: 'active',
wechatBound: false,
createdAt: '2026-05-01T00:00:00.000Z',
},
});
@@ -295,6 +298,7 @@ describe('authService', () => {
loginMethod: 'wechat',
bindingStatus: 'active',
wechatBound: true,
createdAt: '2026-05-01T00:00:00.000Z',
},
});
@@ -317,6 +321,7 @@ describe('authService', () => {
loginMethod: 'phone',
bindingStatus: 'active',
wechatBound: false,
createdAt: '2026-05-01T00:00:00.000Z',
},
});

View File

@@ -136,7 +136,7 @@ export async function updatePuzzleRunPause(
}
/**
* 使用正式拼图道具,服务端负责扣除陶泥币并更新运行态。
* 使用正式拼图道具,服务端负责扣除光点并更新运行态。
*/
export async function usePuzzleRuntimeProp(
runId: string,

View File

@@ -99,7 +99,7 @@ export async function deletePuzzleWork(profileId: string) {
}
/**
* 领取当前用户名下拼图作品的整数陶泥币激励。
* 领取当前用户名下拼图作品的整数光点激励。
*/
export async function claimPuzzleWorkPointIncentive(profileId: string) {
return requestJson<PuzzleWorkMutationResponse>(