ci: fix ci branches
This commit is contained in:
parent
8a64051bf2
commit
00cb87bdc2
@ -3,11 +3,11 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
@ -1,19 +1,12 @@
|
||||
"use client"
|
||||
|
||||
import Nav from "@/components/Nav"
|
||||
import { useEffect } from "react"
|
||||
|
||||
export default function Home() {
|
||||
|
||||
|
||||
return (
|
||||
<div className="max-w-full flex justify-center m-auto">
|
||||
<div className='max-w-full flex justify-center m-auto'>
|
||||
<div className='hero-content text-center'>
|
||||
<div className='max-w-md'>
|
||||
<h1 className='text-5xl font-bold'>ipv6-test</h1>
|
||||
<p className='py-6'>
|
||||
免费IPv6测试服务
|
||||
</p>
|
||||
<p className='py-6'>免费IPv6测试服务</p>
|
||||
<button className='btn btn-primary'>探索更多</button>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user