This commit is contained in:
2026-07-06 18:45:06 +08:00
parent a3f67a76f8
commit 32688ab52c
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -28,7 +28,7 @@
}
})();
</script>
<script type="module" crossorigin src="/assets/index-BWUWanXk.js"></script>
<script type="module" crossorigin src="/assets/index-DzBPiPEO.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D9_3MPsN.css">
</head>
<body>
@@ -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);
})