Merge branch 'main' into feat/k8s

This commit is contained in:
RHQYZ 2024-10-18 18:03:54 +08:00 committed by GitHub
commit 02d582b564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 336 additions and 6 deletions

View File

@ -1,6 +1,7 @@
package applicant package applicant
import ( import (
"certimate/internal/domain"
"encoding/json" "encoding/json"
"fmt" "fmt"
"os" "os"

View File

@ -1,17 +1,16 @@
package notify package notify
import ( import (
"certimate/internal/utils/app"
"context" "context"
"fmt" "fmt"
"github.com/nikoksr/notify/service/lark"
"strconv" "strconv"
notifyPackage "github.com/nikoksr/notify" notifyPackage "github.com/nikoksr/notify"
"github.com/nikoksr/notify/service/dingding" "github.com/nikoksr/notify/service/dingding"
"github.com/nikoksr/notify/service/http" "github.com/nikoksr/notify/service/http"
"github.com/nikoksr/notify/service/lark"
"github.com/nikoksr/notify/service/telegram" "github.com/nikoksr/notify/service/telegram"
"certimate/internal/utils/app"
) )
const ( const (

329
ui/dist/assets/index-j5PIjQ7r.js vendored Normal file

File diff suppressed because one or more lines are too long

1
ui/dist/index.html vendored
View File

@ -10,5 +10,6 @@
</head> </head>
<body class="bg-background"> <body class="bg-background">
<div id="root"></div> <div id="root"></div>
</body> </body>
</html> </html>