qiushang 1 år sedan
förälder
incheckning
a0f50faec1

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

@@ -68,5 +68,13 @@ class SoftcenterController extends HttpBaseController
         return view('home/http/softvideos');
     }
 
+     /**
+     * 文件
+     */
+    public function XYRename()
+    {
+        return view('home/http/softrename');
+    }
+
 
 }

BIN
public/static/rename/1.jpg


BIN
public/static/rename/icon.png


BIN
public/static/rename/icon1.png


BIN
public/static/rename/icon2.png


BIN
public/static/rename/icon3.png


BIN
public/static/rename/icon4.png


BIN
public/static/rename/icon5.png


BIN
public/static/rename/icon6.png


+ 121 - 0
public/static/rename/rename.css

@@ -0,0 +1,121 @@
+.in-box {
+	padding: 68px;
+}
+.in-box > img {
+	display: block;
+	width: 35px;
+	margin: 0 auto;
+	margin-bottom: 77px;
+}
+.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;
+}
+.common-p {
+	font-family: 'Microsoft YaHei';
+	font-style: normal;
+	font-weight: 400;
+	font-size: 30px;
+	line-height: 40px;
+	text-align: center;
+	letter-spacing: 2px;
+	color: #111E40;
+	opacity: 0.65;
+	margin-top: 40px;
+}
+.in-box ul {
+	display: flex;
+	align-items: center;
+	justify-content: space-between;
+	width: 1200px;
+	margin: 0 auto;
+}
+.in-box ul.in-ul1 {
+	margin-top: 118px;
+	margin-bottom: 64px;
+}
+.in-box ul li {
+	display: flex;
+	flex-direction: column;
+	align-items: center;
+	justify-content: center;
+	width: 280px;
+	height: 369px;
+	background: #FFFFFF;
+	box-shadow: 60px 3px 95px rgba(238, 238, 238, 0.65);
+	border-radius: 19px;
+}
+.in-box ul li h2 {
+	font-family: 'Source Han Sans CN';
+	font-style: normal;
+	font-weight: 500;
+	font-size: 30px;
+	line-height: 45px;
+	color: #111E40;
+	opacity: 0.8;
+	margin-top: 32px;
+	margin-bottom: 18px;
+}
+.in-box ul li p {
+	width: 210px;
+	font-family: 'Microsoft YaHei';
+	font-style: normal;
+	font-weight: 400;
+	font-size: 18px;
+	line-height: 24px;
+	color: #646D83;
+	opacity: 0.8;
+    text-align: center;
+}
+
+
+.advantage-box {
+	width: 100%;
+	padding-top: 100px;
+	padding-bottom: 100px;
+}
+
+.advantage-box ul {
+	display: flex;
+	align-items: center;
+	justify-content: space-around;
+	width: 1200px;
+	margin: 0 auto;
+	margin-top: 80px;
+}
+
+.advantage-box ul li {
+	display: flex;
+	flex-direction: column;
+	align-items: center;
+}
+
+.advantage-box ul li h2 {
+	font-family: 'Microsoft YaHei';
+	font-style: normal;
+	font-weight: 400;
+	font-size: 24px;
+	letter-spacing: 0.05em;
+	color: #545454;
+	margin-top: 30px;
+}
+
+.advantage-box ul li img{
+    width: 80px;
+    height: 80px;
+}

+ 291 - 0
resources/views/home/http/softrename.blade.php

