mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-25 17:43:07 +02:00
automatically replace link to file accordingly to selected version
This commit is contained in:
committed by
lifehackerhansol
parent
18c99906c7
commit
c791cbaffe
@@ -1,9 +1,10 @@
|
||||
---
|
||||
noneSelected: 시스템 모델을 선택하세요.
|
||||
invalidVersion: 올바른 시스템 버전으로 확인되지 않습니다.
|
||||
head:
|
||||
- - script
|
||||
- src: /assets/js/selecting.js
|
||||
head: [
|
||||
['script', {src: '/assets/js/common.js'}],
|
||||
['script', {src: '/assets/js/selecting.js'}]
|
||||
]
|
||||
---
|
||||
|
||||
# 시작하기
|
||||
|
@@ -1,3 +1,11 @@
|
||||
---
|
||||
head: [
|
||||
['script', {src: '/assets/js/common.js'}],
|
||||
['script', {src: '/assets/js/soundhax-link.js'}],
|
||||
['script', {src: '/assets/js/link-common.js'}],
|
||||
]
|
||||
---
|
||||
|
||||
# boot9strap 설치 (Soundhax)
|
||||
|
||||
:::details 기술적 상세 정보 (선택 사항)
|
||||
|
Reference in New Issue
Block a user