feat(mindspace): add achievements showcase with paginated management
Memind CI / Test, build, and release guards (push) Successful in 3m28s
Memind CI / Test, build, and release guards (push) Successful in 3m28s
Ship the M成果 page with list/delete UX, fix deletePage for incomplete page records, route /space/achievements, and add M成果 under the WeChat M空间 menu. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -26,9 +26,19 @@ const MENU = {
|
||||
url: 'https://m.tkmind.cn',
|
||||
},
|
||||
{
|
||||
type: 'view',
|
||||
name: 'M空间',
|
||||
url: 'https://m.tkmind.cn/space',
|
||||
sub_button: [
|
||||
{
|
||||
type: 'view',
|
||||
name: '空间首页',
|
||||
url: 'https://m.tkmind.cn/space',
|
||||
},
|
||||
{
|
||||
type: 'view',
|
||||
name: 'M成果',
|
||||
url: 'https://m.tkmind.cn/space/achievements',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'view',
|
||||
|
||||
Reference in New Issue
Block a user