# theme_data **Repository Path**: ohos_port/theme_data ## Basic Information - **Project Name**: theme_data - **Description**: ohos系统主题应用的数据仓 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-07 - **Last Updated**: 2024-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # theme_data #### 介绍 ohos系统主题应用的数据仓 #### 组织结构 -->theme.json -->theme ### 源码目录 ```shell . ├── theme.json └── theme ├── mate50 └── mate60 ``` 目录说明 - `theme.json` 定义主题接口数据 - `theme` 主题壁纸资源和预览图片 ### 第1版接口定义 ``` { "version": "1", "theme": { "recommend": [{ "name": "", "tag": "", "preview": [], "wallpaper": "" }] }, "font": { "recommend": [{ "name": "", "tag": "", "preview": "", "font": "" }] }, "wallpaper": { "recommend": [] }, "bell": { "recommend": [] } } ```