mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 06:19:08 +08:00
feat: update file name
This commit is contained in:
@@ -69,7 +69,7 @@ export default function SharePicDialog({ showState, setShowState, randomChoose }
|
||||
|
||||
const handleDownload = () => {
|
||||
if (imageURL) {
|
||||
saveAs(imageURL, 'qwerty-learner.png')
|
||||
saveAs(imageURL, 'Qwerty-learner.png')
|
||||
recordShareAction('download')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user