# 资产盘点小程序 **Repository Path**: lingwei_0V/asset-inventory-mini-program ## Basic Information - **Project Name**: 资产盘点小程序 - **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-12-09 - **Last Updated**: 2026-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Asset Inventory Mini Program This is a WeChat Mini Program project designed for asset inventory management, suitable for enterprises or organizations to efficiently manage and track assets. ## Features - **Asset Scanning**: Quickly scan and input asset information via QR code. - **Asset Details**: View detailed information about assets. - **Edit Asset**: Modify existing asset information. - **Approval List**: View and process approval requests related to assets. - **Home Page**: Provides main function entry points and an asset overview. ## Directory Structure - `pages/index/` - Mini Program homepage - `pages/scan/` - Asset scanning page - `pages/assetDetail/` - Asset detail page - `pages/editAsset/` - Asset editing page - `pages/approvalList/` - Approval list page ## File Descriptions - `app.js`, `app.json`, `app.wxss` - Global configuration and style files for the mini program - `project.config.json` - Project configuration file containing compilation settings, paths, and developer tool configurations - `.gitignore` - Git ignore file configuration - `sitemap.json` - Sitemap configuration file ## Getting Started 1. Install [WeChat Developer Tools](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html) 2. Download and extract the project code 3. Import the project in WeChat Developer Tools 4. Configure server domain names (if required) 5. Click "Compile" and "Preview" to test on the emulator or physical device ## Contribution Guidelines Contributions and improvements are welcome. Please follow these steps: 1. Fork the project 2. Create a new branch (`git checkout -b feature/new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push the branch (`git push origin feature/new-feature`) 5. Submit a Pull Request ## License This project is licensed under the MIT License. See [MIT License](https://opensource.org/licenses/MIT) for details.