增加新功能

This commit is contained in:
wzj 2025-06-24 13:55:33 +08:00
parent 880c8d79a6
commit 83fb4e312e

View File

@ -27,7 +27,7 @@
<div class="form-actions">
<button type="submit" class="btn-success">保存设置</button>
<button href="{{ url_for('index') }}" class="btn-danger">取消</button>
<a href="{{ url_for('index') }}" class="btn-danger">取消</a>
</div>
</form>
{% endblock %}