1
This commit is contained in:
@@ -253,7 +253,7 @@ const TeamManagementPage: React.FC = () => {
|
||||
.then((blob) => {
|
||||
const a = document.createElement('a');
|
||||
a.href = URL.createObjectURL(blob);
|
||||
a.download = `team_credits_${dayjs().format('YYYYMMDD_HHmmss')}.csv`;
|
||||
a.download = `团队积分_${dayjs().format('YYYYMMDD_HHmmss')}.csv`;
|
||||
a.click();
|
||||
URL.revokeObjectURL(a.href);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user