# HM_alphaTest **Repository Path**: system_administrator/hm_alpha-test ## Basic Information - **Project Name**: HM_alphaTest - **Description**: UI透明度测试 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-16 - **Last Updated**: 2026-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hm_alpha-test An example project for HarmonyOS applications. ## Project Overview This is an example project developed using the HarmonyOS framework, featuring a basic application structure and functional modules. ## Technology Stack - **Framework**: HarmonyOS - **Development Language**: ArkTS/ETS - **Build Tool**: Hvigor ## Project Structure ``` ├── AppScope/ # Application-level configuration │ ├── app.json5 # Application configuration │ └── resources/ # Application resources ├── entry/ # Main module │ ├── src/main/ets/ # Main code directory │ │ ├── entryability/ # Entry ability │ │ ├── entrybackupability/ # Backup ability │ │ └── pages/ # Pages │ └── src/main/resources/ # Module resources ├── hvigor/ # Build configuration └── oh-package.json5 # Dependency configuration ``` ## Features - Basic application entry and page rendering - Support for application backup functionality - Resource management (images, colors, strings, etc.) - Dark mode support ## Quick Start ### Prerequisites - Latest version of DevEco Studio - HarmonyOS SDK - Node.js 14.x or higher ### Build and Run 1. Open the project in DevEco Studio 2. Connect a physical device or launch the emulator 3. Click the run button to build and deploy Or build via command line: ```bash hvigor build ``` ## Testing The project includes unit and integration tests located in the `entry/src/test/` directory. Run tests: ```bash hvigor test ``` ## License This project is licensed under the terms specified in the LICENSE file.