atlassian-connect.json 781 字节
Newer Older
1 2 3 4
  {
     "name": "Chinese Support",
     "description": "Chinese Technical Support app",
     "key": "csdn.jira.languagepatch.zh_CN",
5
     "baseUrl": "https://codechina.csdn.net",
6 7 8 9 10 11 12 13 14 15 16 17
     "enableLicensing": true,
     "vendor": {
         "name": "CSDN",
         "url": "http://servicedesk.softwaretao.com/servicedesk/customer/portals"
     },
     "authentication": {
         "type": "none"
     },
     "apiVersion": 1,
     "modules": {
         "generalPages": [
             {
18
                 "url": "/zhangguanglin_csdn/zzz/-/raw/master/cnsupport",
19 20 21 22 23 24 25 26 27
                 "key": "cnsupport",
                 "location": "system.top.navigation.bar",
                 "name": {
                     "value": "中文技术支持"
                 }
             }
         ]
     }
}