refactor(promotion): 移除 DiyTemplatePlatformEnum 中的注释

- 移除了 type 相关的注释内容
- 保留了枚举的平台数组定义
pull/227/head
wuKong 2025-12-30 10:58:29 +08:00
parent 3625010b8b
commit 4dcefa7298
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ public enum DiyTemplatePlatformEnum implements ArrayValuable<String> {
private static final String[] ARRAYS =
Arrays.stream(values()).map(DiyTemplatePlatformEnum::getPlatform).toArray(String[]::new);
/**
* type
* uniPlatform
*
*/