Merge pull request 'release/v1.2.12' (#4) from release/v1.2.12 into main

Reviewed-on: http://47.253.189.47:3000/coolbot/jiachenlong/pulls/4
This commit is contained in:
酷博特 2026-03-23 02:30:56 +00:00
commit ce2677124f
4 changed files with 30 additions and 3 deletions

View File

@ -1 +1 @@
VERSION=v1.2.4
VERSION=1.2.12

View File

@ -1 +1 @@
VERSION=1.2.6
VERSION=1.2.12

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>甲辰收藏 v1.2.6</title>
<title>甲辰收藏 v1.2.11</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/static/icons/favicon.ico" />

View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=no">
<title>用户协议 - 甲辰收藏</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif; padding: 20px; max-width: 800px; margin: 0 auto; line-height: 1.6; }
h1 { text-align: center; color: #333; }
h2 { color: #666; margin-top: 30px; }
.content { color: #444; }
</style>
</head>
<body>
<h1>甲辰收藏用户协议</h1>
<div class="content">
<h2>第一章 总则</h2>
<p>欢迎使用甲辰收藏系统!本协议旨在保护用户权益,规范使用行为。</p>
<h2>第二章 服务条款</h2>
<p>用户需遵守相关法律法规,不得利用本系统从事违法活动。</p>
<h2>第三章 隐私保护</h2>
<p>我们重视用户隐私,会妥善保管用户数据。</p>
<h2>第四章 免责声明</h2>
<p>本系统仅供收藏爱好者交流使用,不承担任何交易风险。</p>
</div>
</body>
</html>