v0.2.2 — Trim settings hint copy
Cleanup
Settings tab copy edits (i18n only, no code change):
- Base URL description trimmed from 3 sentences to 2. Dropped the platform-specific path
~/.config/picfast/config.json(which is wrong on Windows anyway — Windows uses%APPDATA%\picfast\config.json). Dropped the nested parenthesis '(thepicfastnpm CLI config)' qualifier. - API token description: same trim + cleaned up the 'Also auto-filled' phrasing.
Before
Your PicFast instance root, e.g. https://picfast.example.com.
Leave empty to auto-fill from the PICFAST_URL env var or
~/.config/picfast/config.json (the `picfast` npm CLI config).
After
Your PicFast instance root, e.g. https://picfast.example.com.
Leave empty to auto-fill from PICFAST_URL env var or `picfast` CLI config.
(Chinese version likewise.)