feat(feedback): add problem reporting flow

This commit is contained in:
2026-07-16 18:30:34 +08:00
parent 4981de9b18
commit 37f45f0736
34 changed files with 1866 additions and 4 deletions
+3
View File
@@ -103,4 +103,7 @@ export class ApiPath {
/** 上报用户信息 */
static readonly reportUserInfo = `${ApiPath._data}/report-user-info`;
// ============ 用户反馈相关 ============
static readonly feedback = `${ApiPath._baseUrl}/feedback`;
}