Phần Post đã thiết kế xong chỉ cần sửa lại tempalte nữa là được

This commit is contained in:
2026-06-28 16:25:51 +07:00
parent 38d6b8234a
commit 0326535eb6
64 changed files with 13477 additions and 1603 deletions
+5 -1
View File
@@ -323,7 +323,11 @@ We have implemented a WordPress-like static pages management feature at `/manage
```powershell
./gradlew bootRun
```
3. Open your browser and navigate to: [http://localhost:8080/manage/pages](http://localhost:8080/manage/pages)
3. Open your browser and navigate to the Page Management dashboard: [http://localhost:8080/manage/pages](http://localhost:8080/manage/pages)
4. Navigate to the Posts Management dashboards:
- **All Posts**: [http://localhost:8080/manage/posts](http://localhost:8080/manage/posts)
- **Categories**: [http://localhost:8080/manage/categories](http://localhost:8080/manage/categories)
- **Tags**: [http://localhost:8080/manage/tags](http://localhost:8080/manage/tags)
### 2. Form Fields & Features
When creating or editing a page (`/manage/pages/new` or `/manage/pages/{id}/edit`):