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

@@ -27,13 +27,13 @@ enum ParamsIndex {
}
/**
* use-data-reporter区分使用
* use-data-reporter用于组件场景
* data-reporter用于ts/js场景
* Distinguished from use-data-reporter
* Use-data-reporter for component scenarios
* Data-reporter for ts/js scenarios
*/
class DataReporter {
/**
* 获取公共的meta信息
* Access to public meta information
*/
getMeta() {
const pathName = window.location.pathname;
@@ -49,7 +49,7 @@ class DataReporter {
}
/**
* 错误事件上报
* Error event reporting
* @param namespace
* @param event
*/
@@ -62,7 +62,7 @@ class DataReporter {
}
/**
* 自定义事件上报
* Customs event report
* @param namespace
* @param event
*/