Web-based Winamp controller for CarPC � Go backend, mobile-first UI
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
236B

  1. {
  2. "version": "0.0.1",
  3. "configurations": [
  4. {
  5. "name": "roadamp-frontend",
  6. "runtimeExecutable": "python3",
  7. "runtimeArgs": ["-m", "http.server", "3456", "--directory", "web/static"],
  8. "port": 3456
  9. }
  10. ]
  11. }