get(); return view('home/http/softcenter', ['list' => $list]); } /** * 电子书 */ public function XYEbook() { return view('home/http/softebook'); } /** * 拼音 */ public function XYPinyin() { return view('home/http/softpinyin'); } /** * 图片 */ public function XYImage() { return view('home/http/softimage'); } /** * 音频 */ public function XYAudio() { return view('home/http/softaudio'); } /** * 视频 */ public function XYVideos() { return view('home/http/softvideos'); } /** * 文件 */ public function XYRename() { return view('home/http/softrename'); } /** * 压缩 */ public function XYCompress() { return view('home/http/softcompress'); } /** * pdf */ public function XYPdf() { return view('home/http/softpdf'); } /** * 水印 */ public function XYWatermark() { return view('home/http/softwatermark'); } /** * 图片下载 */ public function XYCapture() { return view('home/http/softcapture'); } /** * 文件搜索 */ public function XYFile() { return view('home/http/softfile'); } /** * 微信多开 */ public function XYWeixin() { return view('home/http/softweixin'); } /** * 无损放大 */ public function XYAmplify() { return view('home/http/softamplify'); } /** * gif */ public function XYGif() { return view('home/http/softgif'); } }