mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 15:51:11 +08:00
【调整】雨云增加host标识
This commit is contained in:
@@ -282,7 +282,7 @@ export const ApiProjectConfig: Record<string, ApiProjectType> = {
|
||||
rainyun: {
|
||||
name: "雨云",
|
||||
icon: "rainyun",
|
||||
type: ["dns"],
|
||||
type: ["host", "dns"],
|
||||
hostRelated: {
|
||||
sslcenter: { name: "证书中心" }
|
||||
},
|
||||
|
||||
@@ -123,16 +123,6 @@ export default defineConfig({
|
||||
clearTarget: true,
|
||||
exclude: ["node_modules", ".git"],
|
||||
},
|
||||
{
|
||||
source: "apps/allin-ssl/dist",
|
||||
target: [
|
||||
".sync-git/allinssl-gitlab/frontend",
|
||||
".sync-git/allinssl-github/frontend",
|
||||
],
|
||||
mode: "copy",
|
||||
clearTarget: true,
|
||||
exclude: ["node_modules", ".git"],
|
||||
},
|
||||
{
|
||||
source: "/",
|
||||
target: [
|
||||
|
||||
Reference in New Issue
Block a user