feat(注册): 添加隐私政策同意检查并创建隐私政策文档

添加隐私政策同意检查到开发者注册流程,要求用户必须同意隐私政策才能注册
创建隐私政策文档并更新导航链接从index.html到index.php
This commit is contained in:
2025-07-09 13:43:17 +08:00
parent b0c1ea746c
commit 40672adb8c
3 changed files with 55 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
<!-- 导航栏 -->
<nav class="navbar navbar-expand-lg navbar-light blur-bg fixed-top">
<div class="container">
<a class="navbar-brand" href="/index.html"><?php echo APP_STORE_NAME; ?></a>
<a class="navbar-brand" href="/index.php"><?php echo APP_STORE_NAME; ?></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>