This commit is contained in:
kk
2026-07-08 17:57:11 +08:00
commit f1e6599892
743 changed files with 159169 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<flow>
<chain name="ossChain">
THEN(
preOssRule,
SWITCH(ossCacheRule).TO(
ossReadRule,
THEN(
ossDataRule,
SWITCH(ossBuildRule).TO(
aliOssRule,
amazonS3Rule,
huaweiObsRule,
minioRule,
qiniuOssRule,
tencentCosRule,
localFileRule
),
ossTemplateRule
).id("ossNewRule")
),
finallyOssRule
);
</chain>
</flow>

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<flow>
<chain name="smsChain">
THEN(
preSmsRule,
SWITCH(smsBuildRule).TO(
aliSmsRule,
qiniuSmsRule,
tencentSmsRule,
yunpianSmsRule,
cacheSmsRule
),
finallySmsRule
);
</chain>
</flow>