[PR #269] [MERGED] feat: add ServerChan notifier #895

Closed
opened 2026-03-03 01:06:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/269
Author: @LeoChen98
Created: 10/26/2024
Status: Merged
Merged: 10/27/2024
Merged by: @usual2970

Base: mainHead: feat-serverchan-push-tube


📝 Commits (1)

  • ffdd61b feat: add ServerChan notifier

📊 Changes

9 files changed (+279 additions, -1 deletions)

View changed files

📝 internal/domain/notify.go (+1 -0)
📝 internal/notify/notify.go (+23 -0)
ui/src/components/notify/ServerChan.tsx (+236 -0)
📝 ui/src/domain/settings.ts (+7 -1)
📝 ui/src/i18n/locales/en/nls.common.json (+1 -0)
📝 ui/src/i18n/locales/en/nls.settings.json (+1 -0)
📝 ui/src/i18n/locales/zh/nls.common.json (+1 -0)
📝 ui/src/i18n/locales/zh/nls.settings.json (+1 -0)
📝 ui/src/pages/setting/Notify.tsx (+8 -0)

📄 Description

  • 新增Server酱通知

note

实际上是一个客制化的Webhook,但是由于请求的参数和方式需要特制所以单独分了出来。


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/269 **Author:** [@LeoChen98](https://github.com/LeoChen98) **Created:** 10/26/2024 **Status:** ✅ Merged **Merged:** 10/27/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat-serverchan-push-tube` --- ### 📝 Commits (1) - [`ffdd61b`](https://github.com/certimate-go/certimate/commit/ffdd61b5ee025caddc6fe8351ad565efb2f56f4f) feat: add ServerChan notifier ### 📊 Changes **9 files changed** (+279 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/domain/notify.go` (+1 -0) 📝 `internal/notify/notify.go` (+23 -0) ➕ `ui/src/components/notify/ServerChan.tsx` (+236 -0) 📝 `ui/src/domain/settings.ts` (+7 -1) 📝 `ui/src/i18n/locales/en/nls.common.json` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.settings.json` (+1 -0) 📝 `ui/src/i18n/locales/zh/nls.common.json` (+1 -0) 📝 `ui/src/i18n/locales/zh/nls.settings.json` (+1 -0) 📝 `ui/src/pages/setting/Notify.tsx` (+8 -0) </details> ### 📄 Description - 新增Server酱通知 ----- ## note 实际上是一个客制化的Webhook,但是由于请求的参数和方式需要特制所以单独分了出来。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#895
No description provided.