chore: replace all cn comments to en version by volc api (#313)

This commit is contained in:
tecvan
2025-07-31 15:18:11 +08:00
committed by GitHub
parent 91d6cdb430
commit 5abc63fba6
254 changed files with 5899 additions and 5844 deletions

View File

@@ -217,7 +217,7 @@ func (p *PluginApplicationService) toPluginInfoForPlayground(ctx context.Context
UpdateTime: strconv.FormatInt(pl.UpdatedAt/1000, 10),
ProjectID: strconv.FormatInt(pl.GetAPPID(), 10),
VersionName: pl.GetVersion(),
VersionTs: pl.GetVersion(), // 兼容前端逻辑,理论上应该使用 VersionName
VersionTs: pl.GetVersion(), // Compatible with front-end logic, in theory VersionName should be used
PluginApis: pluginAPIs,
}
@@ -1237,7 +1237,7 @@ func (p *PluginApplicationService) PublicGetProductList(ctx context.Context, req
resp = &productAPI.GetProductListResponse{
Data: &productAPI.GetProductListData{
Products: products,
HasMore: false, // 一次性拉完
HasMore: false, // Finish at one time
Total: int32(res.Total),
},
}