This commit is contained in:
建喵 2023-03-21 16:18:54 +08:00
parent 9bf7ed297a
commit 1ca9fa1559
2 changed files with 33 additions and 28 deletions

View File

@ -75,12 +75,17 @@
new SmartBanner({
title: '萊博娛樂城',
author: '萊博娛樂城',
button: '下載',
button: '開啟遊戲',
scale: 'auto',
// url: {
// ios: 'https://line.me/R/app/1657864491-kA7gnVMp',
// android: 'https://line.me/R/app/1657864491-kA7gnVMp',
// windows: 'https://liff.line.me/1657864491-kA7gnVMp/'
// },
url: {
ios: 'https://line.me/R/app/1657864491-kA7gnVMp',
android: 'https://line.me/R/app/1657864491-kA7gnVMp',
windows: 'https://liff.line.me/1657864491-kA7gnVMp/'
ios: 'https://line.me/R/app/1657713613-we8Gk929/',
android: 'https://line.me/R/app/1657713613-we8Gk929/',
windows: 'https://liff.line.me/1657713613-we8Gk929/'
},
force: force,
daysHidden: 0,
@ -91,7 +96,7 @@
store: {
ios: 'In Line Play',
android: 'In Line Play',
windows: 'In Line Web'
windows: 'In Web Play'
},
price: {
ios: 'FREE',

View File

@ -52,13 +52,13 @@ const Patch = Script.GetPatch();
<el-option v-for="(item, index) in LinetypeData" :key="item.value" :label="item.label"
:value="item.value" />
</el-select>
</div>
<div>
servertype:
<el-select v-model="servertypeDefault" filterable
@change="(data: any) => { Script.SelectServertype(data) }">
<el-option v-for="(item, index) in ServertypeData" :key="item.value" :label="item.label"
:value="item.value" />
</div>
<div>
servertype:
<el-select v-model="servertypeDefault" filterable
@change="(data: any) => { Script.SelectServertype(data) }">
<el-option v-for="(item, index) in ServertypeData" :key="item.value" :label="item.label"
:value="item.value" />
</el-select>
</div>
<div>
@ -84,23 +84,23 @@ const Patch = Script.GetPatch();
<el-button type="success" @click.native="() => { Script.OnclickOpen() }" size="large" round>開啟遊戲&gt;&gt;
</el-button>
<!-- <div>
<el-button type="warning" @click.native="() => { Script.Install_InternalTest(+input3) }" size="large" round>
前往
</el-button>
<el-input v-model="input3" placeholder="Google Play商店(內部測試) 版本號" class="input-with-select"
style="width:25%; font-size:25px; text-align">
</el-input>
Google Play商店(內部測試) 版本號
</div> -->
<el-button type="warning" @click.native="() => { Script.Install_InternalTest(+input3) }" size="large" round>
前往
</el-button>
<el-input v-model="input3" placeholder="Google Play商店(內部測試) 版本號" class="input-with-select"
style="width:25%; font-size:25px; text-align">
</el-input>
Google Play商店(內部測試) 版本號
</div> -->
<br>
<a href="bjcasino://get/message?GetOtherUserProfile=100000185">跟建喵做朋友&gt;&gt;</a>
<br><br>
<a href="bjcasino://get/message?GetOtherUserProfile=100000157">跟豆豆做朋友&gt;&gt;</a>
<br><br>
<a href="bjcasino://get/message?GetOtherUserProfile=100000148">跟柏威做朋友&gt;&gt;</a>
<br><br>
<a href="bjcasino://get/message?OnClickChatAndChat=100000157">跟豆豆聊聊天&gt;&gt;</a>
<br><br>
<!-- <a href="bjcasino://get/message?GetOtherUserProfile=100000185">跟建喵做朋友&gt;&gt;</a>
<br><br>
<a href="bjcasino://get/message?GetOtherUserProfile=100000157">跟豆豆做朋友&gt;&gt;</a>
<br><br>
<a href="bjcasino://get/message?GetOtherUserProfile=100000148">跟柏威做朋友&gt;&gt;</a>
<br><br>
<a href="bjcasino://get/message?OnClickChatAndChat=100000157">跟豆豆聊聊天&gt;&gt;</a>
<br><br> -->
</h1>
</div>
</template>