forked from Simnation/Main
housing update
This commit is contained in:
parent
7dfe792351
commit
630007bbdc
17 changed files with 28 additions and 25 deletions
|
@ -63,10 +63,6 @@ function t(key) {
|
|||
window.addEventListener('message', function(event) {
|
||||
let data = event.data
|
||||
|
||||
if (data.action == "NUILanguage") {
|
||||
|
||||
}
|
||||
|
||||
if (data.action === "OpenDuiMenu") {
|
||||
|
||||
let DoorStatus = data.dooropen
|
||||
|
@ -1622,7 +1618,7 @@ function SwitchPage(id, noanim){
|
|||
<div class="key_section float-end home_con">
|
||||
<div class="key_hider"></div>
|
||||
<div class="lock"><i class="fa-solid fa-lock"></i></div>
|
||||
<div class="key_text">Buy the keys at<br><a onclick="window.invokeNative('openUrl', 'https://store.brutalscripts.com')" href="https://store.brutalscripts.com" rel="noopener noreferrer" target="_blank">store.brutalscripts.com</a></div>
|
||||
<div class="key_text">Key System Locked<br><a onclick="window.invokeNative('openUrl', 'https://store.brutalscripts.com')" href="https://store.brutalscripts.com" rel="noopener noreferrer" target="_blank">store.brutalscripts.com</a></div>
|
||||
<div class="small_icon gold"><img src="assets/key.png"></div>
|
||||
<div class="title">${t('remained')}</div>
|
||||
<div class="key_count"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue