# desk_theme **Repository Path**: jsfuture/desk_theme ## Basic Information - **Project Name**: desk_theme - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-27 - **Last Updated**: 2026-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Desk Theme 桌面主题 docker exec -it erpnextv15-backend-1 bash ## 安装 ```` 没有设置默认站点的,install-app时请加--site参数 bench get-app desk_theme https://gitee.com/jsfuture/desk_theme.git bench --site tenant1.local install-app desk_theme bench --site tenant1.local uninstall-app desk_theme ### Installation You can install this app using the [bench](https://github.com/frappe/bench) CLI: ```bash cd $PATH_TO_YOUR_BENCH bench get-app desk_theme bench install-app desk_theme ```` ### 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/desk_theme pre-commit install ``` Pre-commit is configured to use the following tools for checking and formatting your code: - ruff - eslint - prettier - pyupgrade ### License mit