# industry-app **Repository Path**: Yellowll/industry-app ## Basic Information - **Project Name**: industry-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-21 - **Last Updated**: 2025-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Appsmith Client This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

For details on setting up your development machine, please refer to the [Setup Guide](../../contributions/ClientSetup.md) ## 品牌配置 (Branding Configuration) 本项目支持自定义品牌标志。您可以通过修改 `brandLogoUrl` 来设置您自己的品牌图片。 ### brandLogoUrl - **用途**: 设置应用程序中显示的品牌标志图片。 - **使用方法**: - **本地图片**: 您可以将图片文件(例如 `platform_logo.png`)放置在项目的 `assets/images/` 目录下。 - 然后,修改 `src/utils/BrandingUtils.ts` 文件中的 `APPSMITH_BRAND_LOGO_URL` 变量,将其值设置为您的本地图片路径。 - **示例**: `export const APPSMITH_BRAND_LOGO_URL = "assets/images/platform_logo.png";` - **参数说明**: - 无 - **返回值说明**: - 无