39 Commits

Author SHA1 Message Date
augushong
45efbc24f6 fix(Post): 修正点击数缓存处理逻辑
- 使用 getOrigin 方法替代直接访问 data 数组,提高健壮性
- 修复缓存值为空字符串时的类型转换问题
- 在 setHitsAttr 中预加载 hits_title 属性确保缓存存在
- 统一使用整型返回值,避免类型不一致
2026-05-02 21:24:04 +08:00
augushong
eab8cee8a8 fix(api): 修复getData(id)新建对象时抛异常,改用isset安全检查 2026-05-01 16:19:38 +08:00
augushong
2f5846225e fix(api): 修复创建文章500错误和更新文章数据覆盖问题 2026-05-01 16:17:00 +08:00
augushong
83a2bd48a2 feat(post): 新增手机图片排版与AI智能排版功能
- 新增手机图片排版功能,支持小红书/抖音尺寸输出
- 新增AI智能排版顾问,支持内容分析与优化推荐
- 新增AI供应商管理,支持多渠道配置与同步
- 新增文章输出管理页面,支持图片预览与批量下载
- 新增字体文件与排版样式配置
2026-05-01 12:23:17 +08:00
augushong
6f332467df feat(content-type): add content_type field, markdown auto-conversion, and API doc updates
- Add content_type column to ul_post via migration
- Install league/commonmark for markdown->HTML conversion
- Add Post model accessors/setters for content_type and content
- Update API Articles controller save/update with content_type support
- Update API docs with content_type parameter and markdown example

Closes content-type-support plan
2026-04-29 20:46:44 +08:00
augushong
ac4d34884e feat(api-key): add api_key table, source fields, model and auth middleware 2026-04-27 00:07:18 +08:00
augushong
9a0bd9b2b0 feat: 优化三方平台加载 2025-10-04 10:51:10 +08:00
augushong
81e079c8f9 feat: 完成平台发表情况查询 2025-05-05 11:33:00 +08:00
augushong
70b17cbd10 feat: 完成三方平台发布管理 2025-05-05 10:29:49 +08:00
augushong
aa9ae7f30b 完成显示水印功能; 2024-02-18 15:41:14 +08:00
augushong
a59b124e70 优化机器人名称显示; 2023-11-27 09:20:39 +08:00
augushong
789d1dc395 优化记录存储 2023-11-07 10:04:54 +08:00
augushong
f27f47e2e3 ip脱敏处理 2023-08-10 10:22:41 +08:00
augushong
944000ecce 增加访问分析缓存 2023-07-08 09:22:29 +08:00
augushong
37c20ae141 新增文章统计;新增浏览文章查看 2023-06-28 16:09:53 +08:00
augushong
b106f99c91 优化IP显示 2023-06-28 11:23:31 +08:00
augushong
65e1800c6f 增加访问记录功能 2023-06-28 11:12:30 +08:00
augushong
a12cca37e4 增加通用结尾 2023-06-27 00:58:27 +08:00
augushong
839a8e4734 增加通用开头功能 2023-06-27 00:51:30 +08:00
augushong
bd8dd37a80 markdown支表格转换 2023-03-08 18:48:21 +08:00
augushong
138708182b 优化查询代码;增加RSS1 2023-03-02 09:43:25 +08:00
augushong
95eb8d8581 新增面板新增markdown导出 2022-07-28 16:26:10 +08:00
augushong
8bc73f83de 完成防采集版权声明; 2022-05-30 11:05:29 +08:00
augushong
4fda375028 优化性能和轮播图; 2022-03-19 00:18:31 +08:00
augushong
370a6cdc4d 优化网站性能; 2022-03-18 23:09:28 +08:00
augushong
980be86c6d 完成临时图片的自动删除; 2022-03-15 08:56:08 +08:00
augushong
80f5b7cf27 优化网站缓存; 2022-02-14 22:54:35 +08:00
augushong
bc828f73e0 完善访问链接; 2022-02-12 19:50:10 +08:00
augushong
7d8b948543 增加自动清除缓存特性; 2022-02-12 17:02:45 +08:00
augushong
90bbf61b6a 优化页面内的分类快速添加; 2022-02-12 15:37:36 +08:00
augushong
cc83df7fb9 完成评论统计 2021-01-03 22:02:34 +08:00
augushong
3b5a56aef5 完成评论 2021-01-03 21:52:54 +08:00
augushong
04d7bd0743 新增分类排序 2020-10-29 15:17:04 +08:00
augushong
97372ec997 seo优化标题,描述,文章 2020-08-22 16:48:38 +08:00
augushong
c2d7db90a5 完成文案分享 2020-08-22 13:44:13 +08:00
augushong
e07ca74785 完成分页优化 2020-08-20 12:12:12 +08:00
augushong
45f8a09b1c 优化url,多应用之间不能互相根据路由生成url,没有研究透 2020-08-15 00:08:16 +08:00
augushong
cae557ac0c 优化文章编辑分类设置 2020-08-13 00:43:26 +08:00
augushong
3bc46a4b9c 初始化项目 2020-08-07 23:49:50 +08:00