Skip to content

Commit 74c3dc1

Browse files
committed
调整一下
1 parent df1237e commit 74c3dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/org/tabooproject/intellij/step/ConfigurationPropertiesStep.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ val MODULES: List<String> by lazy {
4040
}
4141

4242
val TEMPLATE_DOWNLOAD_MIRROR = mapOf(
43-
"GitHub" to "https://github.com/TabooLib/taboolib-sdk/archive/refs/heads/idea-template.zip",
44-
"Aliyun" to "https://template.tabooproject.org"
43+
"github.com" to "https://github.com/TabooLib/taboolib-sdk/archive/refs/heads/idea-template.zip",
44+
"tabooproject.org" to "https://template.tabooproject.org"
4545
)
4646

4747
data class ConfigurationProperty(

0 commit comments

Comments
 (0)