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 结构和样式以匹配新设计
2026-02-11 14:20:32 +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 存储键值包含代理信息以避免冲突。
2026-02-11 09:44:32 +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
109756674f
fix: fix webhook ui
2024-11-10 18:02:18 +08:00
JustSong
0f39a36ec2
feat: set auto refresh is on by default
2024-11-10 16:51:31 +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
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
1a3ebafd34
feat: support channel level auth
2024-11-10 10:47:25 +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
JustSong
2abd8f4681
fix: show bind options only available
2023-05-21 11:23:55 +08:00
JustSong
75282abb5f
feat: now message editor will save the selected channel as default channel
2023-05-16 20:31:28 +08:00
JustSong
8996737643
fix: fix option update logic not working properly
2023-05-16 09:53:21 +08:00
JustSong
8ead1f76cd
feat: support tencent custom alarm now ( close #87 )
2023-05-15 22:57:12 +08:00
JustSong
0f73bf4185
style: hide scroll bar
2023-05-14 18:32:40 +08:00
JustSong
3684437258
feat: able to set home page link
2023-05-14 18:19:24 +08:00
JustSong
d434c370ab
perf: load cached about content first
2023-05-14 16:13:12 +08:00
JustSong
464bd71ec6
chore: update OneBot's configuration prompt
2023-05-12 19:33:43 +08:00
JustSong
8f7e5456e5
feat: use sse to fetch new messages ( close #70 )
2023-05-12 18:28:54 +08:00
JustSong
5a6f834606
fix: correct form column number
2023-05-12 11:35:16 +08:00
JustSong
34b9633417
fix: able to use default channel to send webhook message now
2023-05-10 16:05:18 +08:00
JustSong
1d32544019
chore: update description
2023-05-10 15:55:36 +08:00
JustSong
53738c0940
fix: fix typo
2023-05-10 15:46:10 +08:00
JustSong
4c618eda51
feat: able to create webhooks now ( close #76 )
2023-05-10 15:30:11 +08:00
JustSong
f7999d944e
feat: double check before deleting a user
2023-05-10 10:09:24 +08:00
JustSong
fb4fe963d8
fix: bug fix for message editor
2023-05-09 16:49:20 +08:00
JustSong
d8aaec9b84
feat: add message editor ( close #59 )
2023-05-09 09:36:01 +08:00
JustSong
82068de143
feat: support custom channel now ( close #72 , close #75 , #71 )
2023-05-08 22:20:14 +08:00
JustSong
030c5e0f8f
feat: support displaying title & content in template message ( close #74 )
2023-05-08 18:58:29 +08:00
JustSong
5b5a56122b
feat: support lark app now ( close #41 )
2023-05-08 10:39:30 +08:00
JustSong
99bf0ca127
refactor: update test message content
2023-05-07 13:32:47 +08:00
JustSong
4530104264
feat: able to get message sending status now ( #58 )
2023-05-07 13:16:44 +08:00
JustSong
1cade7a218
feat: support group message now ( close #46 )
2023-05-07 10:33:48 +08:00
JustSong
48902f0a16
fix: render channel name directly ( #68 )
2023-05-06 21:49:11 +08:00
c70cc3a793
fix: fix push setting page ( #68 )
...
* fix: unknown channel on message page
* feat: add get all chanels short api
* style: temporaryly change label color
* fix: update query for new api
* fix: fix PushSetting page
* fix: fix PushSetting page
---------
Co-authored-by: JustSong <quanpengsong@gmail.com >
2023-05-06 21:19:49 +08:00
JustSong
2fd800b0a3
feat: support channel OneBot now ( close #64 )
2023-05-06 15:21:17 +08:00
JustSong
c72c5fe102
chore: update dashboard
2023-05-06 11:11:20 +08:00
JustSong
e03ba3439d
Merge branch 'feat-channel'
2023-05-06 10:18:48 +08:00
JustSong
91725aeba7
feat: now client part supports multiple channels for the same type ( #50 )
2023-05-06 10:15:18 +08:00
o0oo0ooo0 and GitHub
e56675954e
docs: update README ( #62 )
...
* Update README.md
Supplementary command.
* Update README.md
Supplementary command.
* Update README.md
add \r\n
2023-05-01 09:41:46 +08:00
JustSong
65783feafa
feat: redirect to login page if login expired
2023-04-27 12:46:34 +08:00
JustSong
f5977581d3
feat: show new message count & new user count in home page
2023-04-19 15:22:57 +08:00
JustSong
3fe6625e16
fix: fix wrong repo url
2023-04-16 20:29:29 +08:00
JustSong
be90beccd1
feat: now user can enable auto refresh to check new messages
2023-04-16 19:57:45 +08:00
JustSong
9307be249a
chore: update time format
2023-04-16 19:01:38 +08:00
JustSong
dfdddc1064
feat: warn user if it doesn't have message persistence permission
2023-04-16 18:51:58 +08:00