mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-15 03:20:25 +00:00
e7273e002a39cfb8b58ef3bc3eb0367fa4ae2839
This commit introduces a new local setting to allow users to customize the font size in the Monaco editor. - Adds an editor_font_size setting to the local store with a default of 14. - Implements a number input with increment/decrement buttons in the Local Settings panel to modify the font size. - The MonacoEditor component now reads this value to set its font size and updates dynamically when the setting is changed.
OpenList (frontend)
BUILD
You can use the build script.
Usage: ./build.sh [--dev|--release] [--compress|--no-compress] [--enforce-tag] [--skip-i18n] [--lite]
Options (will overwrite environment setting):
--dev Build development version
--release Build release version (will check if git tag match package.json version)
--compress Create compressed archive
--no-compress Skip compression
--enforce-tag Force git tag requirement for both dev and release builds
--skip-i18n Skip i18n build step
--lite Build lite version
Environment variables:
OPENLIST_FRONTEND_BUILD_MODE=dev|release (default: dev)
OPENLIST_FRONTEND_BUILD_COMPRESS=true|false (default: false)
OPENLIST_FRONTEND_BUILD_ENFORCE_TAG=true|false (default: false)
OPENLIST_FRONTEND_BUILD_SKIP_I18N=true|false (default: false)
LICENSE
MIT
CREDITS
OpenList is a resilient, community-driven fork of AList — built to defend open source against trust-based attacks.
Languages
TypeScript
90.8%
CSS
3.6%
HTML
2.6%
JavaScript
2%
Shell
1%