mirror of
https://github.com/MengMengCode/VoCat.git
synced 2026-08-17 05:13:43 +08:00
feat: add Telegram API URL handling and version comparison utilities
- Implemented `telegramAPIURL` and `validateTelegramAPIURL` functions for constructing and validating Telegram API URLs. - Added semantic versioning utilities in `version.go` to compare versions and validate semantic version formats. - Created tests for version comparison logic in `version_test.go`. - Introduced IMS call handling in `call_runtime.go`, including methods for dialing, answering, and hanging up calls. - Added tests for incoming call handling and validation in `call_runtime_test.go`. - Developed a new `PluginsCard` component for managing plugins via URL or file upload in the web interface. - Implemented plugin management functions in `extensions.ts` and created an `ExtensionPage` for displaying plugin contributions.
This commit is contained in:
@@ -72,6 +72,10 @@ jobs:
|
||||
goarch: arm64
|
||||
goarm: ""
|
||||
filename: vocat-linux-arm64
|
||||
- target: linux-aarch64
|
||||
goarch: arm64
|
||||
goarm: ""
|
||||
filename: vocat-linux-aarch64
|
||||
- target: linux-armv7
|
||||
goarch: arm
|
||||
goarm: "7"
|
||||
|
||||
Reference in New Issue
Block a user