增加新功能

This commit is contained in:
wzj 2025-06-24 13:54:02 +08:00
parent 1a6438bd55
commit 880c8d79a6

View File

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