qiushang hai 1 ano
pai
achega
d5a4c51c44

+ 16 - 0
app/Http/Home/SoftcenterController.php

@@ -52,5 +52,21 @@ class SoftcenterController extends HttpBaseController
         return view('home/http/softimage');
     }
 
+     /**
+     * 音频
+     */
+    public function XYAudio()
+    {
+        return view('home/http/softaudio');
+    }
+
+     /**
+     * 视频
+     */
+    public function XYVideo()
+    {
+        return view('home/http/softvideo');
+    }
+
 
 }

BIN=BIN
public/static/audio/1.png


BIN=BIN
public/static/audio/a-biansu.png


BIN=BIN
public/static/audio/a-daoxu.png


BIN=BIN
public/static/audio/a-feige.png


BIN=BIN
public/static/audio/a-geshi.png


BIN=BIN
public/static/audio/a-hebing.png


BIN=BIN
public/static/audio/a-tiqu.png


BIN=BIN
public/static/audio/a-yasuo.png


BIN=BIN
public/static/audio/a-yinliang.png


+ 160 - 0
public/static/audio/audio.css

@@ -0,0 +1,160 @@
+.index-line {
+    position: relative;
+    z-index: 2;
+}
+.index-line-center>p {
+    font-size: 16px;
+    color: #999EAA;
+    text-align: center;
+    margin-top: 20px;
+    line-height: 1.5;
+}
+.common-h1 {
+	position: relative;
+	width: fit-content;
+	font-family: 'Microsoft YaHei';
+	font-style: normal;
+	font-weight: 700;
+	font-size: 45px;
+	line-height: 59px;
+	text-align: center;
+	letter-spacing: 2px;
+	color: #111E40;
+	margin: 0 auto;
+}
+.common-h1 img {
+	position: absolute;
+	left: -102px;
+	bottom: -228px;
+	z-index: -1;
+}
+.core-list {
+    margin-top: 50px;
+}
+
+.core-list li {
+    width: 23.75%;
+    float: left;
+}
+
+.core-list li+li {
+    margin-left: 1.33%;
+}
+
+.core-list li div {
+    padding: 25px 22px;
+    background: #FDFEFF;
+    box-shadow: 0px 0px 27px 1px rgba(17, 25, 46, 0.12);
+    /* transition: all .3s; */
+    position: relative;
+    top: 0;
+}
+
+.core-list li div:hover {
+    /* top: -10px; */
+    box-shadow: 0px 0px 27px 1px rgba(17, 25, 46, 0.2);
+}
+
+.core-list li div img {
+    width: 50%;
+    display: block;
+    margin: 0 auto;
+}
+
+.core-list li div h3 {
+    color: #333333;
+    line-height: 1.5;
+    margin-top: 35px;
+    text-align: center;
+    font-size: 18px;
+}
+
+.core-list li div p {
+    font-size: 14px;
+    color: #666666;
+    text-align: center;
+    line-height: 1.6;
+    margin-top: 10px;
+}
+
+.contentBox-ct{
+    width:100%;
+    height:646px;
+    margin-top: 60px;
+}
+.contentBox-left img{
+    margin-top:100px;
+    width:580px;cursor:pointer;
+    height:432px;
+}
+.contentBox-right{
+    width:480px;
+    word-break:break-all;
+    word-wrap: break-word;
+    white-space: pre-wrap;
+    text-align:justify;
+    text-justify:inter-ideograph;
+}
+.contentBox-right p{
+    color:#333333;
+    font-size: 40px;text-align:center;
+    margin-top:230px;
+}
+.contentBox-right span,.contentBoxOne-left span{
+    display:block;
+    color:#555555;
+    font-size: 24px;text-indent:2em;
+    line-height: 48px;
+    margin-top:30px;
+}
+.contentBox-cr{
+    width:100%;
+    height:646px; background:url(../images/kv_bg4.jpg) center center no-repeat #f5f5f5;
+
+}
+.contentBoxOne-left{
+    width:530px;
+    margin-top:130px;
+}
+.contentBoxOne-left p{
+    color:#333333;
+    font-size: 40px;text-align:center;
+}
+.contentBoxOne-right{
+    width:600px;
+    height:116px;
+    margin-top:73px;
+}
+.contentBoxOne-right img{
+    margin-top:20px;cursor:pointer;
+
+}
+.banner-download2{
+    width:266px;
+    height:60px;margin:0px auto;
+    font-size: 16px;
+    line-height: 16px;
+    text-align: center;
+    display: block;
+    border-radius: 8px;
+    background:#3884ff;
+    color:#fff;
+    cursor:pointer;
+    padding: 12px 0;
+}
+.banner-download2 .down{float:left;margin-left:60px;}
+.banner-download2 label{float:left;margin-left: 118px;margin-top: -23px;font-size: 22px;color: #fff;}
+.clearfix:before,
+.clearfix:after {
+    content: "";
+    display: table;
+}
+
+.clearfix:after {
+    clear: both;
+    overflow: hidden;
+}
+
+.clearfix {
+    zoom: 1;
+}

BIN=BIN
public/static/audio/down.png


BIN=BIN
public/static/audio/icon.png


BIN=BIN
public/static/audio/t-bg.png


+ 1 - 0
public/static/ebook/ebook.css

@@ -99,6 +99,7 @@
 
 .nav{display: none;}
 .w1024{ width: 1200px; }
+.w1200{ width: 1200px; margin: 0 auto;}
 body .nav{ display: block; top: 5px; }
 .nav .nav-link li{padding: 12px 0;}
 .head .logolay span{font-size: 28px;font-weight: 400;line-height: 38px;height: 38px;}

+ 319 - 0
resources/views/home/http/softaudio.blade.php

@@ -0,0 +1,319 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+    @include('home.http.common.head')
+    <link href="/static/public/css/index.css" rel="stylesheet" type="text/css">
+    <link href="/static/ebook/ebook.css" rel="stylesheet" type="text/css">
+    <link href="/static/audio/audio.css" rel="stylesheet" type="text/css">
+    <script type="text/javascript" src="/static/js/polyfill.min.js"></script>
+    <script type="text/javascript" src="/static/js/es6-promise.min.js"></script>
+    <script type="text/javascript" src="/static/js/babel.min.js"></script>
+    <script type="text/javascript" src="/static/js/vue.min.js"></script>
+    <script type="text/javascript" src="/static/js/iview.min.js"></script>
+    <script src="/static/js/utils.js"></script>
+    <script src="/static/js/config.js"></script>
+
+    <style>
+        .nav-ebook {
+            position:absolute;
+            right:0px;
+            top:9px;
+            color: #fff;
+        }
+
+        .nav-ebook-link li {
+            padding: 5px 0;
+            float: left;
+        }
+
+        .nav-ebook-link li+li {
+            margin-left: 70px;
+            position: relative;
+        }
+
+        .nav-ebook-link li a {
+            font-size: 16px;
+            color: #fff;
+            line-height: 48px;
+            display: block;
+            position: relative;
+        }
+
+        .nav-ebook-link li a:hover {
+            color: #fff;
+        }
+
+        .nav-ebook-link li a:hover::after {
+            content: "";
+            position: absolute;
+            bottom: 0;
+            width: 50%;
+            left: 25%;
+            height: 4px;
+            background-color: #fff;
+            border-radius: 4px;
+        }
+
+        .nav-ebook-link li+li::after {
+            content: "";
+            position: absolute;
+            left: -32px;
+            height: 20px;
+            top: 50%;
+            margin-top: -10px;
+            border-left: 1px solid #EDEDED;
+        }
+    </style>
+</head>
+
+<body>
+    <div class="header">
+        @include('home.http.common.header')
+    </div>
+    <div id="app">
+        <!--- 首頁輪播 --->
+        <div class="index-banner head">
+            <div class="w1024">
+                <div class="logolay">
+                    <img src="/static/audio/icon.png" style="width: auto;">
+                    <span>星优办公软件</span>
+                </div>
+                <div class="nav-ebook">
+                    <ul class="nav-ebook-link js-down">
+                        <li>
+                            <a class="js-down">格式转换</a>
+                        </li>
+                        <li>
+                            <a class="js-down">音频压缩</a>
+                        </li>
+                        <li>
+                            <a class="js-down">音频合并</a>
+                        </li>
+                        <li>
+                            <a class="js-down">音频变速</a>
+                        </li>
+                        <li>
+                            <a class="js-down">提取音频</a>
+                        </li>
+                    </ul>
+                </div>
+
+                <div class="leftword">
+                    <h1>星优音频助手</h1>
+                    <p class="word1">音频格式转换、音频压缩<br>音频合并、音频分割、音频变速<br>一键式拖拽文件到软件中,批量转换效率更高
+                        <a class="btn1 btnactive js-down ebook-down-btn" href="https://xy.xingyousoft.com/soft/XYAudio/XYAudio_XY.exe"><span style="color: #347aeb;">立即下载</span></a>
+                    </p>
+                    <p class="word2">版本号:v2.1.0.0 <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> 软件大小:1.56MB</p>
+                    <p class="word2">更新时间:2024-05-20 &nbsp;适合系统:Win7/Win10/Win11</p>
+                </div>
+                <img class="rightgif" src="/static/audio/1.png">
+            </div>
+        </div>
+
+        <div class="index-line">
+            <div class="w1200 index-line-center">
+                <h1 class="common-h1" style="padding: 80px 0"><img src="/static/audio/t-bg.png" alt="">八大核心功能</h1>
+                <ul class="core-list clearfix">
+                    <li>
+                        <a>
+                            <div>
+                                <img src="/static/audio/a-geshi.png" alt="">
+                                <h3>音频格式转换</h3>
+                                <p>
+                                    支持20种音频格式向MP3、WAV<br>FLAC、ACC、OGG等主流格式转换
+                                </p>
+                            </div>
+                        </a>
+                    </li>
+                    <li>
+                        <a>
+                            <div>
+                                <img src="/static/audio/a-hebing.png" alt="">
+                                <h3>音频合并功能</h3>
+                                <p>
+                                    将多个音频合成为一个完整音频,也可将剪切好的多个音频合成一个音频
+                                </p>
+                            </div>
+                        </a>
+                    </li>
+                    <li>
+                        <a>
+                            <div>
+                                <img src="/static/audio/a-yasuo.png" alt="">
+                                <h3>音频压缩功能</h3>
+                                <p>
+                                    可根据音频的码率等参数来快速的压缩音频的大小
+                                </p>
+                            </div>
+                        </a>
+                    </li>
+                    <li>
+                        <a>
+                            <div>
+                                <img src="/static/audio/a-feige.png" alt="">
+                                <h3>音频分割功能</h3>
+                                <p>
+                                    支持3种高级的音频分割方式,可自定义分割音频的时间片段
+                                </p>
+                            </div>
+                        </a>
+                    </li>
+                </ul>
+
+                <ul class="core-list clearfix">
+                    <li>
+                        <a>
+                            <div>
+                                <img src="/static/audio/a-biansu.png" alt="">
+                                <h3>音频变速</h3>
+                                <p>
+                                    可以调节音频的速度,根据用户需求自行调整音频的播放速度
+                                </p>
+                            </div>
+                        </a>
+                    </li>
+                    <li>
+                        <a>
+                            <div>
+                                <img src="/static/audio/a-yinliang.png" alt="">
+                                <h3>音量调整</h3>
+                                <p>
+                                    调整音频的音量大小,相应的放大音频文件的音量或缩小
+                                </p>
+                            </div>
+                        </a>
+                    </li>
+                    <li>
+                        <a>
+                            <div>
+                                <img src="/static/audio/a-daoxu.png" alt="">
+                                <h3>倒序播放</h3>
+                                <p>
+                                    可以将音频文件倒序播放,适合做剪辑视频的背景音乐来使用
+                                </p>
+                            </div>
+                        </a>
+                    </li>
+                    <li>
+                        <a>
+                            <div>
+                                <img src="/static/audio/a-tiqu.png" alt="">
+                                <h3>音频提取</h3>
+                                <p>
+                                    可以提取mp4,avi等多种视频格式的中的音频,方便后续的使用
+                                </p>
+                            </div>
+                        </a>
+                    </li>
+                </ul>
+
+            </div>
+        </div>
+
+
+        <div class="contentBox-ct">
+            <div class="contentBox w1200 clearfix">
+                <div class="contentBox-left fl">
+                    <a class="js-down"> <img src="/static/audio/1.png"></a>
+                </div>
+                <div class="contentBox-right fr">
+                    <p style="margin-top:100px;"><font color="#3884ff">批量操作•</font>简单快捷</p>
+                    <span style="margin-top:0;">一键式拖拽多个文件到软件面板处即可添加多个文件,点击“开始转换”按钮全部已上传文件即可一次性完成转换。</span>
+                    <a class="banner-download2 block hov js-down" href="https://xy.xingyousoft.com/soft/XYAudio/XYAudio_XY.exe">
+                        <img class="down left" src="/static/audio/down.png">
+                        <label>免费下载</label>
+                    </a>
+                </div>
+            </div>
+        </div>
+
+
+
+
+        <!-- 选择 -->
+        <div class="whyChoiceUs">
+            <h2 class="titleh2css">为什么选择我们</h2>
+            <div class="whylist">
+                <div class="whyitems">
+                    <img src="/static/ebook/whyimg1.png" alt="高效稳定,效果出众">
+                    <h3>高效稳定,效果出众</h3>
+                    <p>强劲性能助力,轻松处理音频文件,高还原文件</p>
+                </div>
+                <div class="whyitems">
+                    <img src="/static/ebook/whyimg2.png" alt="功能全面,多格式转换">
+                    <h3>功能全面,多格式转换</h3>
+                    <p>支持多种音频的多种格式,相互转换轻松方便</p>
+                </div>
+                <div class="whyitems">
+                    <img src="/static/ebook/whyimg3.png" alt="一键操作,批量处理">
+                    <h3>一键操作,批量处理</h3>
+                    <p>上手简单,文件转换速度快,批量多文件处理效率高</p>
+                </div>
+            </div>
+        </div>
+
+        @include('home.http.common.footer')
+
+    </div>
+
+
+</body>
+
+<script type="text/javascript" src="/static/public/swiper/swiper-4.3.3.min.js"></script>
+<script>
+    new Vue({
+        el: '#app',
+        data: {
+            target: 'https://www.xingyousoft.com',
+            productList: [],
+        },
+        mounted: function() {
+
+            var swiper = new Swiper(".swiper-container", {
+                slidesPerView: 3,
+                navigation: {
+                    nextEl: '.swiper-button-next',
+                    prevEl: '.swiper-button-prev',
+                },
+            });
+
+            this.initList();
+        },
+        //方法
+        methods: {
+            initList: function() {
+                // let _this = this;
+                // axios.post(_this.target + '/api/index/product_list', {
+                //     size: 100,
+                //     page: 1
+                // }).then(function(response) {
+                //     if (response.data.result) {
+                //         this.productList = response.data.data.list;
+                //         console.log(response.data.data)
+                //     }
+                // }.bind(_this)).catch(function(error) {
+                //     console.log(error);
+                // });
+            },
+        },
+    });
+</script>
+
+<style>
+    .info-flex .f-item2 {
+        width: 25%;
+        text-align: center;
+        line-height: 3;
+        font-weight: 600;
+        font-size: 15px;
+    }
+
+    .info-flex .icon-o {
+        width: 100px;
+        height: 100px;
+        margin-right: 0;
+    }
+</style>
+
+</html>

+ 284 - 0
resources/views/home/http/softvideo.blade.php

@@ -0,0 +1,284 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+    @include('home.http.common.head')
+    <link href="/static/public/css/index.css" rel="stylesheet" type="text/css">
+    <link href="/static/ebook/ebook.css" rel="stylesheet" type="text/css">
+    <script type="text/javascript" src="/static/js/polyfill.min.js"></script>
+    <script type="text/javascript" src="/static/js/es6-promise.min.js"></script>
+    <script type="text/javascript" src="/static/js/babel.min.js"></script>
+    <script type="text/javascript" src="/static/js/vue.min.js"></script>
+    <script type="text/javascript" src="/static/js/iview.min.js"></script>
+    <script src="/static/js/utils.js"></script>
+    <script src="/static/js/config.js"></script>
+
+    <style>
+        .nav-ebook {
+            position:absolute;
+            right:0px;
+            top:9px;
+            color: #fff;
+        }
+
+        .nav-ebook-link li {
+            padding: 5px 0;
+            float: left;
+        }
+
+        .nav-ebook-link li+li {
+            margin-left: 70px;
+            position: relative;
+        }
+
+        .nav-ebook-link li a {
+            font-size: 16px;
+            color: #fff;
+            line-height: 48px;
+            display: block;
+            position: relative;
+        }
+
+        .nav-ebook-link li a:hover {
+            color: #fff;
+        }
+
+        .nav-ebook-link li a:hover::after {
+            content: "";
+            position: absolute;
+            bottom: 0;
+            width: 50%;
+            left: 25%;
+            height: 4px;
+            background-color: #fff;
+            border-radius: 4px;
+        }
+
+        .nav-ebook-link li+li::after {
+            content: "";
+            position: absolute;
+            left: -32px;
+            height: 20px;
+            top: 50%;
+            margin-top: -10px;
+            border-left: 1px solid #EDEDED;
+        }
+    </style>
+</head>
+
+<body>
+    <div class="header">
+        @include('home.http.common.header')
+    </div>
+    <div id="app">
+        <!--- 首頁輪播 --->
+        <div class="index-banner head">
+            <div class="w1024">
+                <div class="logolay">
+                    <img src="/static/ebook/icon.png" style="width: auto;">
+                    <span>星优办公软件</span>
+                </div>
+                <div class="nav-ebook">
+                    <ul class="nav-ebook-link js-down">
+                        <li>
+                            <a class="js-down">电子书转PDF</a>
+                        </li>
+                        <li>
+                            <a class="js-down">电子书转Word</a>
+                        </li>
+                        <li>
+                            <a class="js-down">电子书转TXT</a>
+                        </li>
+                        <li>
+                            <a class="js-down">文件转电子书</a>
+                        </li>
+                    </ul>
+                </div>
+
+                <div class="leftword">
+                    <h1>星优电子书助手</h1>
+                    <p class="word1">电子书转PDF、电子书转Word<br>电子书转TXT、文件转电子书<br>支持各种文件批量添加处理,一键高效处理
+                        <a class="btn1 btnactive js-down ebook-down-btn" href="https://xy.xingyousoft.com/soft/XYEbook/XYEbook_XY.exe"><span style="color: #347aeb;">立即下载</span></a>
+                    </p>
+                    <p class="word2">版本号:v1.2.0.0 <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> 软件大小:1.56MB</p>
+                    <p class="word2">更新时间:2024-03-21 &nbsp;适合系统:Win8/Win10/Win11</p>
+                </div>
+                <img class="rightgif" src="/static/ebook/1.png">
+            </div>
+        </div>
+
+
+        <div id="index-skill" class="conbox w">
+            <div class="container">
+                <h2 class="contit">支持转换格式</h2>
+                <div class="skill-box flex flex-between">
+                    <dl class="skill" style="background: #ff59ac">
+                        <dt><img src="/static/ebook/icon-16.png" alt=""></dt>
+                        <dd>pdf转epub</dd>
+                    </dl>
+                    <dl class="skill" style="background: #ff7919">
+                        <dt><img src="/static/ebook/icon-17.png" alt=""></dt>
+                        <dd>epub转pdf</dd>
+                    </dl>
+                    <dl class="skill" style="background: #ff5975">
+                        <dt><img src="/static/ebook/icon-08.png" alt=""></dt>
+                        <dd>电子书转Word</dd>
+                    </dl>
+                    <dl class="skill" style="background: #00b073">
+                        <dt><img src="/static/ebook/icon-09.png" alt=""></dt>
+                        <dd>电子书转PDF</dd>
+                    </dl>
+                    <dl class="skill" style="background: #f27a3b">
+                        <dt><img src="/static/ebook/icon-10.png" alt=""></dt>
+                        <dd>PDF转电子书</dd>
+                    </dl>
+                    <dl class="skill" style="background: #0094b0">
+                        <dt><img src="/static/ebook/icon-07.png" alt=""></dt>
+                        <dd>TXT转电子书</dd>
+                    </dl>
+                    <dl class="skill" style="background: #b0009f">
+                        <dt><img src="/static/ebook/icon-06.png" alt=""></dt>
+                        <dd>MOBI转PDF</dd>
+                    </dl>
+                    <dl class="skill" style="background: #00cc44">
+                        <dt><img src="/static/ebook/icon-12.png" alt=""></dt>
+                        <dd>更多</dd>
+                    </dl>
+                </div>
+            </div>
+        </div>
+
+
+        <div class="eboox">
+            <h2 class="titleh2css">
+                <span>格式转换操作指南</span>
+            </h2>
+            <h3>为了您能够快速了解并且使用该软件,请您详细阅读操作指南</h3>
+            <div class="ebooxbanner">
+                <div class="ebooxleft">
+                    <div class="ebooxitem">
+                        <i></i>
+                        <div class="emsg">
+                            <h2>01.运行软件</h2>
+                            <p>在电脑中安装星优电子书助手并运行该软件
+                            </p>
+                        </div>
+                    </div>
+                    <div class="ebooxitem">
+                        <i></i>
+                        <div class="emsg">
+                            <h2>02.选择功能</h2>
+                            <p>选择进入'EPUB转PDF'、'EPUB转Word'等功能</p>
+                        </div>
+                    </div>
+                    <div class="ebooxitem">
+                        <i></i>
+                        <div class="emsg">
+                            <h2>03.添加文件</h2>
+                            <p>点击按钮添加转换的文件,或通过添加目录的方式导入</p>
+                        </div>
+                    </div>
+                    <div class="ebooxitem">
+                        <i></i>
+                        <div class="emsg">
+                            <h2>04.转换及保存</h2>
+                            <p>点击【开始转换】,可到【输出目录】中查看结果文件
+                            </p>
+                        </div>
+                    </div>
+                </div>
+
+                <div class="zhinanrightimgshowbox">
+                    <img class="img1 active" src="/static/ebook/1.png" alt="">
+                </div>
+            </div>
+
+        </div>
+
+
+        <!-- 选择 -->
+        <div class="whyChoiceUs">
+            <h2 class="titleh2css">为什么选择我们</h2>
+            <div class="whylist">
+                <div class="whyitems">
+                    <img src="/static/ebook/whyimg1.png" alt="高效稳定,效果出众">
+                    <h3>高效稳定,效果出众</h3>
+                    <p>强劲性能助力,轻松处理电子书文档,高还原电子书样式</p>
+                </div>
+                <div class="whyitems">
+                    <img src="/static/ebook/whyimg2.png" alt="功能全面,多格式转换">
+                    <h3>功能全面,多格式转换</h3>
+                    <p>支持电子书转文档等数多种格式,相互转换轻松方便</p>
+                </div>
+                <div class="whyitems">
+                    <img src="/static/ebook/whyimg3.png" alt="一键操作,批量处理">
+                    <h3>一键操作,批量处理</h3>
+                    <p>上手简单,文件转换速度快,批量多文件处理效率高</p>
+                </div>
+            </div>
+        </div>
+
+        @include('home.http.common.footer')
+
+    </div>
+
+
+</body>
+
+<script type="text/javascript" src="/static/public/swiper/swiper-4.3.3.min.js"></script>
+<script>
+    new Vue({
+        el: '#app',
+        data: {
+            target: 'https://www.xingyousoft.com',
+            productList: [],
+        },
+        mounted: function() {
+
+            var swiper = new Swiper(".swiper-container", {
+                slidesPerView: 3,
+                navigation: {
+                    nextEl: '.swiper-button-next',
+                    prevEl: '.swiper-button-prev',
+                },
+            });
+
+            this.initList();
+        },
+        //方法
+        methods: {
+            initList: function() {
+                // let _this = this;
+                // axios.post(_this.target + '/api/index/product_list', {
+                //     size: 100,
+                //     page: 1
+                // }).then(function(response) {
+                //     if (response.data.result) {
+                //         this.productList = response.data.data.list;
+                //         console.log(response.data.data)
+                //     }
+                // }.bind(_this)).catch(function(error) {
+                //     console.log(error);
+                // });
+            },
+        },
+    });
+</script>
+
+<style>
+    .info-flex .f-item2 {
+        width: 25%;
+        text-align: center;
+        line-height: 3;
+        font-weight: 600;
+        font-size: 15px;
+    }
+
+    .info-flex .icon-o {
+        width: 100px;
+        height: 100px;
+        margin-right: 0;
+    }
+</style>
+
+</html>

+ 1 - 0
routes/web.php

@@ -45,6 +45,7 @@ Route::get('/news/detail/{mid?}', 'HelpController@detail');
 Route::get('/softcenter/XYEbook', 'SoftcenterController@XYEbook');
 Route::get('/softcenter/XYPinyin', 'SoftcenterController@XYPinyin');
 Route::get('/softcenter/XYImage', 'SoftcenterController@XYImage');
+Route::get('/softcenter/XYAudio', 'SoftcenterController@XYAudio');
 
 
 // 测试