1
This commit is contained in:
@@ -61,7 +61,7 @@ export function CreativeAgentTemplateConfirmPanel({
|
||||
setDraftSelection(selection);
|
||||
}, [selection]);
|
||||
|
||||
const pointsText = `${draftSelection.costRange.minPoints} 到 ${draftSelection.costRange.maxPoints} 光点`;
|
||||
const pointsText = `${draftSelection.costRange.minPoints} 到 ${draftSelection.costRange.maxPoints} 泥点`;
|
||||
|
||||
const panel = (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user