@@ -0,0 +1,291 @@
+<!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">
+    <link href="/static/video/index.css" rel="stylesheet" type="text/css">
+    <link href="/static/rename/rename.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/rename/icon.png" style="width: auto;">
+                    <span>星优办公软件</span>
+                </div>
+                <div class="nav-ebook">
+                    <ul class="nav-ebook-link js-down">
+                    </ul>
+                </div>
+
+                <div class="leftword">
+                    <h1>星优文件管理器</h1>
+                    <p class="word1">批量在文件名中删除/修改/替换/插入部分字符<br>修改文件的“修改时间”和创建时间<br>文件、文件夹名称提取,批量创建<br>
+                        <a class="btn1 btnactive js-down ebook-down-btn" href="https://xy.xingyousoft.com/soft/XYRename/XYRename_XY.exe"><span style="color: #347aeb;">立即下载</span></a>
+                    </p>
+                    <p class="word2">版本号:v2.2.0.0 <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> 软件大小:1.56MB</p>
+                    <p class="word2">更新时间:2024-05-31 &nbsp;适合系统:Win7/Win10/Win11</p>
+                </div>
+                <img class="rightgif" src="/static/rename/1.jpg">
+            </div>
+        </div>
+
+        <div class="in-box">
+            <h1 class="common-h1"><img src="/static/audio/t-bg.png" alt="">软件介绍</h1>
+            <p class="common-p">批量转换、快速处理、功能强大好用</p>
+            <ul class="in-ul1">
+                <li>
+                    <img src="/static/rename/icon1.png" alt="">
+                    <h2>修改文件名</h2>
+                    <p>批量量文件名修改成”名称+编号"的样式不限数量,十几秒即可完成</p>
+                </li>
+                <li>
+                    <img src="/static/rename/icon2.png" alt="">
+                    <h2>替换文件名</h2>
+                    <p>批量替换文件名中的基些文字或者字符,支持字母大小写替换</p>
+                </li>
+                <li>
+                    <img src="/static/rename/icon3.png" alt="">
+                    <h2>删除文件名</h2>
+                    <p>批量删除文件名中的某些相同文字或指定长度的文字</p>
+                </li>
+                <li>
+                    <img src="/static/rename/icon4.png" alt="">
+                    <h2>插入文件名</h2>
+                    <p>批量在文件名中的任何位置插入文字或字符不限制插入的内容</p>
+                </li>
+            </ul>
+            <ul style="margin-bottom: 64px;">
+                <li>
+                    <img src="/static/rename/icon5.png" alt="">
+                    <h2>文件名编号</h2>
+                    <p>批量给文件名按照顺序编号,编号插入的位置可以自由设置</p>
+                </li>
+                <li>
+                    <img src="/static/rename/icon6.png" alt="">
+                    <h2>数字顺序命名</h2>
+                    <p>批量将文件名按照数字顺序进行命名:例入命名为001-100</p>
+                </li>
+                <li>
+                    <img src="/static/rename/icon4.png" alt="">
+                    <h2>导入名称命名</h2>
+                    <p>提前将名称填入excel表格,将excel表格导入软件进行批量重命名</p>
+                </li>
+                <li>
+                    <img src="/static/rename/icon2.png" alt="">
+                    <h2>修改时间属性</h2>
+                    <p>支持修改文件的“创建时间和”修改时间:修改成任意你想要的时间</p>
+                </li>
+            </ul>
+            <ul>
+                <li>
+                    <img src="/static/rename/icon4.png" alt="">
+                    <h2>提取文件名称</h2>
+                    <p>一次提取海量文件的文件名称、路径、时间属性等内容</p>
+                </li>
+                <li>
+                    <img src="/static/rename/icon4.png" alt="">
+                    <h2>提取文件夹名称</h2>
+                    <p>一次提取海量文件夹的文件名称、路径、时间属性等内容</p>
+                </li>
+                <li>
+                    <img src="/static/rename/icon6.png" alt="">
+                    <h2>批量创建文件</h2>
+                    <p>批量创建海量文件/文件夹,可以自定义模板内容实现批量创建</p>
+                </li>
+                <li>
+                    <img src="/static/rename/icon5.png" alt="">
+                    <h2>敬请期待...</h2>
+                    <p>更多关于文件操作的功能正在紧锣密鼓的开发中,敬请期待</p>
+                </li>
+            </ul>
+        </div>
+
+
+        <div class="advantage-box">
+            <h1 class="common-h1"><img src="/static/audio/t-bg.png" alt="">产品特色</h1>
+            <p class="common-p">性能卓越 流畅体验</p>
+            <ul>
+                <li>
+                    <img src="/static/video/tese1.png" alt="">
+                    <h2>软件简洁,流畅体验</h2>
+                </li>
+                <li>
+                    <img src="/static/video/tese2.png" alt="">
+                    <h2>功能简单,快速学习</h2>
+                </li>
+                <li>
+                    <img src="/static/video/tese3.png" alt="">
+                    <h2>本地处理,安全快捷</h2>
+                </li>
+            </ul>
+            <ul>
+                <li>
+                    <img src="/static/video/tese4.png" alt="">
+                    <h2>批量命名,高效处理</h2>
+                </li>
+                <li>
+                    <img src="/static/video/tese5.png" alt="">
+                    <h2>软件小巧,轻松办公</h2>
+                </li>
+                <li>
+                    <img src="/static/video/tese2.png" alt="">
+                    <h2>功能强大,提高效率</h2>
+                </li>
+            </ul>
+        </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

@@ -47,6 +47,7 @@ Route::get('/softcenter/XYPinyin', 'SoftcenterController@XYPinyin');
 Route::get('/softcenter/XYImage', 'SoftcenterController@XYImage');
 Route::get('/softcenter/XYAudio', 'SoftcenterController@XYAudio');
 Route::get('/softcenter/XYVideos', 'SoftcenterController@XYVideos');
+Route::get('/softcenter/XYRename', 'SoftcenterController@XYRename');
 
 
 // 测试