# hh **Repository Path**: hzwe/hh ## Basic Information - **Project Name**: hh - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-04 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 兼容英文超出隐藏省略号 ```css display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; ``` ### 动态高度 title ```html import GetTopBarInfo from '@/utils/GetTopBarInfo'//动态高度 ``` ### 主题颜色 | #FFB71B RGB(255,183,27) ### 腾讯视频插件在 Taro 引入方法 ```js // index.config.ts import { Config } from '@tarojs/taro' export default { usingComponents: { 'txv-video': 'plugin://tencentvideo/video', }, pageOrientation: 'auto', enablePullDownRefresh: true, enableShareAppMessage: true, enableShareTimeline: true, } as Config ``` ```js //app.config.js export default { plugins: { tencentvideo: { version: '1.3.17', //版本需跟当前插件版本对齐 provider: 'wxa75efa648b60994b', }, }, } ``` ```html ``` #### 隐藏滚动条 ```css /* app.css */ ::-webkit-scrollbar { display: none; width: 0; height: 0; color: transparent; } ``` #### 文件结构 | 文件名 | 描述 | | :------------: | :----------: | | College | 课程 | | Consulting | 咨询师 | | Home | 首页测试卷 | | Live | 直播 | | My | 我的 | | Pay | 支付界面 | | PaymentResults | 支付结果页 | | QueryResylt | 查询结果页面 |