feat: 建立整改 Task 1 多端质量基线

This commit is contained in:
weijuesen
2026-08-13 22:18:35 +08:00
parent 1b8cab19df
commit ff94ff28fe
27 changed files with 3470 additions and 315 deletions
+1
View File
@@ -56,6 +56,7 @@ const NotificationPage: React.FC = () => {
try {
const res = await Taro.requestSubscribeMessage({
tmplIds: configured.map((t) => t.id),
entityIds: configured.map((t) => t.id),
});
for (const t of configured) {
if (res[t.id] === 'accept') {