Compare commits
2 Commits
259e1bd82a
...
0c8b3bde6e
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c8b3bde6e | |||
| de1958fa9f |
@@ -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") ?? "") : "";
|
||||
|
||||
Reference in New Issue
Block a user