修改版本号

This commit is contained in:
eoao
2025-07-04 20:16:33 +08:00
parent e426ee7cbe
commit 3385635b26
5 changed files with 18 additions and 17 deletions

View File

@@ -250,7 +250,7 @@
<div class="card-content"> <div class="card-content">
<div class="concerning-item"> <div class="concerning-item">
<span>版本:</span> <span>版本:</span>
<span>v1.3.0</span> <span>v1.3.1</span>
</div> </div>
<div class="concerning-item"> <div class="concerning-item">
<span>交流:</span> <span>交流:</span>
@@ -260,7 +260,7 @@
<Icon icon="logos:telegram" width="30" height="30"/> <Icon icon="logos:telegram" width="30" height="30"/>
</template> </template>
</el-button> </el-button>
<el-button @click="jump('https://github.com/LaziestRen/cloud-mail')"> <el-button @click="jump('https://github.com/arexing/cloud-mail')">
github github
<template #icon> <template #icon>
<Icon icon="codicon:github-inverted" width="22" height="22" /> <Icon icon="codicon:github-inverted" width="22" height="22" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -6,8 +6,8 @@
<title></title> <title></title>
<link rel="icon" href="/assets/favicon-C5dAZutX.svg" type="image/svg+xml"> <link rel="icon" href="/assets/favicon-C5dAZutX.svg" type="image/svg+xml">
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script> <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
<script type="module" crossorigin src="/assets/index-B6UdP6by.js"></script> <script type="module" crossorigin src="/assets/index-DF2JN91G.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-cz2gG5da.css"> <link rel="stylesheet" crossorigin href="/assets/index-CwHyta7E.css">
</head> </head>
<body> <body>
<div id="loading-first"> <div id="loading-first">

View File

@@ -6,18 +6,19 @@ keep_vars = true
[observability] [observability]
enabled = true enabled = true
#[[d1_databases]] [[d1_databases]]
#binding = "db" #d1数据库绑定名默认不可修改 binding = "db" #d1数据库绑定名默认不可修改
#database_name = "" #d1数据库名字 database_name = "email" #d1数据库名字
#database_id = "" #d1数据库id database_id = "b1b1a63a-6ef5-4e6d-8e8c-b6d9e8feb810" #d1数据库id
#[[kv_namespaces]] [[kv_namespaces]]
#binding = "kv" #kv绑定名默认不可修改 binding = "kv" #kv绑定名默认不可修改
#id = "" #kv数据库id id = "0fa01d4b299e481b9de060ece9e7785c" #kv数据库id
#[[r2_buckets]] #(可选)
#binding = "r2" #r2对象存储绑定名默认不可修改 [[r2_buckets]]
#bucket_name = "" #r2对象存储桶的名字 binding = "r2" #r2对象存储绑定名默认不可修改
bucket_name = "email" #r2对象存储桶的名字
[assets] [assets]
binding = "assets" #静态资源绑定名默认不可修改 binding = "assets" #静态资源绑定名默认不可修改