Skip to content

Commit

Permalink
测试提交
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRainLand committed Feb 19, 2025
1 parent 13ad1ac commit c37a486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TipsMgr.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export class TipsMgr {
static tipsTimer: number = 0;
static tipsTimer: any = 0;
static showTips(msg: string) {
const chineseCharCount = (msg.match(/[\u4e00-\u9fa5]/g) || []).length;
const otherCharCount = msg.length - chineseCharCount;
Expand Down

0 comments on commit c37a486

Please sign in to comment.