# awesome_sidebar **Repository Path**: summa-ws/awesome_sidebar ## Basic Information - **Project Name**: awesome_sidebar - **Description**: 适配_erpnext_v16的超棒侧边栏_直观大方_更简单的操作,不完全测试放出版本_使用本软件请自行测试,使用前请备份您的系统以便不可预测的风险恢复 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-06 - **Last Updated**: 2026-02-06 ## 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