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

Commit a6417c2

Browse files
committed
将“运算进度”修改为了“计算进度”
1 parent 14f4ab6 commit a6417c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Author: LetMeFly
33
* @Date: 2022-10-17 19:03:59
44
* @LastEditors: LetMeFly
5-
* @LastEditTime: 2022-10-20 18:32:09
5+
* @LastEditTime: 2022-10-20 18:35:03
66
-->
77
<!DOCTYPE html>
88
<html>
@@ -119,7 +119,7 @@ <h3>喜欢了就去点个Star吧:<a href="https://github.com/LetMeFly666/Count
119119
}
120120
const already = n1 * ln * ln * ln + n2 * ln * ln + n3 * ln + n4;
121121
const alreadyPercent = already * 100 / (ln * ln * ln * ln);
122-
percent.html("运算进度:" + alreadyPercent + "%");
122+
percent.html("计算进度:" + alreadyPercent + "%");
123123

124124
n4 += 1;
125125
if (n4 == ln) {
@@ -132,7 +132,7 @@ <h3>喜欢了就去点个Star吧:<a href="https://github.com/LetMeFly666/Count
132132
n2 = 0;
133133
n1++;
134134
if (n1 == ln) {
135-
percent.html("运算进度:100%");
135+
percent.html("计算进度:100%");
136136
return callBack();
137137
}
138138
}
@@ -247,7 +247,7 @@ <h3>喜欢了就去点个Star吧:<a href="https://github.com/LetMeFly666/Count
247247
}
248248
add1CenterH3Into1Div(processDiv, "数字:" + numbers.toString());
249249
add1CenterH3Into1Div(processDiv, "运算符:" + operators.toString());
250-
add1CenterH3Into1Div(processDiv, "运算进度:0%", "Percent");
250+
add1CenterH3Into1Div(processDiv, "计算进度:0%", "Percent");
251251

252252

253253
function caluAndRender() {

0 commit comments

Comments
 (0)