feat: 实现完整的应用商店系统
- 添加前端页面包括首页、应用详情页和版本历史页 - 实现管理员后台功能,包括应用管理、版本管理和登录验证 - 添加API接口用于获取应用列表和详情 - 实现文件上传和下载功能 - 添加Windows控制台和GUI客户端 - 完善数据库结构和初始化脚本 - 添加样式表和图片资源
This commit is contained in:
4
images/age_12plus.svg
Normal file
4
images/age_12plus.svg
Normal 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="#FF9800" />
|
||||
<text x="50" y="55" font-family="Arial" font-size="30" text-anchor="middle" fill="white">12+</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 226 B |
4
images/age_17plus.svg
Normal file
4
images/age_17plus.svg
Normal 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 |
4
images/age_3plus.svg
Normal file
4
images/age_3plus.svg
Normal 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="#4CAF50" />
|
||||
<text x="50" y="55" font-family="Arial" font-size="30" text-anchor="middle" fill="white">3+</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 225 B |
4
images/age_7plus.svg
Normal file
4
images/age_7plus.svg
Normal 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="#FFC107" />
|
||||
<text x="50" y="55" font-family="Arial" font-size="30" text-anchor="middle" fill="white">7+</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 225 B |
BIN
images/下载.png
Normal file
BIN
images/下载.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user