Commit c224ae4
committed
fix: 修复 _redirects 文件中的状态码格式
feat: 添加 Cline AI 编码工具融资文章,介绍其成功与行业影响
refactor: 优化图片选择逻辑,优先使用 banner_image 参数
feat: 支持 GIF 图片上传,优化图片格式处理逻辑
feat: 更新博客模板,使用动态 banner_image 代替静态图片路径
feat: 添加 RAG 系统文件上传功能,支持指定文件上传并进行错误检查
fix: 修复模板文件中导出日期的格式问题
Add comprehensive tests for book cover generation and noise texture creation
- Introduced `test_cover_images.py` to validate properties of generated front and back cover images, including dimensions, mode, and pixel variance.
- Added performance tests to ensure cover generation completes within 1 second.
- Created `test_extended_cover.py` to test new functionalities in the `create_cover` function, including back cover naming conventions and front/back generation options.
- Implemented `test_noise_texture.py` to validate the `make_noise_texture` function with various parameters and save generated textures.
- Added detailed README for the PDF Book Exporter tool, outlining features, usage, examples, and advanced customization options.
- Removed outdated inline debug tests and specific wrapping tests to streamline the testing process.
feat: 添加 GitHub Copilot 使用说明文档,提供多语言 Hugo 静态站点的开发指导
feat: 在 RSS 源中添加内容编码和描述字段
feat: 添加背封面配置和增强封面功能,优化 PDF 导出工具
feat: 添加背封面图片和二维码,更新书籍元数据
feat: 删除 PDF 导出工具的 HTML 模板文件
feat: 优化引用块样式,调整颜色和间距设置
feat: 修改按钮样式,调整光标和尺寸设置
feat: 更新 Kubernetes 手册封面标题和字体大小,简化侧车容器功能描述
feat: 更新 PDF 导出工具封面配置,调整标题和副标题的字体大小及行高
feat: 调整 PDF 封面标题行高,优化多行标题的紧凑度1 parent 507e2f7 commit c224ae4
File tree
5 files changed
+29
-4
lines changed- interfaces/csi
5 files changed
+29
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
28 | 53 | | |
29 | 54 | | |
30 | 55 | | |
| |||
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
Loading
0 commit comments