Ganto 2 years ago
parent
commit
254a0c58c5
4 changed files with 10 additions and 5 deletions
  1. 1 1
      index.html
  2. 1 0
      public/CNAME
  3. 0 0
      public/favicon.ico
  4. 8 4
      src/pages/Home.vue

+ 1 - 1
index.html

@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
-    <link rel="shortcut icon" href="./src/assets/favicon.ico" type="image/x-icon">
+    <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>快速批量打开网站</title>
   </head>

+ 1 - 0
public/CNAME

@@ -0,0 +1 @@
+fast.ganto.cn

+ 0 - 0
src/assets/favicon.ico → public/favicon.ico


+ 8 - 4
src/pages/Home.vue

@@ -7,8 +7,8 @@
         :input-style="{backgroundColor: 'rgba(0,0,0,0)', color: '#ffffff'}"
         class="input"
     />
-    <i class="sub_path_title">子路径</i>
     <div class="sub_url_open">
+        <i class="sub_path_title">子路径</i>
         <el-switch
             v-model="subPathSwitch"
             class="sub_path_switch"
@@ -37,9 +37,9 @@
 import { ref, reactive } from 'vue'
 import { ElMessage } from 'element-plus'
 import { Delete, } from '@element-plus/icons-vue'
-const metaData = ref(`https://www.baidu.com/
-http://www.sina.com.cn/
-http://www.163.com/`)
+const metaData = ref(`https://www.mi.com/
+http://www.jd.com.cn/
+http://www.gantoho.com/`)
 const data = reactive({
     urlArr: []
 })
@@ -99,6 +99,10 @@ const numHandleChange = (value) => {
     justify-content: flex-start;
     align-items: center;
     margin-bottom: 20px;
+    .sub_path_title{
+        margin-right: 10px;
+        white-space: nowrap;
+    }
     .sub_path_switch{
         margin-right: 10px;
     }