【优化】重绘各类厂商和资源来源图标

【新增】CA类型SSL.COM
【新增】消息通知渠道-webhook
【新增】消息通知渠道-飞书
【新增】消息通知渠道-钉钉
【新增】huaweicloud-cdn部署类型
【修改】版本号
This commit is contained in:
chudong
2025-05-29 14:29:11 +08:00
parent c7e8dee436
commit 29e5cc8304
170 changed files with 12084 additions and 13703 deletions

View File

@@ -99,15 +99,15 @@ export default defineConfig({
// 项目同步git
pluginProjectSyncGit({
gitProjects: [
{
repo: 'ssh://git@git.bt.cn:30001/wzz/allinssl.git',
branch: '1.0.2',
targetDir: 'allinssl-gitlab',
discardChanges: true,
},
// {
// repo: 'ssh://git@git.bt.cn:30001/wzz/allinssl.git',
// branch: '1.0.2',
// targetDir: 'allinssl-gitlab',
// discardChanges: true,
// },
{
repo: 'https://github.com/allinssl/allinssl.git',
branch: '1.0.3',
branch: '1.0.4',
targetDir: 'allinssl-github',
discardChanges: true,
},