fix: publish

This commit is contained in:
Rogee
2024-09-04 13:25:53 +08:00
parent d7c007de7f
commit 3f6656d97e
3 changed files with 14 additions and 8 deletions

7
.vscode/launch.json vendored
View File

@@ -11,7 +11,8 @@
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"args": [
"export",
"publish",
// "export",
// https://t.me/yunpanshare/26640
// "--alias", "yunpanshare",
// https://t.me/Aliyun_4K_Movies/26640
@@ -37,8 +38,8 @@
// https://t.me/c/2023304596/2277
// "--channel", "2023304596",
// https://t.me/cgblz/25220
"--alias", "cgblz",
"--history",
// "--alias", "cgblz",
// "--history",
]
}
]