Files
go_blog/templates/admin
kevin 2c46846309 feat: 搬移附件/头像端点模板 JS 至 /api 路径
- article_create.html:附件上传/删除/列表 fetch 改 /api/admin/articles/attachments
  (删除改用 DELETE 方法),与新路由匹配
- profile.html:头像上传 fetch 改 /api/profile/avatar
- 验证:grep 确认模板/static 无残留旧 URL,go build/vet/test 全绿
2026-08-27 19:26:19 +08:00
..