feat(developer): 添加转载警告并改进标签选择方式

在应用上传页面添加非原创应用的转载警告提示
将编辑页面的标签选择从复选框改为多选下拉框,提升用户体验
This commit is contained in:
2025-07-11 18:55:04 +08:00
parent f5687bc4fe
commit 99eb4d1800
2 changed files with 13 additions and 10 deletions

View File

@@ -433,6 +433,9 @@ if (!($conn instanceof mysqli)) {
</div>
<?php endif; ?>
<form method="post" enctype="multipart/form-data">
<div class="alert alert-warning mb-3">
<strong>警告:</strong>如果该应用非您本人开发,请务必添加"转载"标签。
</div>
<div class="form-group mb-3">
<label for="name" class="form-label">应用名称</label>
<input type="text" id="name" name="name" class="form-control" required>