MCPcopy Create free account
hub / github.com/027xiguapi/code-box / Content

Function Content

component/options/content.tsx:75–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73})
74
75export default function Content() {
76 const csdnRef = useRef<any>()
77 const zhihuRef = useRef<any>()
78 const baiduRef = useRef<any>()
79 const juejinRef = useRef<any>()
80 const oschinaRef = useRef<any>()
81 const jianshuRef = useRef<any>()
82 const jb51Ref = useRef<any>()
83 const cnblogsRef = useRef<any>()
84 const cto51Ref = useRef<any>()
85 const phpRef = useRef<any>()
86 const segmentfaultRef = useRef<any>()
87 const weixinRef = useRef<any>()
88 const customRef = useRef<any>()
89 const appRef = useRef<any>()
90
91 return (
92 <div className="content">
93 {csdnIsShow ? <Csdn forwardRef={csdnRef} /> : <></>}
94 {zhihuIsShow ? <Zhihu forwardRef={zhihuRef} /> : <></>}
95 {baiduIsShow ? <Baidu forwardRef={baiduRef} /> : <></>}
96 {jianshuIsShow ? <Jianshu forwardRef={jianshuRef} /> : <></>}
97 {jb51IsShow ? <Jb51 forwardRef={jb51Ref} /> : <></>}
98 {cnblogsIsShow ? <Cnblogs forwardRef={cnblogsRef} /> : <></>}
99 {ctoIsShow ? <Cto51 forwardRef={cto51Ref} /> : <></>}
100 {juejinIsShow ? <Juejin /> : <></>}
101 {phpIsShow ? <Php forwardRef={phpRef} /> : <></>}
102 {oschinaIsShow ? <Oschina /> : <></>}
103 {segmentfaultIsShow ? <Segmentfault /> : <></>}
104 {weixinIsShow ? <Weixin /> : <></>}
105 {mediumIsShow ? <Medium /> : <></>}
106 {mpIsShow ? <Mp /> : <></>}
107 {paywallbusterIsShow ? <Paywallbuster /> : <></>}
108 {doc360IsShow ? <Doc360 /> : <></>}
109 {pianshenIsShow ? <Pianshen /> : <></>}
110 {louguIsShow ? <Lougu /> : <></>}
111 <Custom />
112 <Config forwardRef={customRef} />
113 </div>
114 )
115}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected