This website works better with JavaScript
首頁
探索
說明
登入
Sv443
/
geniURL-Mirror
镜像来自
https://github.com/Sv443/geniURL.git
關註
1
讚好
0
複刻
0
Files
目錄樹:
229a8e2bf7
分支列表
標籤列表
develop
main
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
v0.2.0
v0.1.0
geniURL-Mirror
/
.vscode
/
tasks.json
tasks.json
161 B
文件歷史
原始文件
1
2
3
4
5
6
7
8
9
10
{
"version": "2.0.0",
"tasks": [
{
"label": "prelaunch",
"type": "shell",
"command": "tsc"
}
]
}