This commit is contained in:
2025-11-28 16:17:55 +08:00
commit 3b097b5f63
480 changed files with 117778 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

View File

@@ -0,0 +1,24 @@
<?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
),
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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<flow>
<chain name="tenantChain">
THEN(
tenantRule,
WHEN(
tenantRoleRule,
tenantRoleMenuRule,
tenantDeptRule,
tenantPostRule,
tenantDictBizRule,
tenantUserRule
)
);
</chain>
</flow>