「Widget:Custom map」の版間の差分
提供:メタファー リファンタジオ 攻略Wiki
ヘイグ運営用アカウント (トーク | 投稿記録) 編集の要約なし |
ヘイグ運営用アカウント (トーク | 投稿記録) 編集の要約なし |
||
20行目: | 20行目: | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.7.2/lightgallery.min.js"></script> | <script src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.7.2/lightgallery.min.js"></script> | ||
<!-- Configuration --> | <!-- Global Configuration --> | ||
<script> | <script> | ||
// Initialize global namespace | |||
window.GTP8 = {}; | |||
// Initialize API base URL | |||
(function() { | |||
const currentUrl = new URL(window.location.href); | |||
const baseUrl = currentUrl.origin + currentUrl.pathname.split('/').slice(0, -1).join('/'); | |||
window.API_BASE_URL = baseUrl; | |||
})(); | |||
// Map configuration | |||
window.mapConfig = { | window.mapConfig = { | ||
imageUrl: '<!--{$img}-->', | imageUrl: '<!--{$img}-->', |