[update]更新gameRTP地址
This commit is contained in:
@@ -266,7 +266,7 @@ const colorFields: { key: ColorSettingKey; label: string }[] = [
|
|||||||
|
|
||||||
const lastRefresh = ref('')
|
const lastRefresh = ref('')
|
||||||
const embedCode = ref(`<div style="position: relative;max-width: 1000px;margin: 0 auto;overflow: hidden;border: none;">
|
const embedCode = ref(`<div style="position: relative;max-width: 1000px;margin: 0 auto;overflow: hidden;border: none;">
|
||||||
<iframe id="gameRtpIframe" src="http://192.168.0.46:8000/index.php/api/external/gameRtp" style="width: 100%;overflow: hidden;border: none;"></iframe>
|
<iframe id="gameRtpIframe" src="https://api.tl-tech.top/index.php/api/external/gameRtp" style="width: 100%;overflow: hidden;border: none;"></iframe>
|
||||||
<script>
|
<script>
|
||||||
(() => {
|
(() => {
|
||||||
const merchantId = (typeof _ !== "undefined" && typeof _.getVar === "function") ? (_.getVar("merchantId") ?? "") : "";
|
const merchantId = (typeof _ !== "undefined" && typeof _.getVar === "function") ? (_.getVar("merchantId") ?? "") : "";
|
||||||
|
|||||||
Reference in New Issue
Block a user