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

Commit 2a73f48

Browse files
committed
2 parents 0c1910e + b756c16 commit 2a73f48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/pages/Account/Account.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ checkConversation();`}
363363
header={
364364
<Space>
365365
<Tag color="purple">Node.js 异步</Tag>
366-
<Text>Node.js 异步接口方式(高性能并发处理</Text>
366+
<Text>Node.js 异步接口方式(不会超过API速度限制</Text>
367367
</Space>
368368
}
369369
key="nodejs-async"
@@ -519,7 +519,7 @@ public class GuardrailsExample {
519519
header={
520520
<Space>
521521
<Tag color="gold">Java 异步</Tag>
522-
<Text>Java 异步接口方式(高性能并发处理</Text>
522+
<Text>Java 异步接口方式(不会超过API速度限制</Text>
523523
</Space>
524524
}
525525
key="java-async"
@@ -711,7 +711,7 @@ func main() {
711711
header={
712712
<Space>
713713
<Tag color="lime">Go 异步</Tag>
714-
<Text>Go 异步接口方式(高性能并发处理</Text>
714+
<Text>Go 异步接口方式(不会超过API速度限制</Text>
715715
</Space>
716716
}
717717
key="go-async"

0 commit comments

Comments
 (0)