@quicktvui/ai 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/rules/.clinerules +1 -0
- package/rules/.cursorrules +1 -0
- package/rules/.github/copilot-instructions.md +1 -0
- package/rules/.source/hellotv/PROJECT-README.md +52 -0
- package/rules/.source/hellotv/app.d.ts +11 -0
- package/rules/.source/hellotv/package.json +146 -0
- package/rules/.source/hellotv/scripts/build-apk.ts +12 -0
- package/rules/.source/hellotv/scripts/build.ts +35 -0
- package/rules/.source/hellotv/scripts/dev.ts +12 -0
- package/rules/.source/hellotv/scripts/pack.ts +24 -0
- package/rules/.source/hellotv/scripts/process.ts +37 -0
- package/rules/.source/hellotv/scripts/quicktvui-webpack.android.ts +187 -0
- package/rules/.source/hellotv/scripts/quicktvui-webpack.dev.ts +147 -0
- package/rules/.source/hellotv/scripts/webpack-watch.ts +24 -0
- package/rules/.source/hellotv/src/App.vue +192 -0
- package/rules/.source/hellotv/src/api/my/index.ts +198 -0
- package/rules/.source/hellotv/src/api/user/impl-user.ts +52 -0
- package/rules/.source/hellotv/src/api/user/qr-code-mock.ts +2 -0
- package/rules/.source/hellotv/src/api/user/request-url.ts +11 -0
- package/rules/.source/hellotv/src/api/user/user-manager.ts +258 -0
- package/rules/.source/hellotv/src/app.scss +8 -0
- package/rules/.source/hellotv/src/assets/component-media/ic_media_btn_pause.png +0 -0
- package/rules/.source/hellotv/src/assets/component-media/ic_media_btn_play.png +0 -0
- package/rules/.source/hellotv/src/assets/component-media/ic_media_menu_setting_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/component-media/ic_media_menu_setting_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/component-media/ic_media_menu_xuanji_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/component-media/ic_media_menu_xuanji_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/component-media/ic_media_ok_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/component-media/ic_media_ok_selected.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_collect_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_collect_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_full_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_full_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_info_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_info_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_introduction_bg.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_media_list_item_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_media_list_item_selected.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_media_player_pause.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_media_player_placeholder.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_media_player_play.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_vip_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/ic_vip_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/detail/skeleton.png +0 -0
- package/rules/.source/hellotv/src/assets/filter/ic_empty.png +0 -0
- package/rules/.source/hellotv/src/assets/filter/ic_filter_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/filter/ic_filter_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/filter/ic_filter_selected.png +0 -0
- package/rules/.source/hellotv/src/assets/filter/ic_left_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/filter/ic_left_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/filter/ic_left_selected.png +0 -0
- package/rules/.source/hellotv/src/assets/history/ic_delete.png +0 -0
- package/rules/.source/hellotv/src/assets/history/ic_empty.png +0 -0
- package/rules/.source/hellotv/src/assets/home/bg_history_item.png +0 -0
- package/rules/.source/hellotv/src/assets/home/bg_shadow.png +0 -0
- package/rules/.source/hellotv/src/assets/home/ic_4k_logo.png +0 -0
- package/rules/.source/hellotv/src/assets/home/ic_4k_play_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/home/ic_4k_subtitle_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/home/ic_arrow_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/home/ic_arrow_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/home/ic_exit_corner.png +0 -0
- package/rules/.source/hellotv/src/assets/home/ic_exit_header.png +0 -0
- package/rules/.source/hellotv/src/assets/home/ic_play.png +0 -0
- package/rules/.source/hellotv/src/assets/live/bg-error.png +0 -0
- package/rules/.source/hellotv/src/assets/live/bg-play-info.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-arrow-left.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-arrow-right.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-back.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-change.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-corner-vip-tips.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-corner-vip.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-key.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-loading-error.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-menu-ext-arrow.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-menu-ext.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-menu.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-mine.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-network-error.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-ok.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-playing.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-playing2.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-playing3.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic-service.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic_live_broadcast.png +0 -0
- package/rules/.source/hellotv/src/assets/live/ic_live_broadcast_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/my/ic_collect_focus.png +0 -0
- package/rules/.source/hellotv/src/assets/my/ic_collect_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/my/ic_order_focus.png +0 -0
- package/rules/.source/hellotv/src/assets/my/ic_order_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/my/ic_record_focus.png +0 -0
- package/rules/.source/hellotv/src/assets/my/ic_record_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/my/ic_user.png +0 -0
- package/rules/.source/hellotv/src/assets/my/ic_vip_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/search/ic_back.png +0 -0
- package/rules/.source/hellotv/src/assets/search/ic_back_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/search/ic_clear.png +0 -0
- package/rules/.source/hellotv/src/assets/search/ic_clear_dark.png +0 -0
- package/rules/.source/hellotv/src/assets/search/ic_clear_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/search/ic_search.png +0 -0
- package/rules/.source/hellotv/src/assets/top-view/ic_logo.png +0 -0
- package/rules/.source/hellotv/src/assets/top-view/ic_top_search_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/top-view/ic_top_search_normal.png +0 -0
- package/rules/.source/hellotv/src/assets/top-view/ic_top_user_focused.png +0 -0
- package/rules/.source/hellotv/src/assets/top-view/ic_top_user_normal.png +0 -0
- package/rules/.source/hellotv/src/components/bg-animation.scss +14 -0
- package/rules/.source/hellotv/src/components/bg-animation.vue +176 -0
- package/rules/.source/hellotv/src/components/btn-pack-view.vue +172 -0
- package/rules/.source/hellotv/src/components/btn-pack.scss +53 -0
- package/rules/.source/hellotv/src/components/grid-item-horizontal.vue +203 -0
- package/rules/.source/hellotv/src/components/grid-item-vertical.vue +201 -0
- package/rules/.source/hellotv/src/components/media/build-data/media-config.ts +4 -0
- package/rules/.source/hellotv/src/components/media/build-data/media-control-adapter.ts +378 -0
- package/rules/.source/hellotv/src/components/media/build-data/media-imp.ts +44 -0
- package/rules/.source/hellotv/src/components/media/view/media-loading-component.vue +50 -0
- package/rules/.source/hellotv/src/components/media/view/media-loading-view.vue +154 -0
- package/rules/.source/hellotv/src/components/media/view/media-manager-view.vue +931 -0
- package/rules/.source/hellotv/src/components/media/view/media-menu-detail-item.vue +42 -0
- package/rules/.source/hellotv/src/components/media/view/media-menu-detail-view.vue +109 -0
- package/rules/.source/hellotv/src/components/media/view/media-menu-icon-item.vue +43 -0
- package/rules/.source/hellotv/src/components/media/view/media-menu-text-item.vue +27 -0
- package/rules/.source/hellotv/src/components/media/view/media-menu-view.vue +88 -0
- package/rules/.source/hellotv/src/components/media/view/media-player-view.vue +408 -0
- package/rules/.source/hellotv/src/components/media/view/scss/media-loading.scss +51 -0
- package/rules/.source/hellotv/src/components/media/view/scss/media-manager.scss +79 -0
- package/rules/.source/hellotv/src/components/media/view/scss/media-menu.scss +114 -0
- package/rules/.source/hellotv/src/components/media/view/scss/media-player.scss +6 -0
- package/rules/.source/hellotv/src/components/qt-tabs-component.ts +268 -0
- package/rules/.source/hellotv/src/components/qt-ul-component.ts +792 -0
- package/rules/.source/hellotv/src/components/top-view.scss +38 -0
- package/rules/.source/hellotv/src/components/top-view.vue +114 -0
- package/rules/.source/hellotv/src/config/README.md +22 -0
- package/rules/.source/hellotv/src/config/build-config.ts +22 -0
- package/rules/.source/hellotv/src/config/private-theme-config.ts +21 -0
- package/rules/.source/hellotv/src/config/public-config.scss +16 -0
- package/rules/.source/hellotv/src/config/test.scss +45 -0
- package/rules/.source/hellotv/src/config/theme-config.ts +51 -0
- package/rules/.source/hellotv/src/main.ts +45 -0
- package/rules/.source/hellotv/src/pages/activity/adapter/config.ts +37 -0
- package/rules/.source/hellotv/src/pages/activity/adapter/index.ts +849 -0
- package/rules/.source/hellotv/src/pages/activity/adapter/interface.ts +173 -0
- package/rules/.source/hellotv/src/pages/activity/api/index.ts +36 -0
- package/rules/.source/hellotv/src/pages/activity/api/interface.ts +11 -0
- package/rules/.source/hellotv/src/pages/activity/api/request-url.ts +10 -0
- package/rules/.source/hellotv/src/pages/activity/components/item/focus-change-img-item.vue +40 -0
- package/rules/.source/hellotv/src/pages/activity/components/item/inner-out-title-item.vue +59 -0
- package/rules/.source/hellotv/src/pages/activity/components/item/no-title-item.vue +45 -0
- package/rules/.source/hellotv/src/pages/activity/components/item/placeholder-item.vue +25 -0
- package/rules/.source/hellotv/src/pages/activity/index.vue +219 -0
- package/rules/.source/hellotv/src/pages/activity/scss/index.scss +46 -0
- package/rules/.source/hellotv/src/pages/activity/scss/item.scss +69 -0
- package/rules/.source/hellotv/src/pages/detail/adapter/index.ts +317 -0
- package/rules/.source/hellotv/src/pages/detail/adapter/interface.ts +150 -0
- package/rules/.source/hellotv/src/pages/detail/adapter/media-player.ts +378 -0
- package/rules/.source/hellotv/src/pages/detail/api/index.ts +77 -0
- package/rules/.source/hellotv/src/pages/detail/api/request-url.ts +8 -0
- package/rules/.source/hellotv/src/pages/detail/components/media-player/collapse/media-collapse-definition.vue +192 -0
- package/rules/.source/hellotv/src/pages/detail/components/media-player/collapse/media-collapse-list-item.vue +108 -0
- package/rules/.source/hellotv/src/pages/detail/components/media-player/collapse/media-collapse-media-series.vue +349 -0
- package/rules/.source/hellotv/src/pages/detail/components/media-player/collapse/media-collapse-order.vue +194 -0
- package/rules/.source/hellotv/src/pages/detail/components/media-player/collapse/media-collapse-speed.vue +192 -0
- package/rules/.source/hellotv/src/pages/detail/components/media-player/index.vue +404 -0
- package/rules/.source/hellotv/src/pages/detail/components/media-player/media-player-small-view.vue +382 -0
- package/rules/.source/hellotv/src/pages/detail/components/media-player/media-player-view.vue +1099 -0
- package/rules/.source/hellotv/src/pages/detail/components/recommend-item.vue +167 -0
- package/rules/.source/hellotv/src/pages/detail/components/section/basic-section.vue +218 -0
- package/rules/.source/hellotv/src/pages/detail/components/section/config.ts +6 -0
- package/rules/.source/hellotv/src/pages/detail/components/section/header-section.vue +15 -0
- package/rules/.source/hellotv/src/pages/detail/components/section/item/button-menu.vue +259 -0
- package/rules/.source/hellotv/src/pages/detail/components/section/item/media-introduction.vue +238 -0
- package/rules/.source/hellotv/src/pages/detail/components/section/item/media-series.vue +308 -0
- package/rules/.source/hellotv/src/pages/detail/components/section/item/player-placeholder.vue +88 -0
- package/rules/.source/hellotv/src/pages/detail/index.vue +571 -0
- package/rules/.source/hellotv/src/pages/detail/scss/index.scss +22 -0
- package/rules/.source/hellotv/src/pages/detail-full-player/components/media-player/full-player-loading.vue +78 -0
- package/rules/.source/hellotv/src/pages/detail-full-player/components/media-player/full-player-menu-view.vue +803 -0
- package/rules/.source/hellotv/src/pages/detail-full-player/components/media-player/full-player-view.vue +219 -0
- package/rules/.source/hellotv/src/pages/detail-full-player/index.vue +101 -0
- package/rules/.source/hellotv/src/pages/detail-full-player/scss/full-player-view.scss +6 -0
- package/rules/.source/hellotv/src/pages/detail-full-screen/adapter/index.ts +0 -0
- package/rules/.source/hellotv/src/pages/detail-full-screen/adapter/interface.ts +133 -0
- package/rules/.source/hellotv/src/pages/detail-full-screen/api/index.ts +77 -0
- package/rules/.source/hellotv/src/pages/detail-full-screen/api/request-url.ts +8 -0
- package/rules/.source/hellotv/src/pages/detail-full-screen/components/media-info.vue +263 -0
- package/rules/.source/hellotv/src/pages/detail-full-screen/components/media-player.vue +42 -0
- package/rules/.source/hellotv/src/pages/detail-full-screen/components/media-series-section.vue +26 -0
- package/rules/.source/hellotv/src/pages/detail-full-screen/components/recommend-item.vue +167 -0
- package/rules/.source/hellotv/src/pages/detail-full-screen/index.vue +163 -0
- package/rules/.source/hellotv/src/pages/detail-full-screen/scss/index.scss +41 -0
- package/rules/.source/hellotv/src/pages/device-info/index.vue +106 -0
- package/rules/.source/hellotv/src/pages/device-info/scss/device-info.scss +49 -0
- package/rules/.source/hellotv/src/pages/filter/README.md +66 -0
- package/rules/.source/hellotv/src/pages/filter/adapter/index.ts +180 -0
- package/rules/.source/hellotv/src/pages/filter/adapter/interface.ts +111 -0
- package/rules/.source/hellotv/src/pages/filter/api/index.ts +38 -0
- package/rules/.source/hellotv/src/pages/filter/api/interface.ts +44 -0
- package/rules/.source/hellotv/src/pages/filter/api/request-url.ts +8 -0
- package/rules/.source/hellotv/src/pages/filter/components/content/index.vue +469 -0
- package/rules/.source/hellotv/src/pages/filter/components/content/list-item-record.vue +16 -0
- package/rules/.source/hellotv/src/pages/filter/components/content/list-item.vue +78 -0
- package/rules/.source/hellotv/src/pages/filter/components/expand/index.vue +83 -0
- package/rules/.source/hellotv/src/pages/filter/components/sidebar/index.vue +81 -0
- package/rules/.source/hellotv/src/pages/filter/components/sidebar/list-item-filter-title.vue +78 -0
- package/rules/.source/hellotv/src/pages/filter/components/sidebar/list-item-filter.vue +68 -0
- package/rules/.source/hellotv/src/pages/filter/components/sidebar/list-item-line.vue +11 -0
- package/rules/.source/hellotv/src/pages/filter/components/sidebar/list-item-text.vue +43 -0
- package/rules/.source/hellotv/src/pages/filter/components/sidebar/list-item-title.vue +14 -0
- package/rules/.source/hellotv/src/pages/filter/config.ts +10 -0
- package/rules/.source/hellotv/src/pages/filter/expand-sidebar-contents.vue +203 -0
- package/rules/.source/hellotv/src/pages/filter/scss/filter-content-list-item.scss +42 -0
- package/rules/.source/hellotv/src/pages/filter/scss/filter-content.scss +60 -0
- package/rules/.source/hellotv/src/pages/filter/scss/filter-expand.scss +30 -0
- package/rules/.source/hellotv/src/pages/filter/scss/filter-sidebar.scss +45 -0
- package/rules/.source/hellotv/src/pages/filter/scss/filter.scss +21 -0
- package/rules/.source/hellotv/src/pages/filter/sidebar-contents.vue +145 -0
- package/rules/.source/hellotv/src/pages/filter/single-contents.vue +61 -0
- package/rules/.source/hellotv/src/pages/history/adapter/index.ts +51 -0
- package/rules/.source/hellotv/src/pages/history/adapter/interface.ts +22 -0
- package/rules/.source/hellotv/src/pages/history/api/index.ts +54 -0
- package/rules/.source/hellotv/src/pages/history/api/interface.ts +41 -0
- package/rules/.source/hellotv/src/pages/history/api/request-url.ts +10 -0
- package/rules/.source/hellotv/src/pages/history/components/confirm-dialog.vue +155 -0
- package/rules/.source/hellotv/src/pages/history/config.ts +8 -0
- package/rules/.source/hellotv/src/pages/history/index-raw.vue +540 -0
- package/rules/.source/hellotv/src/pages/history/index.vue +431 -0
- package/rules/.source/hellotv/src/pages/history/mock.ts +32 -0
- package/rules/.source/hellotv/src/pages/history/scss/history-raw.scss +181 -0
- package/rules/.source/hellotv/src/pages/history/scss/history.scss +148 -0
- package/rules/.source/hellotv/src/pages/home/adapter/exit/home-exit-adapter.ts +20 -0
- package/rules/.source/hellotv/src/pages/home/adapter/exit/home-exit-imp.ts +13 -0
- package/rules/.source/hellotv/src/pages/home/adapter/media/create-home-player-interceptor.ts +50 -0
- package/rules/.source/hellotv/src/pages/home/adapter/media/home-media-imp.ts +74 -0
- package/rules/.source/hellotv/src/pages/home/adapter/tab-bar/tab-bar-adapter.ts +151 -0
- package/rules/.source/hellotv/src/pages/home/adapter/tab-bar/tab-bar-config.ts +17 -0
- package/rules/.source/hellotv/src/pages/home/adapter/tab-bar/tab-bar-imp.ts +53 -0
- package/rules/.source/hellotv/src/pages/home/adapter/tab-bar/tab-bar-item-type.ts +6 -0
- package/rules/.source/hellotv/src/pages/home/adapter/tab-content/tab-content-adapter.ts +1304 -0
- package/rules/.source/hellotv/src/pages/home/adapter/tab-content/tab-content-config.ts +30 -0
- package/rules/.source/hellotv/src/pages/home/adapter/tab-content/tab-content-imp.ts +173 -0
- package/rules/.source/hellotv/src/pages/home/adapter/tab-content/tab-content-item-type.ts +17 -0
- package/rules/.source/hellotv/src/pages/home/api/index.ts +157 -0
- package/rules/.source/hellotv/src/pages/home/api/interface.ts +56 -0
- package/rules/.source/hellotv/src/pages/home/api/request-url.ts +22 -0
- package/rules/.source/hellotv/src/pages/home/components/exit-dialog.vue +148 -0
- package/rules/.source/hellotv/src/pages/home/components/media/bg-player.vue +440 -0
- package/rules/.source/hellotv/src/pages/home/components/nav-bar/bar-img-item.vue +39 -0
- package/rules/.source/hellotv/src/pages/home/components/nav-bar/bar-text-item.vue +100 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/bg-player-cell-list-item-img.vue +54 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/bg-player-cell-list-item-text.vue +67 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/cell-list-player-item.vue +74 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/cell-player-item.vue +40 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/focus-change-img-item.vue +41 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/history-item.vue +362 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/inner-out-title-item.vue +60 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/no-title-item.vue +46 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/placeholder-item.vue +25 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/short-video/short-video-section-item.vue +80 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/short-video/short-video-section.vue +70 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/small-4k/small-four-section.vue +76 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/world-4k/world-four-section-item.vue +90 -0
- package/rules/.source/hellotv/src/pages/home/components/tab-content/world-4k/world-four-section.vue +57 -0
- package/rules/.source/hellotv/src/pages/home/components/waterfall-tabs.vue +1307 -0
- package/rules/.source/hellotv/src/pages/home/index.vue +117 -0
- package/rules/.source/hellotv/src/pages/home/scss/bar-img-item.scss +11 -0
- package/rules/.source/hellotv/src/pages/home/scss/bar-text-item.scss +80 -0
- package/rules/.source/hellotv/src/pages/home/scss/base.scss +8 -0
- package/rules/.source/hellotv/src/pages/home/scss/bg-player-cell-list-item.scss +24 -0
- package/rules/.source/hellotv/src/pages/home/scss/bg-player.scss +50 -0
- package/rules/.source/hellotv/src/pages/home/scss/cell-player-item.scss +24 -0
- package/rules/.source/hellotv/src/pages/home/scss/exit-dialog.scss +89 -0
- package/rules/.source/hellotv/src/pages/home/scss/focus-change-img-item.scss +12 -0
- package/rules/.source/hellotv/src/pages/home/scss/home.scss +32 -0
- package/rules/.source/hellotv/src/pages/home/scss/inner-out-title-item.scss +24 -0
- package/rules/.source/hellotv/src/pages/home/scss/no-title-item.scss +15 -0
- package/rules/.source/hellotv/src/pages/home/scss/placeholder-item.scss +14 -0
- package/rules/.source/hellotv/src/pages/home/scss/short-video-section.scss +59 -0
- package/rules/.source/hellotv/src/pages/home/scss/small-four-section.scss +14 -0
- package/rules/.source/hellotv/src/pages/home/scss/waterfall-tabs.scss +50 -0
- package/rules/.source/hellotv/src/pages/home/scss/world-four-section.scss +106 -0
- package/rules/.source/hellotv/src/pages/introduction/index.vue +227 -0
- package/rules/.source/hellotv/src/pages/live/components/menu/first-list-item-icon-text.vue +35 -0
- package/rules/.source/hellotv/src/pages/live/components/menu/first-list-item-img.vue +16 -0
- package/rules/.source/hellotv/src/pages/live/components/menu/first-list-item-text.vue +16 -0
- package/rules/.source/hellotv/src/pages/live/components/menu/index.vue +266 -0
- package/rules/.source/hellotv/src/pages/live/components/menu/second-list-item.vue +80 -0
- package/rules/.source/hellotv/src/pages/live/components/menu/third-list-item.vue +68 -0
- package/rules/.source/hellotv/src/pages/live/components/player/index.vue +168 -0
- package/rules/.source/hellotv/src/pages/live/components/player/player-error.vue +48 -0
- package/rules/.source/hellotv/src/pages/live/components/player/player-loading.vue +50 -0
- package/rules/.source/hellotv/src/pages/live/components/player/player-tips.vue +125 -0
- package/rules/.source/hellotv/src/pages/live/components/player/tips-icon-text.vue +27 -0
- package/rules/.source/hellotv/src/pages/live/css/menu.css +109 -0
- package/rules/.source/hellotv/src/pages/live/css/player.css +56 -0
- package/rules/.source/hellotv/src/pages/live/index.vue +128 -0
- package/rules/.source/hellotv/src/pages/live/mock/index.ts +263 -0
- package/rules/.source/hellotv/src/pages/live/types/index.ts +42 -0
- package/rules/.source/hellotv/src/pages/login/index.vue +116 -0
- package/rules/.source/hellotv/src/pages/login/scss/login.scss +61 -0
- package/rules/.source/hellotv/src/pages/m-test.vue +84 -0
- package/rules/.source/hellotv/src/pages/my/README.md +87 -0
- package/rules/.source/hellotv/src/pages/my/index.vue +177 -0
- package/rules/.source/hellotv/src/pages/my/my-data-manager.ts +606 -0
- package/rules/.source/hellotv/src/pages/my/my-templates.vue +24 -0
- package/rules/.source/hellotv/src/pages/my/poster/index.vue +98 -0
- package/rules/.source/hellotv/src/pages/my/poster/my-card2.vue +90 -0
- package/rules/.source/hellotv/src/pages/my/poster/my-icon-title-col.vue +72 -0
- package/rules/.source/hellotv/src/pages/my/poster/my-icon-title-row.vue +72 -0
- package/rules/.source/hellotv/src/pages/my/poster/my-info.vue +50 -0
- package/rules/.source/hellotv/src/pages/my/poster/my-user.vue +126 -0
- package/rules/.source/hellotv/src/pages/play-test.vue +95 -0
- package/rules/.source/hellotv/src/pages/search/README.md +57 -0
- package/rules/.source/hellotv/src/pages/search/adapter/index.ts +285 -0
- package/rules/.source/hellotv/src/pages/search/adapter/interface.ts +60 -0
- package/rules/.source/hellotv/src/pages/search/api/index.ts +100 -0
- package/rules/.source/hellotv/src/pages/search/api/interface.ts +64 -0
- package/rules/.source/hellotv/src/pages/search/api/request-url.ts +20 -0
- package/rules/.source/hellotv/src/pages/search/components/search-content-tabs.vue +153 -0
- package/rules/.source/hellotv/src/pages/search/components/search-content.vue +282 -0
- package/rules/.source/hellotv/src/pages/search/components/search-keyboard.vue +252 -0
- package/rules/.source/hellotv/src/pages/search/components/search-keyword-grid.vue +85 -0
- package/rules/.source/hellotv/src/pages/search/components/search-keyword.vue +346 -0
- package/rules/.source/hellotv/src/pages/search/config.ts +10 -0
- package/rules/.source/hellotv/src/pages/search/scss/search-content.scss +130 -0
- package/rules/.source/hellotv/src/pages/search/scss/search-keyboard.scss +91 -0
- package/rules/.source/hellotv/src/pages/search/scss/search-keyword-grid.scss +30 -0
- package/rules/.source/hellotv/src/pages/search/scss/search-keyword.scss +104 -0
- package/rules/.source/hellotv/src/pages/search/scss/search.scss +18 -0
- package/rules/.source/hellotv/src/pages/search/three-columns.vue +164 -0
- package/rules/.source/hellotv/src/pages/search/two-columns.vue +128 -0
- package/rules/.source/hellotv/src/pages/tabs-test.vue +339 -0
- package/rules/.source/hellotv/src/pages/webview/load-web-view.vue +44 -0
- package/rules/.source/hellotv/src/routes.ts +142 -0
- package/rules/.source/hellotv/src/tools/common.ts +18 -0
- package/rules/.source/hellotv/src/tools/format-date.ts +16 -0
- package/rules/.source/hellotv/src/tools/index.ts +58 -0
- package/rules/.source/hellotv/src/tools/launch.ts +339 -0
- package/rules/.source/hellotv/src/tools/request/index.ts +206 -0
- package/rules/.source/hellotv/src/tools/request/interface.ts +64 -0
- package/rules/.source/hellotv/src/typings/shims-vue.d.ts +6 -0
- package/rules/.source/hellotv/src/vue.config.js +3 -0
- package/rules/.source/hellotv/tsconfig.json +34 -0
- package/rules/.windsurfrules +1 -0
- package/rules/AGENTS.md +1 -0
- package/rules/CLAUDE.md +1 -0
- package/rules/GEMINI.md +1 -0
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<qt-view class="search-keyword">
|
|
3
|
+
<!-- 暂无数据 -->
|
|
4
|
+
<qt-view v-if="isEmpty" class="search-keyword-empty" :focusable="false">
|
|
5
|
+
<qt-text
|
|
6
|
+
class="search-keyword-empty-text"
|
|
7
|
+
text="抱歉暂无相关内容"
|
|
8
|
+
gravity="center"
|
|
9
|
+
:focusable="false"
|
|
10
|
+
></qt-text>
|
|
11
|
+
<qt-text
|
|
12
|
+
class="search-keyword-empty-text"
|
|
13
|
+
text="为您推荐右边热门影片~"
|
|
14
|
+
gravity="center"
|
|
15
|
+
:focusable="false"
|
|
16
|
+
></qt-text>
|
|
17
|
+
</qt-view>
|
|
18
|
+
<qt-view v-else>
|
|
19
|
+
<!-- 清空按钮 -->
|
|
20
|
+
<qt-view
|
|
21
|
+
class="search-keyword-clear-btn"
|
|
22
|
+
name="clearBtn"
|
|
23
|
+
v-if="showClearBtn"
|
|
24
|
+
:focusable="true"
|
|
25
|
+
@click="onClearBtnClick"
|
|
26
|
+
>
|
|
27
|
+
<qt-view
|
|
28
|
+
class="search-keyword-clear-btn-img"
|
|
29
|
+
:focusable="false"
|
|
30
|
+
:duplicateParentState="true"
|
|
31
|
+
>
|
|
32
|
+
<qt-image
|
|
33
|
+
class="search-keyword-clear-btn-img"
|
|
34
|
+
style="position: absolute"
|
|
35
|
+
:showOnState="['normal', 'selected']"
|
|
36
|
+
:src="icClearDark"
|
|
37
|
+
:focusable="false"
|
|
38
|
+
:duplicateParentState="true"
|
|
39
|
+
></qt-image>
|
|
40
|
+
<qt-image
|
|
41
|
+
class="search-keyword-clear-btn-img"
|
|
42
|
+
style="position: absolute"
|
|
43
|
+
showOnState="focused"
|
|
44
|
+
:src="icClearFocused"
|
|
45
|
+
:focusable="false"
|
|
46
|
+
:duplicateParentState="true"
|
|
47
|
+
></qt-image>
|
|
48
|
+
</qt-view>
|
|
49
|
+
<qt-text
|
|
50
|
+
class="search-keyword-clear-btn-text"
|
|
51
|
+
text="清空"
|
|
52
|
+
gravity="center"
|
|
53
|
+
:focusable="false"
|
|
54
|
+
:duplicateParentState="true"
|
|
55
|
+
></qt-text>
|
|
56
|
+
</qt-view>
|
|
57
|
+
<!-- 搜索词条 -->
|
|
58
|
+
<qt-list-view
|
|
59
|
+
class="search-keyword-list"
|
|
60
|
+
ref="listRef"
|
|
61
|
+
name="keywordList"
|
|
62
|
+
:padding="'0,55,0,0'"
|
|
63
|
+
:scrollYGreaterReferenceValue="84"
|
|
64
|
+
:scrollYLesserReferenceValue="84"
|
|
65
|
+
:triggerTask="triggerTask"
|
|
66
|
+
:singleSelectPosition="singleSelectPos"
|
|
67
|
+
:blockFocusDirections="['down']"
|
|
68
|
+
:nextFocusRightSID="focusRightSid"
|
|
69
|
+
:openPage="true"
|
|
70
|
+
:listenBoundEvent="true"
|
|
71
|
+
:loadMore="onListLoadMore"
|
|
72
|
+
@item-focused="onListItemFocused"
|
|
73
|
+
>
|
|
74
|
+
<!-- 标题 -->
|
|
75
|
+
<qt-view
|
|
76
|
+
:type="KeywordType.TITLE"
|
|
77
|
+
class="search-keyword-list-item-title"
|
|
78
|
+
:focusable="false"
|
|
79
|
+
eventFocus
|
|
80
|
+
eventClick
|
|
81
|
+
>
|
|
82
|
+
<qt-text
|
|
83
|
+
class="search-keyword-list-item-title-text"
|
|
84
|
+
text="${text}"
|
|
85
|
+
gravity="center|start"
|
|
86
|
+
typeface="bold"
|
|
87
|
+
:focusable="false"
|
|
88
|
+
></qt-text>
|
|
89
|
+
</qt-view>
|
|
90
|
+
<!-- 普通文本 -->
|
|
91
|
+
<qt-view
|
|
92
|
+
:type="KeywordType.TEXT"
|
|
93
|
+
class="search-keyword-list-item"
|
|
94
|
+
:focusable="true"
|
|
95
|
+
eventFocus
|
|
96
|
+
eventClick
|
|
97
|
+
>
|
|
98
|
+
<qt-view
|
|
99
|
+
class="search-keyword-list-item-dot"
|
|
100
|
+
gradientBackground="${gradientBackground}"
|
|
101
|
+
></qt-view>
|
|
102
|
+
<qt-text
|
|
103
|
+
class="search-keyword-list-item-text"
|
|
104
|
+
flexStyle="${flexStyle}"
|
|
105
|
+
autoHeight
|
|
106
|
+
text="${text}"
|
|
107
|
+
gravity="center|start"
|
|
108
|
+
:showOnState="'normal'"
|
|
109
|
+
:lines="1"
|
|
110
|
+
:ellipsizeMode="2"
|
|
111
|
+
:focusable="false"
|
|
112
|
+
:duplicateParentState="true"
|
|
113
|
+
></qt-text>
|
|
114
|
+
<qt-text
|
|
115
|
+
class="search-keyword-list-item-text"
|
|
116
|
+
flexStyle="${flexStyle}"
|
|
117
|
+
autoHeight
|
|
118
|
+
text="${text}"
|
|
119
|
+
typeface="bold"
|
|
120
|
+
gravity="center|start"
|
|
121
|
+
:horizontalFadingEdgeEnabled="true"
|
|
122
|
+
:showOnState="['focused', 'selected']"
|
|
123
|
+
:lines="1"
|
|
124
|
+
:ellipsizeMode="3"
|
|
125
|
+
:focusable="false"
|
|
126
|
+
:duplicateParentState="true"
|
|
127
|
+
></qt-text>
|
|
128
|
+
</qt-view>
|
|
129
|
+
</qt-list-view>
|
|
130
|
+
</qt-view>
|
|
131
|
+
</qt-view>
|
|
132
|
+
</template>
|
|
133
|
+
|
|
134
|
+
<script setup lang="ts">
|
|
135
|
+
import { ref, watch, onMounted, onUnmounted } from "vue";
|
|
136
|
+
import { QTIListView, QTListViewItem } from "@quicktvui/quicktvui3";
|
|
137
|
+
import { buildKeywords } from "../adapter/index";
|
|
138
|
+
import { KeywordType } from "../adapter/interface";
|
|
139
|
+
import icClearDark from "../../../assets/search/ic_clear_dark.png";
|
|
140
|
+
import icClearFocused from "../../../assets/search/ic_clear_focused.png";
|
|
141
|
+
import searchManager from "../api/index";
|
|
142
|
+
import config from "../config";
|
|
143
|
+
|
|
144
|
+
const props = defineProps({
|
|
145
|
+
inputText: {
|
|
146
|
+
type: String,
|
|
147
|
+
default: "",
|
|
148
|
+
},
|
|
149
|
+
});
|
|
150
|
+
const emits = defineEmits([
|
|
151
|
+
"setLoading",
|
|
152
|
+
"updateFocusName",
|
|
153
|
+
"updateFocusDeny",
|
|
154
|
+
"updateKeyword",
|
|
155
|
+
]);
|
|
156
|
+
// 页面引用
|
|
157
|
+
const mode = ref<"hot" | "guess" | "all">("hot");
|
|
158
|
+
const showClearBtn = ref<boolean>(false);
|
|
159
|
+
const listRef = ref<QTIListView>();
|
|
160
|
+
const singleSelectPos = ref<number>(1);
|
|
161
|
+
const focusRightSid = ref<string>("");
|
|
162
|
+
const isEmpty = ref<boolean>(false);
|
|
163
|
+
// 控制清空按钮是否展示
|
|
164
|
+
const triggerTask = [
|
|
165
|
+
{
|
|
166
|
+
event: "onScrollYGreater",
|
|
167
|
+
target: "clearBtn",
|
|
168
|
+
function: "changeAlpha",
|
|
169
|
+
params: [0],
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
event: "onScrollYLesser",
|
|
173
|
+
target: "clearBtn",
|
|
174
|
+
function: "changeAlpha",
|
|
175
|
+
params: [1],
|
|
176
|
+
},
|
|
177
|
+
];
|
|
178
|
+
// 局部变量
|
|
179
|
+
let curPage = 0;
|
|
180
|
+
let pageSize = config.listKeywordsLimit;
|
|
181
|
+
let historyLength = 0;
|
|
182
|
+
// 最后焦点位置
|
|
183
|
+
let lastFocusPos = singleSelectPos.value;
|
|
184
|
+
// 组件绑定数据
|
|
185
|
+
let listData: QTListViewItem[] = [];
|
|
186
|
+
let watchTimer: any = -1;
|
|
187
|
+
let loadTimer: any = -1;
|
|
188
|
+
let listFocusTimer: any = -1;
|
|
189
|
+
|
|
190
|
+
onMounted(() => {
|
|
191
|
+
// 监听事件
|
|
192
|
+
qt.eventBus.on("updateFocusRightSid", (sid: string) => {
|
|
193
|
+
focusRightSid.value = sid;
|
|
194
|
+
});
|
|
195
|
+
// 加载数据
|
|
196
|
+
loadSuggestions();
|
|
197
|
+
});
|
|
198
|
+
|
|
199
|
+
onUnmounted(() => {
|
|
200
|
+
qt.eventBus.off("updateFocusRightSid");
|
|
201
|
+
});
|
|
202
|
+
|
|
203
|
+
watch(
|
|
204
|
+
() => props.inputText,
|
|
205
|
+
() => {
|
|
206
|
+
mode.value = props.inputText.length > 0 ? "guess" : "hot";
|
|
207
|
+
// 状态重置
|
|
208
|
+
isEmpty.value = false;
|
|
209
|
+
lastFocusPos = singleSelectPos.value;
|
|
210
|
+
curPage = 0;
|
|
211
|
+
// 加载词条
|
|
212
|
+
clearTimeout(watchTimer);
|
|
213
|
+
watchTimer = setTimeout(() => {
|
|
214
|
+
loadSuggestions();
|
|
215
|
+
}, 300);
|
|
216
|
+
},
|
|
217
|
+
);
|
|
218
|
+
|
|
219
|
+
async function loadSuggestions(page = 1) {
|
|
220
|
+
try {
|
|
221
|
+
// 搜索词条
|
|
222
|
+
const suggestions = await searchManager.getSuggestions(
|
|
223
|
+
mode.value,
|
|
224
|
+
props.inputText,
|
|
225
|
+
page,
|
|
226
|
+
pageSize,
|
|
227
|
+
);
|
|
228
|
+
const keywords = buildKeywords(suggestions, mode.value, page);
|
|
229
|
+
|
|
230
|
+
if (page === 1) {
|
|
231
|
+
resetAndInitialize(
|
|
232
|
+
keywords,
|
|
233
|
+
suggestions.searchHistory?.map((item) => ({ keyword: item })),
|
|
234
|
+
);
|
|
235
|
+
} else {
|
|
236
|
+
if (keywords.length > 0) {
|
|
237
|
+
listData.push(...keywords);
|
|
238
|
+
} else {
|
|
239
|
+
listRef.value?.stopPage();
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
} catch (error) {
|
|
243
|
+
qt.log.e("ok->", "Error loading suggestions:", error);
|
|
244
|
+
} finally {
|
|
245
|
+
emits("setLoading", false);
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
function resetAndInitialize(keywords, history) {
|
|
250
|
+
curPage = 1;
|
|
251
|
+
|
|
252
|
+
// 添加标题
|
|
253
|
+
keywords.unshift({
|
|
254
|
+
type: KeywordType.TITLE,
|
|
255
|
+
text: mode.value === "hot" ? "热门搜索" : "猜你想搜",
|
|
256
|
+
});
|
|
257
|
+
|
|
258
|
+
// 搜索历史
|
|
259
|
+
if (history.length > 0) {
|
|
260
|
+
let historyData = [
|
|
261
|
+
{ type: KeywordType.TITLE, text: "搜索历史", showClearBtn: true },
|
|
262
|
+
];
|
|
263
|
+
historyData.push(
|
|
264
|
+
...history.slice(0, 6).map((item) => ({
|
|
265
|
+
type: KeywordType.TEXT,
|
|
266
|
+
text: item.keyword,
|
|
267
|
+
flexStyle: { marginLeft: 80 },
|
|
268
|
+
})),
|
|
269
|
+
);
|
|
270
|
+
|
|
271
|
+
// 记录历史条数
|
|
272
|
+
historyLength = historyData.length;
|
|
273
|
+
|
|
274
|
+
// 添加搜索历史
|
|
275
|
+
keywords.unshift(...historyData);
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
listData = listRef.value?.init(keywords) || [];
|
|
279
|
+
listRef.value?.scrollToTop();
|
|
280
|
+
listRef.value?.setItemSelected(singleSelectPos.value, true);
|
|
281
|
+
showClearBtn.value = history.length > 0;
|
|
282
|
+
isEmpty.value = listData.length === 1;
|
|
283
|
+
|
|
284
|
+
clearTimeout(loadTimer);
|
|
285
|
+
loadTimer = setTimeout(() => {
|
|
286
|
+
emits("updateKeyword", listData.length > 1 ? listData[1].text : "");
|
|
287
|
+
}, 300);
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
function onListLoadMore() {
|
|
291
|
+
// 第一页通过 onMounted 生命周期触发
|
|
292
|
+
if (curPage > 0) {
|
|
293
|
+
loadSuggestions(++curPage);
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
function onListItemFocused(evt) {
|
|
298
|
+
// 不处理标题的焦点事件
|
|
299
|
+
if (evt.item.type === KeywordType.TITLE) {
|
|
300
|
+
return;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
if (evt.isFocused) {
|
|
304
|
+
emits("updateFocusName", "searchKeyword");
|
|
305
|
+
|
|
306
|
+
clearTimeout(listFocusTimer);
|
|
307
|
+
listFocusTimer = setTimeout(() => {
|
|
308
|
+
if (evt.position != lastFocusPos) {
|
|
309
|
+
lastFocusPos = evt.position;
|
|
310
|
+
|
|
311
|
+
// 设置向右焦点位置
|
|
312
|
+
focusRightSid.value = "--search-grid-first-item--";
|
|
313
|
+
|
|
314
|
+
emits("updateKeyword", evt.item.text);
|
|
315
|
+
} else {
|
|
316
|
+
emits("updateFocusDeny", false);
|
|
317
|
+
}
|
|
318
|
+
}, 300);
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
let clearBtnTimer: any = -1;
|
|
323
|
+
function onClearBtnClick() {
|
|
324
|
+
emits("setLoading", true, true);
|
|
325
|
+
|
|
326
|
+
clearTimeout(clearBtnTimer);
|
|
327
|
+
setTimeout(() => {
|
|
328
|
+
showClearBtn.value = false;
|
|
329
|
+
// 清空搜索历史
|
|
330
|
+
searchManager.clearHistory();
|
|
331
|
+
// 清空本地历史
|
|
332
|
+
listData.splice(0, historyLength);
|
|
333
|
+
lastFocusPos = 0;
|
|
334
|
+
// 重新设置焦点
|
|
335
|
+
listRef.value?.setItemFocused(1);
|
|
336
|
+
}, 300);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
function onBackPressed() {
|
|
340
|
+
listRef.value?.setItemFocused(lastFocusPos);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
defineExpose({ onBackPressed });
|
|
344
|
+
</script>
|
|
345
|
+
|
|
346
|
+
<style scoped lang="scss" src="../scss/search-keyword.scss"></style>
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
.search-content {
|
|
2
|
+
width: 1920px;
|
|
3
|
+
height: 1080px;
|
|
4
|
+
background-color: transparent;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.search-content-tips {
|
|
8
|
+
width: 1920px;
|
|
9
|
+
height: 50px;
|
|
10
|
+
background-color: transparent;
|
|
11
|
+
margin-top: 75px;
|
|
12
|
+
margin-left: 80px;
|
|
13
|
+
color: white;
|
|
14
|
+
font-size: 40px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.search-content-tab {
|
|
18
|
+
height: 0px;
|
|
19
|
+
background-color: transparent;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.search-content-tabs {
|
|
23
|
+
width: 1920px;
|
|
24
|
+
height: 60px;
|
|
25
|
+
background-color: transparent;
|
|
26
|
+
margin-top: 90px;
|
|
27
|
+
z-index: 100;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.search-content-tab-page {
|
|
31
|
+
width: 1920px;
|
|
32
|
+
height: 1080px;
|
|
33
|
+
background-color: transparent;
|
|
34
|
+
position: absolute;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.search-content-tab-item {
|
|
38
|
+
height: 60px;
|
|
39
|
+
background-color: transparent;
|
|
40
|
+
border-radius: 30px;
|
|
41
|
+
focus-background-color: $theme-btn-focus-color;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.search-content-tab-item-text {
|
|
45
|
+
height: 60px;
|
|
46
|
+
background-color: transparent;
|
|
47
|
+
margin-left: 24px;
|
|
48
|
+
margin-right: 24px;
|
|
49
|
+
color: $theme-text-normal-color;
|
|
50
|
+
font-size: 36px;
|
|
51
|
+
focus-color: $theme-text-focus-color;
|
|
52
|
+
select-color: $theme-text-select-color;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.search-content-item-h {
|
|
56
|
+
width: 410px;
|
|
57
|
+
height: 276px;
|
|
58
|
+
background-color: transparent;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.search-content-item-img-h {
|
|
62
|
+
width: 410px;
|
|
63
|
+
height: 230px;
|
|
64
|
+
background-color: transparent;
|
|
65
|
+
border-radius: $theme-img-border;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.search-content-item-v {
|
|
69
|
+
width: 260px;
|
|
70
|
+
height: 414px;
|
|
71
|
+
background-color: transparent;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.search-content-item-img-v {
|
|
75
|
+
width: 260px;
|
|
76
|
+
height: 368px;
|
|
77
|
+
background-color: transparent;
|
|
78
|
+
border-radius: $theme-img-border;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.search-content-item-score {
|
|
82
|
+
background-color: transparent;
|
|
83
|
+
position: absolute;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.search-content-item-score-text {
|
|
87
|
+
width: 60px;
|
|
88
|
+
height: 30px;
|
|
89
|
+
background-color: transparent;
|
|
90
|
+
margin-left: 16px;
|
|
91
|
+
margin-top: 31px;
|
|
92
|
+
color: #ff5415;
|
|
93
|
+
font-size: 24px;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.search-content-item-text {
|
|
97
|
+
position: absolute;
|
|
98
|
+
left: 12px;
|
|
99
|
+
right: 12px;
|
|
100
|
+
height: 40px;
|
|
101
|
+
background-color: transparent;
|
|
102
|
+
color: rgba(255, 255, 255, 0.5);
|
|
103
|
+
font-size: 30px;
|
|
104
|
+
focus-color: white;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.search-content-box {
|
|
108
|
+
width: 1920px;
|
|
109
|
+
height: 960px;
|
|
110
|
+
background-color: transparent;
|
|
111
|
+
align-items: center;
|
|
112
|
+
justify-content: center;
|
|
113
|
+
position: absolute;
|
|
114
|
+
top: 120px;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.search-content-box-img {
|
|
118
|
+
width: 186px;
|
|
119
|
+
height: 174px;
|
|
120
|
+
background-color: transparent;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.search-content-box-text {
|
|
124
|
+
width: 140px;
|
|
125
|
+
height: 40px;
|
|
126
|
+
background-color: transparent;
|
|
127
|
+
color: rgba(255, 255, 255, 0.55);
|
|
128
|
+
font-size: 30px;
|
|
129
|
+
margin-top: 37px;
|
|
130
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
.search-keyboard {
|
|
2
|
+
width: 634px;
|
|
3
|
+
height: 1080px;
|
|
4
|
+
background-color: transparent;
|
|
5
|
+
align-items: center;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.search-keyboard-input {
|
|
9
|
+
width: 466px;
|
|
10
|
+
height: 40px;
|
|
11
|
+
background-color: transparent;
|
|
12
|
+
margin-top: 103px;
|
|
13
|
+
flex-direction: row;
|
|
14
|
+
align-items: center;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.search-keyboard-input-icon {
|
|
18
|
+
width: 36px;
|
|
19
|
+
height: 36px;
|
|
20
|
+
background-color: transparent;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.search-keyboard-input-text {
|
|
24
|
+
width: 400px;
|
|
25
|
+
height: 50px;
|
|
26
|
+
background-color: transparent;
|
|
27
|
+
margin-left: 30px;
|
|
28
|
+
color: rgba(255, 255, 255, 0.35);
|
|
29
|
+
font-size: 30px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.search-keyboard-input-bottom {
|
|
33
|
+
width: 466px;
|
|
34
|
+
height: 1px;
|
|
35
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
36
|
+
margin-top: 13px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.search-keyboard-btns {
|
|
40
|
+
width: 466px;
|
|
41
|
+
height: 60px;
|
|
42
|
+
background-color: transparent;
|
|
43
|
+
margin-top: 35px;
|
|
44
|
+
flex-direction: row;
|
|
45
|
+
justify-content: space-between;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.search-keyboard-grid {
|
|
49
|
+
width: 530px;
|
|
50
|
+
height: 590px;
|
|
51
|
+
background-color: transparent;
|
|
52
|
+
margin-top: 40px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.search-keyboard-grid-item {
|
|
56
|
+
width: 88px;
|
|
57
|
+
height: 88px;
|
|
58
|
+
background-color: transparent;
|
|
59
|
+
border-radius: 8px;
|
|
60
|
+
align-items: center;
|
|
61
|
+
justify-content: center;
|
|
62
|
+
focus-background-color: $theme-btn-focus-color;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.search-keyboard-grid-item-text {
|
|
66
|
+
position: absolute;
|
|
67
|
+
color: white;
|
|
68
|
+
font-size: 40px;
|
|
69
|
+
focus-color: $theme-text-focus-color;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.search-keyboard-btn {
|
|
73
|
+
width: 160px;
|
|
74
|
+
height: 60px;
|
|
75
|
+
background-color: transparent;
|
|
76
|
+
border-radius: 30px;
|
|
77
|
+
align-items: center;
|
|
78
|
+
flex-direction: row;
|
|
79
|
+
justify-content: center;
|
|
80
|
+
focus-background-color: $theme-btn-focus-color;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.search-keyboard-btn-text {
|
|
84
|
+
position: absolute;
|
|
85
|
+
width: 60px;
|
|
86
|
+
height: 40px;
|
|
87
|
+
right: 30px;
|
|
88
|
+
color: white;
|
|
89
|
+
font-size: 30px;
|
|
90
|
+
focus-color: $theme-text-focus-color;
|
|
91
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
.search-keyword {
|
|
2
|
+
width: 1286px;
|
|
3
|
+
height: 1080px;
|
|
4
|
+
background-color: transparent;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.search-keyword-grid {
|
|
8
|
+
width: 1286px;
|
|
9
|
+
height: 1080px;
|
|
10
|
+
background-color: transparent;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.search-keyword-grid-item {
|
|
14
|
+
width: 410px;
|
|
15
|
+
height: 80px;
|
|
16
|
+
background-color: transparent;
|
|
17
|
+
border-radius: 8px;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
focus-background-color: $theme-btn-focus-color;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.search-keyword-grid-item-text {
|
|
23
|
+
width: 330px;
|
|
24
|
+
height: 40px;
|
|
25
|
+
background-color: transparent;
|
|
26
|
+
margin-left: 40px;
|
|
27
|
+
color: $theme-text-normal-color;
|
|
28
|
+
font-size: 30px;
|
|
29
|
+
focus-color: $theme-text-focus-color;
|
|
30
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
.search-keyword {
|
|
2
|
+
width: 518px;
|
|
3
|
+
height: 1080px;
|
|
4
|
+
background-color: transparent;
|
|
5
|
+
border-right-width: 1px;
|
|
6
|
+
border-right-style: solid;
|
|
7
|
+
border-right-color: rgba(255, 255, 255, 0.06);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.search-keyword-empty {
|
|
11
|
+
width: 518px;
|
|
12
|
+
height: 255px;
|
|
13
|
+
background-color: transparent;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.search-keyword-empty-text {
|
|
19
|
+
width: 518px;
|
|
20
|
+
height: 40px;
|
|
21
|
+
background-color: transparent;
|
|
22
|
+
color: $theme-text-normal-color;
|
|
23
|
+
font-size: 30px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.search-keyword-clear-btn {
|
|
27
|
+
width: 128px;
|
|
28
|
+
height: 50px;
|
|
29
|
+
background-color: rgba(255, 255, 255, 0.06);
|
|
30
|
+
border-radius: 25px;
|
|
31
|
+
flex-direction: row;
|
|
32
|
+
align-items: center;
|
|
33
|
+
justify-content: center;
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 75px;
|
|
36
|
+
right: 30px;
|
|
37
|
+
focus-background-color: $theme-btn-focus-color;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.search-keyword-clear-btn-img {
|
|
41
|
+
width: 18px;
|
|
42
|
+
height: 22px;
|
|
43
|
+
background-color: transparent;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.search-keyword-clear-btn-text {
|
|
47
|
+
width: 48px;
|
|
48
|
+
height: 50px;
|
|
49
|
+
background-color: transparent;
|
|
50
|
+
margin-left: 10px;
|
|
51
|
+
color: $theme-text-normal-color;
|
|
52
|
+
font-size: 24px;
|
|
53
|
+
focus-color: $theme-text-focus-color;
|
|
54
|
+
select-color: $theme-text-select-color;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.search-keyword-list {
|
|
58
|
+
width: 518px;
|
|
59
|
+
height: 1080px;
|
|
60
|
+
background-color: transparent;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.search-keyword-list-item-title {
|
|
64
|
+
width: 518px;
|
|
65
|
+
height: 84px;
|
|
66
|
+
background-color: transparent;
|
|
67
|
+
justify-content: center;
|
|
68
|
+
border-radius: 8px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.search-keyword-list-item-title-text {
|
|
72
|
+
width: 518px;
|
|
73
|
+
height: 50px;
|
|
74
|
+
background-color: transparent;
|
|
75
|
+
margin-left: 80px;
|
|
76
|
+
color: white;
|
|
77
|
+
font-size: 40px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.search-keyword-list-item {
|
|
81
|
+
width: 518px;
|
|
82
|
+
height: 84px;
|
|
83
|
+
background-color: transparent;
|
|
84
|
+
flex-direction: row;
|
|
85
|
+
align-items: center;
|
|
86
|
+
border-radius: 8px;
|
|
87
|
+
focus-background-color: $theme-btn-focus-color;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.search-keyword-list-item-dot {
|
|
91
|
+
width: 8px;
|
|
92
|
+
height: 8px;
|
|
93
|
+
background-color: transparent;
|
|
94
|
+
margin-left: 80px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.search-keyword-list-item-text {
|
|
98
|
+
position: absolute;
|
|
99
|
+
width: 332px;
|
|
100
|
+
color: $theme-text-normal-color;
|
|
101
|
+
font-size: 32px;
|
|
102
|
+
focus-color: $theme-text-focus-color;
|
|
103
|
+
select-color: $theme-text-select-color;
|
|
104
|
+
}
|