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

+ 起始页引用新的开源地址
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

@@ -96,7 +96,7 @@
<h4>关于</h4> <h4>关于</h4>
<div class="about"> <div class="about">
<p>建议使用系统自带浏览器,以完善使用体验!</p> <p>建议使用系统自带浏览器,以完善使用体验!</p>
<p>本项目开源</p> <p>本项目开源,点击<a href="https://solidaim.cn:3000/hbk01/qctool" target="_blank"> 此处 </a>查看源代码。</p>
</div> </div>
<h4 id="changelog_title">变更日志</h4> <h4 id="changelog_title">变更日志</h4>
<div class="changelog" style="width: 100%;"></div> <div class="changelog" style="width: 100%;"></div>

View File

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