feat: 更新应用信息标签页和主窗口UI

- 添加版本检查功能,支持从服务器获取最新版本信息
- 修改应用信息标签页布局,增加版权和许可证信息
- 主窗口改用MSFluentWindow并启用亚克力效果
- 更新README中的许可证信息为GPLv3
- 修改安装器警告信息,强调转载协议合规性
- 更新构建命令包含assets目录
- 更新依赖项PyQt-Fluent-Widgets为完整版
This commit is contained in:
2025-09-23 20:33:28 +08:00
parent 9ce282f0a2
commit c72b25cd0b
126 changed files with 397 additions and 16 deletions

View File

@@ -540,7 +540,9 @@ if (!($conn instanceof mysqli)) {
<?php endif; ?>
<form method="post" enctype="multipart/form-data">
<div class="alert alert-warning mb-3">
<strong>警告:</strong>如果该应用非您本人开发,请务必添加"转载"标签。
<strong>警告:</strong><br>
如果该应用非您本人开发,请务必添加"转载"标签。<br>
请遵守原作者的转载策略如果转载者违反了转载协议原作者有权联系我们对您的APP进行下架。
</div>
<div class="form-group mb-3">
<label for="name" class="form-label">应用名称</label>