修复登录表单的HTML结构和类型定义 将API目标服务器和基础URL从h.hifastvpn.com更新为h.hifastapp.com 优化登录表单的HTML结构,添加表单提交处理和自动完成属性
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
||||
|
||||
|
||||
env:
|
||||
VITE_APP_BASE_URL: https://h.hifastvpn.com
|
||||
VITE_APP_BASE_URL: https://h.hifastapp.com
|
||||
SSH_HOST: ${{ vars.PRO_SSH_HOST }}
|
||||
SSH_PORT: ${{ vars.PRO_SSH_PORT }}
|
||||
SSH_USER: ${{ vars.PRO_SSH_USER }}
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Build dist with Unified Script
|
||||
env:
|
||||
VITE_APP_BASE_URL: "https://h.hifastvpn.com"
|
||||
VITE_APP_BASE_URL: "https://h.hifastapp.com"
|
||||
run: |
|
||||
chmod +x scripts/ci-build.sh
|
||||
./scripts/ci-build.sh
|
||||
|
||||
Reference in New Issue
Block a user