We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2697e42 commit a99fe12Copy full SHA for a99fe12
1 file changed
packages/wxt/entrypoints/fillSummary.content.ts
@@ -305,7 +305,7 @@ async function entrypoint() {
305
mass: String(matchBatteryWeight('为' + summaryInfo.mass)),
306
licontent: licontent === '0' ? '' : licontent,
307
testReportNo: summaryInfo.testReportNo,
308
- testDate: summaryInfo.testDate,
+ testDate: summaryInfo.testDate.replace(/\./g, '-'),
309
testManual: matchTestManualMap[testManual as keyof typeof matchTestManualMap] ?? '',
310
test1: summaryInfo.test1.includes('通过'),
311
test2: summaryInfo.test2.includes('通过'),
0 commit comments