chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -33,7 +33,7 @@ declare namespace DataItem {
interface UserInfo {
app_id: number;
/**
* @deprecated 会因为溢出丢失精度,使用 user_id_str
* @Deprecated will lose precision due to overflow, use user_id_str
*/
user_id: number;
user_id_str: string;
@@ -109,7 +109,7 @@ declare namespace DataItem {
name?: string;
[key?: string]: unknown;
}; // Record<string, unknown>;
// int值。1审核中2审核通过3审核不通过
// int value. 1 During the review, 2 passed the review, and 3 failed the review.
audit_status: number;
details: Record<string, unknown>;
is_auditing: boolean;
@@ -119,7 +119,7 @@ declare namespace DataItem {
}
/**
* 发送验证码的返回数据结构
* The return data structure for sending the verification code
*/
interface SendCodeData {
mobile: string;