zimonianhua
3d6ba87546
style(ui): 优化页面布局与视觉样式
...
- 为 Header 组件添加 fixed 定位,并调整 body 顶部内边距
- 为主内容区域增加内边距和最大宽度限制以提升可读性
- 为多个 Segment 组件添加 basic 属性以移除背景和阴影
- 新增 CSS 工具类 `neu-no-shadow` 用于透明化元素
- 优化按钮间距、菜单项悬停效果及活动状态样式
2026-02-11 14:29:26 +08:00
zimonianhua
96eb8d7064
style(ui): 将主题从液态玻璃更新为新拟态设计并替换仓库链接
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
- 将整体 UI 主题从液态玻璃效果更改为新拟态(Neumorphism)设计风格
- 更新所有 GitHub 仓库链接至新组织地址
- 简化页脚信息,移除作者和许可证声明
- 调整消息页面的 HTML 结构和样式以匹配新设计
1.3
2026-02-11 14:20:32 +08:00
zimonianhua
de68963f40
feat(ui): 引入液态玻璃设计风格并重构消息页面样式
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
- 将消息页面整体布局更新为液态玻璃设计风格,使用渐变背景和毛玻璃效果
- 重构 CSS 文件,移除旧样式并实现新的设计系统,包括变量定义和组件样式
- 优化响应式布局和视觉层次,提升页面美观度和现代感
- 保留原有功能内容的同时全面更新视觉呈现方式
1.2
2026-02-11 13:55:46 +08:00
zimonianhua
476e42b919
fix(channel): 增加HTTP客户端超时时间并改进SOCKS5代理处理
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
- 将Telegram和微信企业号通道的HTTP客户端超时统一延长至30秒,避免因网络延迟导致请求失败
- 修复SOCKS5代理连接未正确处理上下文取消的问题,现在支持带认证的SOCKS5代理
- 当无法获取默认HTTP传输时,提供完整的传输配置而非空结构
1.1
2026-02-11 11:25:42 +08:00
zimonianhua
f395e4c951
build: 将 Docker 镜像源从 justsong 更改为 zimonianhua
...
更新 docker-compose.yml 和 GitHub Actions 工作流文件中的镜像名称,以使用新的镜像仓库源。
2026-02-11 10:16:21 +08:00
zimonianhua
52b9439a14
build: 升级 Node.js 版本至 18 并启用 corepack
...
- 将 Docker 基础镜像从 node:16 升级至 node:18。
- 在 Dockerfile 中启用 corepack 并准备指定版本的 yarn。
- 更新所有 GitHub Actions 工作流中的 node-version 为 18。
2026-02-11 10:09:40 +08:00
zimonianhua
3044db38bb
ci: 改进版本信息获取以支持无标签提交
...
修改所有 GitHub Actions 工作流,在检出代码时获取完整历史记录和标签,并将 `git describe` 命令统一添加 `--always` 参数,确保在无标签的提交上也能生成有效的版本信息。
2026-02-11 09:58:46 +08:00
zimonianhua
79f8d5d600
feat(channel): 为 Telegram 和微信企业号添加代理支持
...
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled
新增 HTTP 客户端工厂函数以支持通过代理发送请求,代理地址可在频道配置中设置。同时修复了微信企业号 TokenStore 更新时代理地址未同步的问题,并确保 Token 存储键值包含代理信息以避免冲突。
1.0
2026-02-11 09:44:32 +08:00
JustSong
fbbfa58da1
docs: fix warning banner
2025-11-22 12:22:47 +08:00
JustSong
1870a3b7d1
docs: fix warning banner
2025-11-22 12:22:17 +08:00
JustSong
19d40a1fa2
docs: add warning banner
2025-11-22 12:21:46 +08:00
JustSong
22d1e8eacf
docs: update new server address
2025-11-22 12:17:35 +08:00
JustSong
dd782ec3ab
feat: allow non-https when CHANNEL_URL_ALLOW_NON_HTTPS is true ( close #153 )
2025-02-11 01:18:44 +08:00
JustSong
9b45ba2505
feat: allow non-https when CHANNEL_URL_ALLOW_NON_HTTPS is true ( close #153 )
2025-02-11 00:52:32 +08:00
JustSong
109756674f
fix: fix webhook ui
2024-11-10 18:02:18 +08:00
JustSong
981539b8e9
fix: ignore auth when using webhook
2024-11-10 17:50:14 +08:00
JustSong
431c0d6e15
perf: use yarn instead of npm
2024-11-10 16:54:35 +08:00
JustSong
0f39a36ec2
feat: set auto refresh is on by default
2024-11-10 16:51:31 +08:00
JustSong
03b3636d74
fix: fix cookie path
2024-11-10 12:56:06 +08:00
JustSong
9ea2b5ef9d
fix: fix cookie path
2024-11-10 12:49:03 +08:00
JustSong
04944427b8
fix: fix cookie path
2024-11-10 12:43:01 +08:00
JustSong
631af1f827
feat: set http_only flag for cookie
2024-11-10 12:27:20 +08:00
JustSong
939e956424
feat: support render_mode now
2024-11-10 12:21:05 +08:00
JustSong
37b8562f0f
chore: update channel table ui
2024-11-10 11:43:06 +08:00
JustSong
ad2fd6bf90
chore: update channel table ui
2024-11-10 11:39:45 +08:00
JustSong
755725205b
docs: update readme
2024-11-10 11:26:34 +08:00
6f3f53c85a
feat: group message support specify target ( #121 )
...
* feat: group message support specify target
* chore: remove text for customized descriptions like i18n
* fix: update priority
---------
Co-authored-by: JustSong <songquanpeng@foxmail.com >
2024-11-10 11:06:38 +08:00
fghwett and GitHub
ef7c2d0a9d
fix: resolve message sending failure when containing "\n" using webhook and custom channel ( #111 )
...
* 使用webhook和custom通道发送消息时如果内容中包含\n会推送失败的问题
* 消息查看页面增加markdown内容解析,访问链接页面增加GFM拓展解析
* 访问链接页面GFM footnote支持
2024-11-10 10:58:12 +08:00
Yrobot and GitHub
d5cceb9589
feat: add a popup on Copy webhook Button to display the webhook url ( #117 )
2024-11-10 10:56:38 +08:00
Johnson Sun and GitHub
30cd8ec528
feat: add fallback for copy function ( #135 )
2024-11-10 10:51:24 +08:00
JustSong
fe8638324f
Merge remote-tracking branch 'origin/master'
2024-11-10 10:47:44 +08:00
JustSong
1a3ebafd34
feat: support channel level auth
2024-11-10 10:47:25 +08:00
4663674664
chore: bump google.golang.org/protobuf from 1.30.0 to 1.33.0 ( #148 )
...
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-10 10:46:49 +08:00
b873d717bb
chore: bump golang.org/x/net from 0.10.0 to 0.23.0 ( #149 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.10.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-10 10:46:45 +08:00
JustSong
08a8688aa7
feat: support channel level auth
2024-11-10 10:46:28 +08:00
JustSong
83a2bc9bd4
fix: fix loading
2024-11-10 09:53:28 +08:00
fa86ffe7b6
chore: bump golang.org/x/crypto from 0.9.0 to 0.17.0 ( #126 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.9.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-10 09:47:30 +08:00
JustSong
85504942d1
docs: update readme
2024-11-10 02:42:19 +08:00
JustSong
ce8dd677e9
docs: add issue templates
2023-06-15 19:15:47 +08:00
0fbb1289cb
chore: bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 ( #96 )
...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases )
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-02 13:13:16 +08:00
JustSong
87486f24e4
docs: update README
2023-05-23 16:59:04 +08:00
JustSong
0885559647
fix: use previous secret if not given
2023-05-23 11:17:58 +08:00
JustSong
b6f8da58a3
docs: update README
2023-05-22 10:02:34 +08:00
JustSong
446a78e1b9
feat: now you can use the token query parameter in POST message push request
2023-05-22 09:59:10 +08:00
JustSong
2abd8f4681
fix: show bind options only available
2023-05-21 11:23:55 +08:00
JustSong
c59f758f2c
fix: add X-Accel-Buffering header on SSE response
2023-05-20 11:43:17 +08:00
JustSong
0728dd28b8
fix: fix message segmentation in Telegram's markdown parse mode ( close #88 )
2023-05-20 11:36:28 +08:00
JustSong
2674362f3b
docs: update README ( #90 )
2023-05-17 16:49:23 +08:00
JustSong
16c9ad2ff7
docs: update README ( close #90 )
2023-05-17 16:47:06 +08:00
JustSong
75282abb5f
feat: now message editor will save the selected channel as default channel
2023-05-16 20:31:28 +08:00