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
|
|
@ -9,8 +9,8 @@ ConvertX-CN 提供預建的 Docker Image,包含所有轉換依賴。
|
|||
| Tag | 說明 |
|
||||
| ---------------------------------- | ------------------------ |
|
||||
| `convertx/convertx-cn:latest` | 最新穩定版 |
|
||||
| `convertx/convertx-cn:v0.1.4` | 指定版本號 |
|
||||
| `convertx/convertx-cn:v0.1.4-FULL` | 完整版(與 latest 相同) |
|
||||
| `convertx/convertx-cn:v0.1.5` | 指定版本號 |
|
||||
| `convertx/convertx-cn:v0.1.5-FULL` | 完整版(與 latest 相同) |
|
||||
|
||||
### Image 大小
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue