mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 13:39:53 +00:00
Add the functionality to authorize copying
This commit is contained in:
parent
1347066549
commit
f036eb1cf2
@ -155,9 +155,9 @@ Certimate 是一个免费且开源的项目,采用 [MIT 开源协议](LICENSE.
|
|||||||
## 八、加入社区
|
## 八、加入社区
|
||||||
|
|
||||||
* [Telegram-a new era of messaging](https://t.me/+ZXphsppxUg41YmVl)
|
* [Telegram-a new era of messaging](https://t.me/+ZXphsppxUg41YmVl)
|
||||||
* 微信群聊
|
* 微信群聊(需要邀请入群,可先加作者好友)
|
||||||
|
|
||||||
<img src="https://i.imgur.com/zSHEoIm.png" width="400"/>
|
<img src="https://i.imgur.com/8xwsLTA.png" width="400"/>
|
||||||
|
|
||||||
## 九、Star History
|
## 九、Star History
|
||||||
[](https://starchart.cc/usual2970/certimate)
|
[](https://starchart.cc/usual2970/certimate)
|
||||||
|
@ -31,11 +31,12 @@ func Send(title, content string) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
n := notifyPackage.New()
|
||||||
// 添加推送渠道
|
// 添加推送渠道
|
||||||
notifyPackage.UseServices(notifiers...)
|
n.UseServices(notifiers...)
|
||||||
|
|
||||||
// 发送消息
|
// 发送消息
|
||||||
return notifyPackage.Send(context.Background(), title, content)
|
return n.Send(context.Background(), title, content)
|
||||||
}
|
}
|
||||||
|
|
||||||
func getNotifiers() ([]notifyPackage.Notifier, error) {
|
func getNotifiers() ([]notifyPackage.Notifier, error) {
|
||||||
|
File diff suppressed because one or more lines are too long
2
ui/dist/index.html
vendored
2
ui/dist/index.html
vendored
@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Certimate - Your Trusted SSL Automation Partner</title>
|
<title>Certimate - Your Trusted SSL Automation Partner</title>
|
||||||
<script type="module" crossorigin src="/assets/index-DJOIkUUb.js"></script>
|
<script type="module" crossorigin src="/assets/index-Dn4jGLHB.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-I--T0qY3.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-I--T0qY3.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-background">
|
<body class="bg-background">
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "Certimate v0.1.14";
|
export const version = "Certimate v0.1.15";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user