feat: 实现完整的应用商店系统

- 添加前端页面包括首页、应用详情页和版本历史页
- 实现管理员后台功能,包括应用管理、版本管理和登录验证
- 添加API接口用于获取应用列表和详情
- 实现文件上传和下载功能
- 添加Windows控制台和GUI客户端
- 完善数据库结构和初始化脚本
- 添加样式表和图片资源
This commit is contained in:
Your Name
2025-07-06 19:46:42 +08:00
commit accf0760bb
27 changed files with 2875 additions and 0 deletions

4
images/age_17plus.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="45" fill="#F44336" />
<text x="50" y="55" font-family="Arial" font-size="30" text-anchor="middle" fill="white">17+</text>
</svg>

After

Width:  |  Height:  |  Size: 226 B