Add a button to open proxiwash in the browser #14
1개의 변경된 파일과 2개의 추가작업 그리고 0개의 파일을 삭제
|
|
@ -48,6 +48,7 @@ export default {
|
|||
paymentMethods: 'screens.proxiwash.washinsa.paymentMethods',
|
||||
icon: 'school-outline',
|
||||
url: Urls.app.api + 'washinsa/washinsa_data.json',
|
||||
webPageUrl: Urls.proxiwash.washinsa,
|
||||
},
|
||||
tripodeB: {
|
||||
id: 'tripodeB',
|
||||
|
|
@ -58,5 +59,6 @@ export default {
|
|||
paymentMethods: 'screens.proxiwash.tripodeB.paymentMethods',
|
||||
icon: 'domain',
|
||||
url: Urls.app.api + 'washinsa/tripode_b_data.json',
|
||||
webPageUrl: Urls.proxiwash.tripodeB,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
불러오는 중…
Reference in a new issue