Commit Graph
513 Commits
Author SHA1 Message Date
zimonianhua 5f1f8385c1 fix(embed): 修正静态资源嵌入路径以包含所有子目录
Docker Build and Push / build (push) Has been cancelled
使用 `all:` 前缀替代通配符 `*` 以确保 `web/dist` 目录下的所有文件及其子目录都被正确嵌入,避免因路径匹配问题导致资源加载失败。
2026-02-10 21:16:38 +08:00
zimonianhua 9e38fe239d build: 将 mime-support 替换为 media-types
Docker Build and Push / build (push) Has been cancelled
Debian 12 中已弃用 mime-support 包,media-types 是其替代品。此变更为确保在较新 Debian 版本中能成功构建镜像。
2026-02-10 21:07:23 +08:00
zimonianhua 2ca4ad5437 fix: 修复日志记录函数调用错误
Docker Build and Push / build (push) Has been cancelled
- 将 `logrus.Errorf("Server err: ", err)` 修正为 `logrus.Errorf("Server err: %v", err)`,以正确格式化错误信息。
- 将 `logrus.Infof(startInfo)` 修正为 `logrus.Info(startInfo)`,因为 `startInfo` 已经是格式化的字符串。
- 在多处将 `logrus.Error` 和 `entry.Errorf` 错误用法修正为 `logrus.Errorf` 和 `entry.Error`,确保日志格式化与函数签名匹配。
2026-02-10 21:02:30 +08:00
zimonianhua 1e85ad88ff fix: 添加mime-support包并注册MIME类型以修复静态文件响应
Docker Build and Push / build (push) Has been cancelled
在Dockerfile中添加mime-support包以确保正确的MIME类型检测,同时在Go代码中显式注册.js、.mjs、.css和.map文件的MIME类型,避免浏览器因Content-Type不正确而拒绝加载静态资源。
2026-02-10 20:57:39 +08:00
zimonianhua 07f4be3fc1 build: 移除Dockerfile中的mailcap依赖并优化前端配置
Docker Build and Push / build (push) Has been cancelled
- 删除Dockerfile中不必要的mailcap包以精简镜像
- 将前端配置从process.env改为import.meta.env以适配现代构建工具
- 移除Go代码中手动设置mime类型的冗余逻辑
- 修复静态资源路由路径格式(/assets改为assets/)
- 优化导入语句格式和代码结构
2026-02-10 20:46:06 +08:00
zimonianhua 7f9b638553 fix: use all: prefix for embed to include files starting with underscore
Docker Build and Push / build (push) Has been cancelled
2026-02-10 20:40:35 +08:00
zimonianhua 39d61dd7ad fix: 修复Docker镜像中静态资源加载问题
Docker Build and Push / build (push) Has been cancelled
- 在Dockerfile中添加mailcap包以提供mime类型支持
- 修正静态资源路由路径从"assets/"改为"/assets"
- 显式注册.js和.css文件的mime类型,防止因缺少mime配置导致浏览器加载失败
2026-02-10 20:31:31 +08:00
zimonianhua 3519a26495 chore: 删除已弃用的部署工作流并更新生产环境检测
Docker Build and Push / build (push) Has been cancelled
删除三个已弃用的 GitHub Actions 工作流文件 (deploy_docs_pages.yml, demo_site_deploy.yml, custom_deploy.yml),这些工作流已不再使用。
同时更新 web/config.js 中的生产环境检测逻辑,使其同时识别 'prod' 和 'production' 环境变量值,提高配置的灵活性。
2026-02-10 20:17:26 +08:00
zimonianhua fbf7885131 build: 分离开发与发布环境的 Docker 构建配置
Docker Build and Push / build (push) Has been cancelled
custom-deploy-your-server / build-deploy (push) Has been cancelled
deploy-demo-site / build-deploy (push) Has been cancelled
Deploy Docs to GitHub Pages / build (push) Has been cancelled
Deploy Docs to GitHub Pages / Deploy (push) Has been cancelled
- 新增 Dockerfile.release 用于生产环境,仅包含运行所需的最小依赖
- 重构原 Dockerfile 为多阶段构建,集成前端构建与后端编译
- 更新 .goreleaser.yaml 以使用新的发布镜像配置
- 新增 GitHub Actions 工作流用于自动构建和推送 Docker 镜像
2026-02-10 19:57:51 +08:00
zimonianhua 26e45ce8c3 build: 更新 go.mod 中的依賴項版本
custom-deploy-your-server / build-deploy (push) Has been cancelled
deploy-demo-site / build-deploy (push) Has been cancelled
Deploy Docs to GitHub Pages / build (push) Has been cancelled
Deploy Docs to GitHub Pages / Deploy (push) Has been cancelled
更新多個依賴項至新版本,包括 google/uuid (v1.3.0 → v1.6.0)、modernc.org/sqlite (v1.23.1 → v1.45.0) 及其相關模組,並添加了新的依賴項 ncruces/go-strftime 和 golang.org/x/exp。
2026-02-10 19:00:38 +08:00
zimonianhua 9538ab481b feat: 新增企业微信应用消息发送渠道
custom-deploy-your-server / build-deploy (push) Has been cancelled
deploy-demo-site / build-deploy (push) Has been cancelled
Deploy Docs to GitHub Pages / build (push) Has been cancelled
Deploy Docs to GitHub Pages / Deploy (push) Has been cancelled
- 添加 WeChatCorpAccount 消息类型常量
- 新增企业微信应用配置结构体和渠道验证逻辑
- 实现企业微信应用消息发送服务,支持 text、markdown 和 textcard 格式
- 添加前端配置界面,支持动态接收者设置
- 集成代理支持(HTTP/HTTPS/SOCKS5)
2026-02-10 18:52:59 +08:00
engigu 6ee6910ab7 feat: add pushme message 2026-02-04 19:33:10 +08:00
engigu c1209ccee5 feat: add pushme message 2026-02-04 19:30:34 +08:00
engigu 0c80b9cbe2 chore: prevent focus input 2026-01-28 20:58:28 +08:00
engigu 313e22cc25 chore: change ways style 2026-01-28 20:48:09 +08:00
engigu a33a520d3b fix: template mesage send 2026-01-28 20:13:29 +08:00
Your Name 8381a7de87 feat: add armv7 2026-01-26 11:16:32 +08:00
engigu 93f6b1c31e feat: add arm v7 2026-01-25 10:45:10 +08:00
engigu 2738c1a031 feat: add arm v7 2026-01-25 10:29:56 +08:00
Your Name 6218041725 fix: aliyunsms send error 2026-01-23 11:31:21 +08:00
engigu ea6af44f0c feat: add bark encrypt message 2026-01-22 19:16:24 +08:00
engigu f0bbef5541 feat: update docs 2026-01-21 19:31:38 +08:00
engigu 8279d27e31 feat: add bark message 2026-01-21 19:26:48 +08:00
engigu d3a8cb9c17 fix: opt page style 2026-01-19 20:12:01 +08:00
engigu ac42d0e1a9 feat: homepage line chart display 2026-01-16 19:41:21 +08:00
engiguandGitHub 8f95143e3e Update badge labels in README.md 2026-01-16 09:12:48 +08:00
engiguandGitHub 810dd77f5e Enhance README with additional badges
Added badges for version, image size, and pulls to README.
2026-01-16 09:05:51 +08:00
Your Name ba5520baa4 fix: docs ini conf 2026-01-16 09:00:57 +08:00
Your Name 6f7574f854 feat: remove dockerhub docs 2026-01-16 08:50:08 +08:00
Your Name 7f5a432869 feat: update nignx docs 2026-01-16 08:37:46 +08:00
Your Name 90549e0621 feat: update nignx docs 2026-01-16 08:33:05 +08:00
engigu 05695f2648 feat: opt static cache 2026-01-15 20:47:42 +08:00
engigu 873c0bed8e fix: url prefix 2026-01-15 20:42:08 +08:00
engigu d13d3c9799 feat: add base script 2026-01-15 20:33:50 +08:00
engigu b539a20136 feat: add build.sh 2026-01-15 20:22:08 +08:00
engigu 4b15146cdb feat: add url prefix 2026-01-15 20:05:00 +08:00
Your Name 18ad967df3 fix: template message send mutli 2026-01-15 08:52:57 +08:00
engigu 328e88e8c4 feat: udpate docs 2026-01-14 21:12:26 +08:00
engigu 53a60b54b2 feat: add tg bot send way 2026-01-14 20:51:58 +08:00
Your Name 1d13bc69ab fix: send channels static 2026-01-08 08:46:39 +08:00
Your Name b92622590a fix: remove debug info 2026-01-07 20:39:49 +08:00
Your Name b6eff4161b fix: host message tile col width 2026-01-07 20:25:19 +08:00
Your Name d30a6073af chore: adjust send log record 2026-01-07 20:17:56 +08:00
Your Name 8c7390e5f8 fix: docs docker depoly desc 2026-01-07 15:34:19 +08:00
Your Name 7da321e8e6 fix: homepage pie chart display 2026-01-07 11:13:38 +08:00
engiguandGitHub ff569c8897 Update README with contribution and star history sections 2026-01-07 10:22:09 +08:00
Your Name c934044b2c fix: piont error 2026-01-07 08:41:25 +08:00
engigu 01028093ea fix: ding send val error 2026-01-06 21:14:35 +08:00
Your Name e6a1d6d9c5 fix: send_stats uniq key 2026-01-06 16:54:04 +08:00
Your Name 29ad95ac98 fix: send_stats task_id type 2026-01-06 16:47:40 +08:00