This commit is contained in:
shim
2023-04-17 11:06:08 +09:00
parent d0b393aa97
commit 76264e09ad
4686 changed files with 552713 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"name": "킴스큐",
"short_name": "킴스큐",
"icons": [
{
"src": "/_core/images/touch/homescreen-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/_core/images/touch/homescreen-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/_core/images/touch/homescreen-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/_core/images/touch/homescreen-168x168.png",
"sizes": "168x168",
"type": "image/png"
},
{
"src": "/_core/images/touch/homescreen-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/",
"display": "standalone",
"background_color": "#221E1F",
"theme_color": "#221E1F",
"gcm_sender_id": "103953800507"
}

View File

@@ -0,0 +1,11 @@
<?php
/*
각각의 링크를 제공하려면 다음과 같은 형식으로 지정해 주세요.
이 링크는 관리자모드 모듈정보 링크에 사용됩니다.
*/
$d['moduleinfo']['market'] = 'http://www.kimsq.co.kr/market'; // 마켓
$d['moduleinfo']['github'] = 'https://github.com/kimsQ/rb'; // 저장소
$d['moduleinfo']['issue'] = 'https://github.com/kimsQ/rb/issues'; // 이슈접수
$d['moduleinfo']['website'] = 'http://www.kimsq.co.kr/'; // 웹사이트
$d['moduleinfo']['help'] = 'http://docs.kimsq.com/rb2/docs/c/Users/modules/site'; // 도움말
?>