Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 125a7fe

Browse files
author
ZeroWolf233
committed
chore: 小汉化
1 parent 38c4073 commit 125a7fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export class Cluster {
302302
const hash = req.params.hash.toLowerCase()
303303
const signValid = checkSign(hash, this.clusterSecret, req.query as NodeJS.Dict<string>)
304304
if (!signValid) {
305-
return res.status(403).send('invalid sign')
305+
return res.status(403).send('错误的sign')
306306
}
307307

308308
const hashPath = hashToFilename(hash)

0 commit comments

Comments
 (0)