112 Star 479 Fork 246

HarmonyOS-Cases / Cases

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
oh-package.json5 11.83 KB
一键复制 编辑 原始数据 按行查看 历史
chenyongjian 提交于 2024-06-03 09:34 . !689[feature]新增2个案例路由
{
"license": "",
"devDependencies": {},
"author": "",
"name": "entry",
"description": "Please describe the basic information.",
"main": "",
"version": "1.0.0",
"dependencies": {
// 基础工具类,需要使用日志打印
"@ohos/base": "file:../../common/utils",
// 应用首页列表子组件,需要进入应用时加载
"@ohos/functionalscenes": "file:../../feature/functionalscenes",
// 阻塞事件冒泡方案
"@ohos/eventpropagation": "file:../../feature/eventpropagation",
// 读取RawFile中文件的一部分
"@ohos/nativerawfile": "file:../../feature/nativerawfile",
// 自定义tabBar
"@ohos/customtabbar": "file:../../feature/customtabbar",
// 二级联动方案
"@ohos/secondarylinkage": "file:../../feature/secondarylinkage",
// MpChart图表实现案例
"@ohos/barchart": "file:../../feature/barchart",
// 地址交换方案
"@ohos/addressexchange": "file:../../feature/addressexchange",
// 图片预览器方案
"@ohos/imageviewer": "file:../../feature/imageviewer",
// 列表编辑实现方案
"@ohos/pendingitems": "file:../../feature/pendingitems",
// Axios获取网络GBK数据转换UTF-8网络数据
"@ohos/gbktranscoding": 'file:../../feature/gbktranscoding',
// 自定义增删tab页签
"@ohos/handletabs": "file:../../feature/handletabs",
// 各种登录页面方案
"@ohos/modalwindow": "file:../../feature/modalwindow",
// 滑动页面改变顶部个人信息栏显示效果方案
"@ohos/slidetohideanddisplace": "file:../../feature/slidetohideanddisplace",
// Navigation页面跳转对象传递案例
"@ohos/navigationparametertransfer": "file:../../feature/navigationparametertransfer",
// AKI使用实践
"@ohos/akiusepractice": "file:../../feature/akiusepractice",
// 多层嵌套类对象监听方案
"@ohos/variablewatch": "file:../../feature/variablewatch",
// 图片选择和下载保存案例
"@ohos/photopickandsave": "file:../../feature/photopickandsave",
// 翻页动效案例
"@ohos/pageturninganimation": "file:../../feature/pageturninganimation",
// 深浅模式
"@ohos/fitfordarkmode": "file:../../feature/fitfordarkmode",
// 跑马灯
"@ohos/marquee": "file:../../feature/marquee",
// 下拉刷新上滑加载
"@ohos/pulltorefreshnews": "file:../../feature/pulltorefreshnews",
// 验证码页面
"@ohos/verifycode": "file:../../feature/verifycode",
// Native进度更新
"@ohos/nativeprogressnotify": "file:../../feature/nativeprogressnotify",
// 抖动动画及手机振动效果
"@ohos/vibrateeffect": "file:../../feature/vibrateeffect",
// 自定义日历选择器
"@ohos/customcalendarpickerdialog": "file:../../feature/customcalendarpickerdialog",
// 页面随着swiper高度的变化而平滑变化案例
"@ohos/swipersmoothvariation": "file:../../feature/swipersmoothvariation",
// 首页轮播图组件
"@ohos/swipercomponent": "file:../../feature/swipercomponent",
// 首页搜索组件
"@ohos/searchcomponent": "file:../../feature/searchcomponent",
// 异常处理
"@ohos/applicationexception": "file:../../feature/applicationexception",
// 动态路由模块
"@ohos/dynamicsrouter": "file:../../feature/routermodule",
// 状态栏显隐变化
"@ohos/navigationbarchange": "file:../../feature/navigationbarchange",
// 视频全屏切换案例
"@ohos/mediafullscreen": "file:../../feature/mediafullscreen",
// 城市选择案例
"@ohos/citysearch": "file:../../feature/citysearch",
// 听歌识曲水波纹案例
"@ohos/waterripples": "file:../../feature/waterripples",
// 折叠屏场景方案
"@ohos/foldablescreencases": "file:../../feature/foldablescreencases",
// 发布图片评论案例
"@ohos/imagecomment": "file:../../feature/imagecomment",
// native保存图片到沙箱
"@ohos/nativesavepictosandbox": "file:../../feature/nativesavepictosandbox",
// 组件堆叠案例
"@ohos/componentstack": "file:../../feature/componentstack",
// 自定义视图实现Tab效果案例
"@ohos/customview": "file:../../feature/customview",
// Grid和List内拖拽交换子组件位置案例
"@ohos/dragandexchange": "file:../../feature/dragandexchange",
// Worker子线程中解压文件
"@ohos/decompressfile": "file:../../feature/decompressfile",
// 使用绘制组件实现自定义进度动画
"@ohos/paintcomponent": "file:../../feature/paintcomponent",
// 短视频切换
"@ohos/shortvideo": "file:../../feature/shortvideo",
// 数字滚动动效
"@ohos/digitalscrollanimation": "file:../../feature/digitalscrollanimation",
// Lottie
"@ohos/lottieview": "file:../../feature/lottieview",
// 投票组件
"@ohos/votingcomponent": "file:../../feature/votingcomponent",
// WebView拉起原生相机案例
"@ohos/webgetcameraimage": "file:../../feature/webgetcameraimage",
// SideBarContainer侧边栏淡入淡出动效实现案例
"@ohos/sidebaranimation": "file:../../feature/sidebaranimation",
// 图片压缩方案
"@ohos/imagecompression": "file:../../feature/imagecompression",
// 图片拖拽AI抠图案例
"@ohos/imageenableanalyzer": "file:../../feature/imageenableanalyzer",
// 汉字转拼音案例
"@ohos/chinesetopinyin": "file:../../feature/chinesetopinyin",
// 底部抽屉滑动效果案例
"@ohos/bottomdrawerslidecase": "file:../../feature/bottomdrawerslidecase",
// 标题下拉缩放案例
"@ohos/expandtitle": "file:../../feature/expandtitle",
// 长列表滑动到指定列表项动效实现案例
"@ohos/listslidetohistory": "file:../../feature/listslidetohistory",
// 页面加载效果实现案例
"@ohos/pageloading": "file:../../feature/pageloading",
// 监听HiLog日志实现测试用例验证
"@ohos/hilogmonitormanagement": "file:../../feature/hilogmonitormanagement",
// 大文件拷贝案例
"@ohos/bigfilecopy": "file:../../feature/bigfilecopy",
// 适配挖孔屏案例
"@ohos/diggingholescreen": "file:../../feature/diggingholescreen",
// 左右拖动切换图片效果案例
"@ohos/dragtoswitchpictures": "file:../../feature/dragtoswitchpictures",
// 元素超出List区域
"@ohos/listitemoverflow": "file:../../feature/listitemoverflow",
// 页面间共享组件实例的案例
"@ohos/componentinstancesharedinpages": "file:../../feature/componentinstancesharedinpages",
// 自定义安全键盘案例
"@ohos/customsafekeyboard": "file:../../feature/customsafekeyboard",
// 数据库版本升级
"@ohos/databaseupgrade": "file:../../feature/databaseupgrade",
// 一镜到底“页面转场”动画案例
"@ohos/transitionanimation": "file:../../feature/transitionanimation",
// 图片九宫格布局案例
"@ohos/imagegridlayout": "file:../../feature/imagegridlayout",
// 跨文件样式复用和组件复用
"@ohos/dynamicattributes": "file:../../feature/dynamicattributes",
// NAPI封装ArkTS接口案例
"@ohos/etswrapper": "file:../../feature/etswrapper",
// 手写绘制及保存图片
"@ohos/handwritingtoimage": "file:../../feature/handwritingtoimage",
// swiper指示器导航点位于swiper下方
"@ohos/indicatorbelowswiper": "file:../../feature/indicatorbelowswiper",
// 多模态页面转场动效实现案例
"@ohos/multimodaltransion": "file:../../feature/multimodaltransion",
// 多文件下载监听案例
"@ohos/multiplefilesdownload": "file:../../feature/multiplefilesdownload",
// ArkWeb同层渲染
"@ohos/nativeembed": "file:../../feature/nativeembed",
// 侧滑返回事件拦截案例
"@ohos/sideslipintercept": "file:../../feature/sideslipintercept",
// Web组件预览PDF文件实现案例
"@ohos/webpdfviewer": "file:../../feature/webpdfviewer",
// 图片防盗链
"@ohos/imagetheft": "file:../../feature/imagetheft",
// 自定义Swiper卡片预览效果实现
"@ohos/cardswiperanimation": "file:../../feature/cardswiperanimation",
// 动态注册字体案例
"@ohos/fontdynamicregistration": "file:../../feature/fontdynamicregistration",
// 折叠屏扫描二维码方案
"@ohos/customscan": "file:../../feature/customscan",
// PixelMap深拷贝案例
"@ohos/imagedepthcopy": "file:../../feature/imagedepthcopy",
// 阅读翻页方式案例
"@ohos/pageflip": "file:../../feature/pageflip",
// 边缓存边播放案例
"@ohos/videocache": "file:../../feature/videocache",
// 根据icon自适应背景颜色
"@ohos/iconmaincolor": "file:../../feature/iconmaincolor",
// 使用colorPicker实现背景跟随主题颜色转换
"@ohos/effectKit": "file:../../feature/effectKit",
// 应用新功能引导实现案例
"@ohos/highlightguide": "file:../../feature/highlightguide",
// 文字识别案例
"@ohos/wordrecognition": "file:../../feature/wordrecognition",
// 模拟时钟案例
"@ohos/analogclock": "file:../../feature/analogclock",
// 文字识别案例
"@ohos/xcomponentvsync": "file:../../feature/xcomponentvsync",
// Web 长按自定义菜单
"@ohos/webcustompressmenu": "file:../../feature/webcustompressmenu",
// 底部面板嵌套列表滑动案例
"@ohos/bottompanelslide": "file:../../feature/bottompanelslide",
// 视频弹幕功能
"@ohos/danmakuplayer": "file:../../feature/danmakuplayer",
// 列表项交换案例
"@ohos/listexchange": "file:../../feature/listexchange",
// tabContent内容可以在tabBar上显示并响应滑动事件案例
"@ohos/tabcontentoverflow": "file:../../feature/tabcontentoverflow",
// 表情聊天案例
"@ohos/chatwithexpression": "file:../../feature/chatwithexpression",
// 悬浮窗拖拽和吸附动画
"@ohos/floatwindow": "file:../../feature/floatwindow",
// 网格元素交换案例
"@ohos/gridexchange": "file:../../feature/gridexchange",
// 音乐播放转场一镜到底效果实现
"@ohos/miniplayeranimation": "file:../../feature/miniplayeranimation",
// 下拉展开图片和时间轴效果实现案例
"@ohos/refreshtimeline": "file:../../feature/refreshtimeline",
// Web页面长截图
"@ohos/webpagesnapshot": "file:../../feature/webpagesnapshot",
// Navigation路由拦截案例
"@ohos/navigationinterceptor": "file:../../feature/navigationinterceptor",
// 语音录制和声音动效实现
"@ohos/voicerecordynamiceffect": "file:../../feature/voicerecordynamiceffect",
// 图片混合案例
"@ohos/blendmode": "file:../../feature/blendmode",
// 首页下拉进入二楼效果案例
"@ohos/secondfloorloadanimation": "file:../../feature/secondfloorloadanimation",
// Text实现部分文本高亮和超链接样式
"@ohos/styledtext": "file:../../feature/styledtext",
// 全局弹窗封装案例
"@ohos/customdialog": "file:../../feature/customdialog",
// 文字展开收起案例
"@ohos/textexpand": "file:../../feature/textexpand",
// 边框或背景图片拉伸案例
"@ohos/imageresizable": "file:../../feature/imageresizable",
// 边缘渐变实现
"@ohos/fadingedge": "file:../../feature/fadingedge",
// textOverflow长文本省略
"@ohos/textoverflow": "file:../../feature/textoverflow",
// 水印案例
"@ohos/watermark": "file:../../feature/watermark",
// 自定义Stepper
"@ohos/customstepper": "file:../../feature/customstepper",
// NavDestination弹窗
"@ohos/navdestinationdialog": "file:../../feature/navdestinationdialog",
// 搜索框热搜词自动滚动
"@ohos/searchswiper": "file:../../feature/searchswiper",
// 合理处理高负载组件的渲染文章示例代码
"@ohos/highlyloadedcomponentrender": "file:../../feature/perfermance/highlyloadedcomponentrender",
// 视频卡片和列表区域的联动滚动
"@ohos/videolinkagelist": "file:../../feature/videolinkagelist"
}
}
JavaScript
1
https://gitee.com/harmonyos-cases/cases.git
git@gitee.com:harmonyos-cases/cases.git
harmonyos-cases
cases
Cases
master

搜索帮助