Skip to content

Commit d312609

Browse files
committed
config: change default config
1 parent 3dff02a commit d312609

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/resources/config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313
"bStats": true,
1414
// 是否启用更新检测, 更新检测最多持续60秒, 并且全程在异步线程中执行.
1515
"checkUpdates": true,
16+
// luacage 包管理器设置
17+
"luacage": {
18+
// luacage 源仓库配置
19+
"sources": [
20+
{
21+
// 源仓库名
22+
"name": "default",
23+
// 源仓库地址
24+
"url": "https://raw.githubusercontent.com/SmileYik/luacage-demo/refs/heads/master/repo/"
25+
}
26+
]
27+
},
1628
// lua 反射设置
1729
"luaReflection": {
1830
// lua 所使用的反射类型, 目前可用反射类型如下:

0 commit comments

Comments
 (0)