refactor(phone-image): Wave 2 - form, controller, JS engine, API updates

T3: Add cover_text textarea to post edit form

T4: Update Post controller - content copy + cover_text passing

T5: Refactor JS engine - remove old APIs, add forced breaks, page numbers, per-page alignment

T8: Add cover_text to API default_fields, apidoc (4 places), AGENTS.md
This commit is contained in:
augushong
2026-05-02 09:16:05 +08:00
parent 2aa60f87ed
commit bcd00e32ea
6 changed files with 109 additions and 186 deletions

View File

@@ -154,6 +154,7 @@ class Articles extends BaseController
'jump_to_url_status' => 0,
'poster' => '',
'desc' => '',
'cover_text' => '',
'author_name' => '',
'hits' => 0,
'is_top' => 0,