# GenericTemplateDemo **Repository Path**: dmharmony/generic-template-demo ## Basic Information - **Project Name**: GenericTemplateDemo - **Description**: 【鸿蒙 Harmony Next 示例 代码】对标金融类产品,以此开发的行业通用Demo,实现基础的注册、登录、Web嵌入,一二级页面布局参考等,工程以feature方式进行模块化设计。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-18 - **Last Updated**: 2025-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 金融类通用Demo ## 介绍 对标金融类产品,以此开发的行业通用Demo,实现基础的注册、登录、Web嵌入,一二级页面布局参考等,工程以feature方式进行模块化设计。 ## 工程目录 ``` ├─AppScope │ └─resources ├─common │ └─src │ ├─main │ │ ├─ets │ │ │ ├─components │ │ │ │ └─mainpage │ │ │ ├─constants │ │ │ └─utils │ │ └─resources ├─entry │ └─src │ ├─main │ │ ├─ets │ │ │ ├─common │ │ │ │ ├─constants │ │ │ │ ├─database │ │ │ │ │ └─tables │ │ │ │ └─utils │ │ │ ├─entryability │ │ │ ├─pages │ │ │ ├─view │ │ │ └─viewmodel │ │ └─resources ├─feature │ ├─discover │ │ └─src │ │ ├─main │ │ │ ├─ets │ │ │ │ └─components │ │ │ │ ├─breakpointutil │ │ │ │ ├─commonconstants │ │ │ │ ├─homeviewmodel │ │ │ │ └─mainpage │ │ │ └─resources │ ├─home │ │ └─src │ │ ├─main │ │ │ ├─ets │ │ │ │ └─components │ │ │ │ ├─breakpointutil │ │ │ │ ├─commonconstants │ │ │ │ ├─homeviewmodel │ │ │ │ └─mainpage │ │ │ └─resources │ ├─message │ │ └─src │ │ ├─main │ │ │ ├─ets │ │ │ │ ├─pages │ │ │ │ └─viewmodel │ │ │ └─resources │ └─mine │ └─src │ ├─main │ │ ├─ets │ │ │ ├─constants │ │ │ ├─pages │ │ │ └─viewmodel │ │ └─resources └─hvigor ``` ## 效果预览 ![img.png](img.png)