# awesome_sidebar **Repository Path**: linuxx123_admin/awesome_sidebar ## Basic Information - **Project Name**: awesome_sidebar - **Description**: erpnext v16 侧边栏增强APP +水印功能 侧边栏配置项目受限于角色模块设定 非管理员账号无法关闭水印 强制显示水印 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2026-02-09 - **Last Updated**: 2026-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Awesome Sidebar Sidebar Enhancement ### Installation You can install this app using the [bench](https://github.com/frappe/bench) CLI: ```bash cd bench-folder bench get-app https://github.com/plelink/awesome_sidebar --branch main bench install-app awesome_sidebar ``` ### Contributing This app uses `pre-commit` for code formatting and linting. Please [install pre-commit](https://pre-commit.com/#installation) and enable it for this repository: ```bash cd apps/awesome_sidebar pre-commit install ``` Pre-commit is configured to use the following tools for checking and formatting your code: - ruff - eslint - prettier - pyupgrade ### License mit