mirror of
https://github.com/andrey271192/amnezia_web.git
synced 2026-09-20 14:41:59 +00:00
feat: token field ON by default in FREE, donate links everywhere
- server.js: ALLOW_COMMUNITY_GITHUB_ACTIVATION defaults to true for community edition (disable explicitly with =0/false/no/off) - app.js: updated hint text when field is disabled by owner - public/index.html: donate links block on login screen - public/styles.css: .gate-donate styles - landing: proj-support-strip with donate links - README: unified "Поддержка проекта" block + blockquote at top - .github/FUNDING.yml: Boosty + Ozon + Telegram - scripts/install.sh: updated comment header - version bumped to 1.2.28 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -340,6 +340,27 @@ h1 {
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.gate-donate {
|
||||
margin-top: 1rem;
|
||||
padding-top: 0.9rem;
|
||||
border-top: 1px dashed rgba(148, 163, 184, 0.45);
|
||||
font-size: 0.84rem;
|
||||
line-height: 1.65;
|
||||
}
|
||||
|
||||
.gate-donate a {
|
||||
color: var(--accent);
|
||||
font-weight: 650;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.gate-donate-dot {
|
||||
display: inline-block;
|
||||
opacity: 0.45;
|
||||
margin: 0 0.2rem;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.btn.full {
|
||||
width: 100%;
|
||||
margin-top: 0.25rem;
|
||||
|
||||
Reference in New Issue
Block a user