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