feat(v0.1.5): Always-on Registration + Scrollable Language Selector
## Registration (Breaking Change) - Remove ACCOUNT_REGISTRATION restriction on Register page - Login page always shows Register link - Registration behavior now matches upstream v0.17.0 ## UI Improvements - Language selector dropdown: add max-height (320px) + overflow-y: auto - Prevents UI overflow when 65+ languages are displayed ## Documentation - New docs/faq.md with common questions - Simplified README quick start (remove ACCOUNT_REGISTRATION from examples) - Updated getting-started.md with folder initialization guide ## Build Verification - bun run build: PASSED - Docker build: PASSED - TypeScript: PASSED
This commit is contained in:
parent
558d638df8
commit
8089fa0853
9 changed files with 217 additions and 33 deletions
|
|
@ -117,7 +117,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
tesseract-ocr-deu \
|
||||
tesseract-ocr-fra \
|
||||
# === 字型(精簡版)===
|
||||
# fonts-noto-cjk: 中日韓統一字型(必需)
|
||||
#fonts-noto-cjk
|
||||
# fonts-noto-core: Noto Sans/Serif Latin(歐語基礎)
|
||||
# fonts-noto-color-emoji: Emoji 支援(僅此一套)
|
||||
# fonts-liberation: Liberation 字型(Arial/Times 替代)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue