[update]更新gameRTP地址

This commit is contained in:
2026-06-23 09:58:02 +08:00
parent 17552b8a2d
commit de1958fa9f

View File

@@ -266,7 +266,7 @@ const colorFields: { key: ColorSettingKey; label: string }[] = [
const lastRefresh = ref('')
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>
(() => {
const merchantId = (typeof _ !== "undefined" && typeof _.getVar === "function") ? (_.getVar("merchantId") ?? "") : "";