增加公司名称
All checks were successful
site-dist-deploy / build-and-deploy (push) Successful in 1m49s

This commit is contained in:
speakeloudest 2026-02-06 05:36:35 +02:00
parent 50ad1852ab
commit 08b08574b9
3 changed files with 10 additions and 8 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -94,10 +94,15 @@
</a>
</div>
</div>
<div class="mb-[10px] hidden md:ml-[17px] md:text-left">
<CompanyNameIcon class="h-[16px]" />
</div>
<div class="mx-auto mb-1 h-[20px] w-[352px] md:ml-[17px]">
<img src="./image-1.png" alt="image" />
</div>
<div class="mt-2 mb-1 md:hidden">
<CompanyNameIcon class="mx-auto h-[10px]" />
</div>
<div class="text-center text-[10px] leading-[14px] font-[300] md:ml-[17px] md:text-left">
<span class="font-[600]">Hi快VPN</span> &copy; All rights reserved.<br />
<router-link to="/terms" class="underline">Terms of Service</router-link>
@ -136,7 +141,7 @@
import { ref, onMounted, watch, computed } from 'vue'
import { useRouter, useRoute } from 'vue-router'
import { useLocalStorage } from '@vueuse/core'
import type { LocationQueryValue } from 'vue-router'
import CompanyNameIcon from './company-name.svg?component'
import LoginFormModal from './components/LoginFormModal.vue'
import DownloadButton from './components/DownloadButton.vue'
import Logo from './logo.svg?component'

View File

@ -24,12 +24,6 @@ export default defineConfig({
// rewrite: (path) => path.replace(/^\/api/, ''),
autoRewrite: true,
// 3. 关键:将路径重写,在前面补上 /api/v1
// 验证请求是否进入代理,可以在终端看到打印
configure: (proxy, _options) => {
proxy.on('proxyReq', (proxyReq, req, _res) => {
console.log('代理请求:', req.method, req.url, ' -> ', proxyReq.path)
})
},
},
},
},