API bookmark

This commit is contained in:
xiaomlove
2025-09-14 04:42:37 +07:00
parent 3eaa2fc14e
commit 01cbb0fa61
16 changed files with 94 additions and 22 deletions
+8
View File
@@ -17,4 +17,12 @@ return [
'text' => 'View user basic info',
'desc' => 'View user basic info',
],
'bookmark:store' => [
'text' => 'Add bookmark',
'desc' => 'Add bookmark',
],
'bookmark:delete' => [
'text' => 'Delete bookmark',
'desc' => 'Delete bookmark',
],
];