增加活动项

This commit is contained in:
mgw
2024-12-30 17:59:11 +08:00
parent 3b07b26303
commit 7556c09ac2

View File

@@ -7,7 +7,7 @@ registerPatch({
fields: {
availableWebViews: {
compute() {
return ["list", "form"];
return ["list", "form", "activity"];
},
},
},