This commit is contained in:
jeremygan2021
2026-02-12 19:40:59 +08:00
parent eb8957af91
commit 1f1516ae20
11 changed files with 772 additions and 20 deletions

View File

@@ -27,7 +27,9 @@ export default defineAppConfig({
root: 'subpackages/forum',
pages: [
'detail/index',
'create/index'
'create/index',
'activity/index',
'activity/detail'
]
}
],