support feedback rewards for unbound users

This commit is contained in:
2569718930@qq.com
2026-06-12 23:17:34 +08:00
parent 568d22ff1d
commit 33fbf17c18
5 changed files with 114 additions and 9 deletions
@@ -56,4 +56,10 @@ export function runTests() {
feedbackPageSource.includes("reward_points"),
"ops feedback page must show existing feedback reward details",
);
assert(
feedbackPageSource.includes("actionError") &&
feedbackPageSource.includes("奖励发放失败:") &&
feedbackPageSource.includes("加载失败:"),
"ops feedback page must distinguish reward action failures from list loading failures",
);
}