mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 21:49:52 +00:00
support email modification
This commit is contained in:
parent
b649348162
commit
30beee6027
303
ui/dist/assets/index-BLKGMHXS.js
vendored
Normal file
303
ui/dist/assets/index-BLKGMHXS.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
ui/dist/assets/index-BmYeXvQX.css
vendored
Normal file
1
ui/dist/assets/index-BmYeXvQX.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
ui/dist/assets/index-ChWRjRip.css
vendored
1
ui/dist/assets/index-ChWRjRip.css
vendored
File diff suppressed because one or more lines are too long
293
ui/dist/assets/index-liy7dSav.js
vendored
293
ui/dist/assets/index-liy7dSav.js
vendored
File diff suppressed because one or more lines are too long
4
ui/dist/index.html
vendored
4
ui/dist/index.html
vendored
@ -5,8 +5,8 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Certimate - Your Trusted SSL Automation Partner</title>
|
||||
<script type="module" crossorigin src="/assets/index-liy7dSav.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-ChWRjRip.css">
|
||||
<script type="module" crossorigin src="/assets/index-BLKGMHXS.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BmYeXvQX.css">
|
||||
</head>
|
||||
<body class="bg-background">
|
||||
<div id="root"></div>
|
||||
|
@ -1 +1 @@
|
||||
export const version = "Certimate v0.1.8";
|
||||
export const version = "Certimate v0.1.9";
|
||||
|
@ -18,8 +18,6 @@ import { statistics } from "@/repository/domains";
|
||||
import {
|
||||
Ban,
|
||||
CalendarX2,
|
||||
CircleCheck,
|
||||
CircleX,
|
||||
LoaderPinwheel,
|
||||
Smile,
|
||||
SquareSigma,
|
||||
|
@ -32,7 +32,7 @@ import {
|
||||
} from "@/repository/domains";
|
||||
|
||||
import { TooltipContent, TooltipProvider } from "@radix-ui/react-tooltip";
|
||||
import { CircleCheck, CircleX, Earth } from "lucide-react";
|
||||
import { Earth } from "lucide-react";
|
||||
import { useEffect, useState } from "react";
|
||||
import { Link, useLocation, useNavigate } from "react-router-dom";
|
||||
|
||||
|
@ -14,7 +14,7 @@ import {
|
||||
import { Deployment, DeploymentListReq, Log } from "@/domain/deployment";
|
||||
import { convertZulu2Beijing } from "@/lib/time";
|
||||
import { list } from "@/repository/deployment";
|
||||
import { CircleCheck, CircleX, Smile } from "lucide-react";
|
||||
import { Smile } from "lucide-react";
|
||||
import { useEffect, useState } from "react";
|
||||
import { useNavigate, useSearchParams } from "react-router-dom";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user