mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
827 B
827 B
2026-04-24: Clash YAML CodeMirror Editor + Settings Save Button Fix
Changes
-
Fix: settings save button not enabling when toggling Clash Subscription
confAlertscomputed property crashed whensubClashURI/subURI/subJsonURIwas null/undefined- Added
|| ''fallback before.lengthaccess for all three URI fields
-
Feat: CodeMirror YAML editor for Clash template
- Replaced plain
<a-textarea>with CodeMirror editor (YAML syntax highlighting, line numbers, auto-indent) - Added
web/assets/codemirror/yaml.js(CodeMirror 5.65.1 YAML mode) - Updated
settings.htmlwith CodeMirror CSS/JS includes, tab change handler, and init method - Updated
clash.htmlto use hidden textarea for CodeMirror attachment
- Replaced plain
-
Chore: version bump to v1.5.4.1-beta
Tag
v1.5.4.1-beta