/MusicFree/src/components/panels/ |
H A D | index.tsx | 2 import panels from './types'; 8 const Component = panelInfoState.name ? panels[panelInfoState.name] : null;
|
H A D | usePanel.ts | 3 import panels from './types'; 5 type IPanel = typeof panels;
|
/MusicFree/src/components/panels/types/musicComment/ |
H A D | index.tsx | 4 import PanelFullscreen from "@/components/panels/base/panelFullscreen.tsx"; 6 import { hidePanel } from "@/components/panels/usePanel.ts"; 14 import Comment from "@/components/panels/types/musicComment/comment.tsx"; 15 import useComments from "@/components/panels/types/musicComment/useComments.ts";
|
/MusicFree/src/lib/react-native-vdebug/ |
H A D | index.js | 43 panels: PropTypes.array, 47 panels: null, 62 panels: this.addPanels(), property 136 if (this.props.panels && this.props.panels.length) { 137 this.props.panels.forEach((item, index) => { 159 const tabName = this.state.panels[this.state.currentPageIndex].title; 234 {this.state.panels.map((item, index) => ( 408 {this.state.panels.map((item, index) => {
|
/MusicFree/src/pages/musicDetail/components/content/albumCover/ |
H A D | index.tsx | 11 import {showPanel} from '@/components/panels/usePanel.ts';
|
H A D | operations.tsx | 12 import { showPanel } from "@/components/panels/usePanel";
|
/MusicFree/src/components/panels/types/ |
H A D | imageViewer.tsx | 8 import PanelFullscreen from '@/components/panels/base/panelFullscreen.tsx';
|
H A D | editMusicSheetInfo.tsx | 4 import PanelFullscreen from "@/components/panels/base/panelFullscreen.tsx"; 5 import { hidePanel } from "@/components/panels/usePanel.ts";
|
H A D | musicItemLyricOptions.tsx | 23 import { hidePanel } from "@/components/panels/usePanel.ts";
|
/MusicFree/src/pages/musicDetail/components/bottom/ |
H A D | playControl.tsx | 7 import {showPanel} from '@/components/panels/usePanel';
|
/MusicFree/src/entry/ |
H A D | index.tsx | 7 import Panels from "@/components/panels";
|
/MusicFree/src/pages/recommendSheets/components/body/ |
H A D | sheetBody.tsx | 10 import {hidePanel, showPanel} from '@/components/panels/usePanel';
|
/MusicFree/src/pages/sheetDetail/components/ |
H A D | navBar.tsx | 10 import {showPanel} from '@/components/panels/usePanel.ts';
|
/MusicFree/src/components/mediaItem/ |
H A D | musicItem.tsx | 7 import {showPanel} from '../panels/usePanel';
|
/MusicFree/src/components/base/ |
H A D | playAllBar.tsx | 8 import {showPanel} from '../panels/usePanel';
|
/MusicFree/src/components/musicBar/ |
H A D | index.tsx | 7 import {showPanel} from '../panels/usePanel';
|
/MusicFree/src/pages/musicListEditor/components/ |
H A D | bottom.tsx | 13 import {showPanel} from '@/components/panels/usePanel';
|
/MusicFree/src/pages/musicDetail/components/content/lyric/ |
H A D | lyricOperations.tsx | 10 import { hidePanel, showPanel } from "@/components/panels/usePanel";
|
H A D | index.tsx | 9 import { showPanel } from "@/components/panels/usePanel";
|
/MusicFree/src/pages/home/components/homeBody/ |
H A D | sheets.tsx | 15 import {showPanel} from '@/components/panels/usePanel';
|
/MusicFree/src/pages/home/components/drawer/ |
H A D | index.tsx | 14 import {showPanel} from '@/components/panels/usePanel';
|
/MusicFree/src/pages/setting/settingTypes/pluginSetting/components/ |
H A D | pluginItem.tsx | 9 import { showPanel } from "@/components/panels/usePanel";
|
/MusicFree/src/pages/setCustomTheme/ |
H A D | body.tsx | 16 import {showPanel} from '@/components/panels/usePanel';
|
/MusicFree/src/pages/setting/settingTypes/ |
H A D | backupSetting.tsx | 11 import { showPanel } from "@/components/panels/usePanel";
|
/MusicFree/src/pages/setting/settingTypes/pluginSetting/views/ |
H A D | pluginList.tsx | 17 import { showPanel } from "@/components/panels/usePanel";
|