[PR #14] [MERGED] Feat/bark #36

Closed
opened 2026-03-01 14:53:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/beilunyang/moepush/pull/14
Author: @beilunyang
Created: 4/9/2025
Status: Merged
Merged: 4/9/2025
Merged by: @beilunyang

Base: mainHead: feat/bark


📝 Commits (2)

  • 34122cb feat: Add bark channel support
  • 56cf51b feat: update current time function to support custom timezone and format

📊 Changes

10 files changed (+398 additions, -20 deletions)

View changed files

📝 README.md (+1 -0)
components/channel-form/bark-fields.tsx (+38 -0)
📝 components/channel-form/index.tsx (+4 -0)
📝 components/function-selector.tsx (+11 -11)
📝 components/template-fields.tsx (+25 -0)
lib/channels/bark.ts (+271 -0)
📝 lib/channels/base.ts (+1 -0)
📝 lib/channels/index.ts (+3 -0)
📝 lib/db/schema/channels.ts (+15 -1)
📝 lib/template.ts (+29 -8)

📄 Description

  • feat: Add bark channel support
  • feat: Update current time function to support custom timezone and format

🔄 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/beilunyang/moepush/pull/14 **Author:** [@beilunyang](https://github.com/beilunyang) **Created:** 4/9/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@beilunyang](https://github.com/beilunyang) **Base:** `main` ← **Head:** `feat/bark` --- ### 📝 Commits (2) - [`34122cb`](https://github.com/beilunyang/moepush/commit/34122cbb9845098361ae8c61745cb6ccf0b59828) feat: Add bark channel support - [`56cf51b`](https://github.com/beilunyang/moepush/commit/56cf51ba924cce6873245e42e1bad81914f52236) feat: update current time function to support custom timezone and format ### 📊 Changes **10 files changed** (+398 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `components/channel-form/bark-fields.tsx` (+38 -0) 📝 `components/channel-form/index.tsx` (+4 -0) 📝 `components/function-selector.tsx` (+11 -11) 📝 `components/template-fields.tsx` (+25 -0) ➕ `lib/channels/bark.ts` (+271 -0) 📝 `lib/channels/base.ts` (+1 -0) 📝 `lib/channels/index.ts` (+3 -0) 📝 `lib/db/schema/channels.ts` (+15 -1) 📝 `lib/template.ts` (+29 -8) </details> ### 📄 Description - feat: Add bark channel support - feat: Update current time function to support custom timezone and format --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:53:48 +03:00
Sign in to join this conversation.
No labels
pull-request
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/moepush#36
No description provided.