+ 切换过期检查的后端地址

+ 起始页引用新的开源地址
This commit is contained in:
2026-04-23 21:18:46 +08:00
parent 2077737dc6
commit 7ca9078e14
2 changed files with 7 additions and 7 deletions

View File

@@ -4,10 +4,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="../statics/modules/vue.global.js"></script>
<script src="../statics/modules/element-plus.js"></script>
<script src="../statics/modules/element-plus_zhCN.js"></script>
<link rel="stylesheet" href="../statics/element-plus.css" />
<script src="https://cdn.jsdelivr.net/npm/vue@3.5.33/dist/vue.global.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/element-plus@2.13.7/dist/index.full.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/element-plus@2.13.7/dist/locale/zh-cn.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/element-plus@2.13.7/dist/index.min.css">
<script>
const { createApp, ref } = Vue
const { ElMessage } = ElementPlus
@@ -102,7 +102,7 @@
app.mount('#app')
}
const URL = "http://solidaim.cn:11223/clocks"
const URL = "https://solidaim.cn/clocks"
function get() {
return fetch(URL).then(response => response.json())
@@ -149,7 +149,7 @@
--el-table-tr-bg-color: var(--el-color-error-light-5);
}
</style>
<title>Clock</title>
<title>过期检查</title>
</head>
<body>