feat: add discord secret key

This commit is contained in:
tim
2025-07-16 18:20:41 +08:00
parent ad0e3b7690
commit 8006afdf00
3 changed files with 3 additions and 1 deletions

View File

@@ -237,6 +237,7 @@ export default {
align-items: center;
justify-content: center;
padding: 10px 20px;
min-width: 150px;
background-color: var(--normal-background-color);
border: 1px solid #ccc;
border-radius: 10px;

View File

@@ -348,6 +348,7 @@ export default {
border: 1px solid #ccc;
border-radius: 10px;
cursor: pointer;
min-width: 150px;
gap: 10px;
}