# interviewHandbook **Repository Path**: skyrejer/interview-handbook ## Basic Information - **Project Name**: interviewHandbook - **Description**: 面试通,黑马-鸿蒙Next项目,一款封装面试内容的app,垂直类C端产品,专注于程序员群体 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2024-10-08 - **Last Updated**: 2025-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: 鸿蒙next ## README ## 仓库说明 这是一个教学类的Harmony Next项目,基于最新的API16编写。 里面的功能主要有: 首页模块: ​ 1.扫码(组件截图 ==> 保存到沙箱 ==> 资产变更保存到相册) !!!请使用搭载Harmony5.0及以上系统版本的真机测试!!! ​ 2.搜索(轮播关键字 + 保存历史搜索记录) ​ 3.打卡功能(通过第三方组件库实现) ​ 4.试题列表LazyforEach懒加载 + Watch侦听实现排序功能 + 全局loading组件的封装 我的模块: ​ 1.前端常用单词显示【读取rawfile文件】+ 单词示例语法高亮【customDialog + hightlight.js + Web组件】 ​ 2.通过[AVPlayer](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V13/using-avplayer-for-playback-V13) + 有道在线生成单词录音实现前端常用单词的录音播放 ​ 3.通过[AVRecorder](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V13/using-avrecorder-for-recording-V13) + [AVPlayer](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V13/using-avplayer-for-playback-V13) + [Worker](https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V13/js-apis-worker-V13)【多线程】 + [relationalStore](https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V13/js-apis-data-relationalstore-V13)【关系型数据库】实现面试录音及播放 ​ 4.暗亮模式的切换 ​ 5.axios头像上传,这边读者可以试试原生API实现头像上传 ​ 6.缓存清理 + 版本号动态显示