diff --git a/frontend/app.html b/frontend/app.html
index e47d1a9..02639f2 100644
--- a/frontend/app.html
+++ b/frontend/app.html
@@ -930,7 +930,7 @@
class="btn"
:class="storageType === 'sftp' ? 'btn-primary' : 'btn-secondary'"
@click="switchStorage('sftp')"
- :disabled="storageType === 'sftp' || !user.has_ftp_config">
+ :disabled="storageType === 'sftp'">
SFTP存储
@@ -2007,5 +2007,76 @@
+
+
+