schools.json 805 B

1234567891011121314151617181920212223242526272829
  1. [
  2. {
  3. "id": "school_Cs",
  4. "name": "测试大学(这是一个空网站,用于组件测试)",
  5. "initial": "C",
  6. "importUrl": "",
  7. "assetJsPath" : "schools/school.js",
  8. "maintainer": "星河欲转",
  9. "category": "GENERAL_TOOL"
  10. },
  11. {
  12. "id": "school_cust",
  13. "name": "长春理工大学",
  14. "initial": "C",
  15. "importUrl": "https://mysso.cust.edu.cn/cas/login?service=https://jwgl.cust.edu.cn/welcome",
  16. "assetJsPath": "schools/cust.js",
  17. "maintainer": "itdong",
  18. "category": "BACHELOR_AND_ASSOCIATE"
  19. },
  20. {
  21. "id": "school_shzq",
  22. "name": "上海中侨职业技术大学",
  23. "initial": "S",
  24. "importUrl": "https://jw.shzq.edu.cn/jwglxt/",
  25. "assetJsPath" : "schools/shzq.js",
  26. "maintainer": "Kredenk",
  27. "category": "BACHELOR_AND_ASSOCIATE"
  28. }
  29. ]