feat: modify default class (#95)

This commit is contained in:
Dream Hunter
2024-04-01 23:28:57 +08:00
committed by GitHub
parent 2485f2dcb5
commit a19b9a7eb6
3 changed files with 5 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
## [English](README_EN.md)
- [Backend](https://temp-email-api.dreamhunter2333.xyz/) Status:
- [Backend](https://temp-email-api.dreamhunter2333.xyz/):
![](https://uptime.aks.awsl.icu/api/badge/10/status)
![](https://uptime.aks.awsl.icu/api/badge/10/uptime)
![](https://uptime.aks.awsl.icu/api/badge/10/ping)
@@ -10,7 +10,7 @@
![](https://uptime.aks.awsl.icu/api/badge/10/cert-exp)
![](https://uptime.aks.awsl.icu/api/badge/10/response)
- [Frontend](https://temp-email.dreamhunter2333.xyz/) Status:
- [Frontend](https://temp-email.dreamhunter2333.xyz/):
![](https://uptime.aks.awsl.icu/api/badge/12/status)
![](https://uptime.aks.awsl.icu/api/badge/12/uptime)
![](https://uptime.aks.awsl.icu/api/badge/12/ping)
@@ -98,7 +98,7 @@ git clone https://github.com/dreamhunter2333/cloudflare_temp_email.git
wrangler d1 create dev
wrangler d1 execute dev --file=db/schema.sql
# schema 更新,如果你在此日期之前初始化过数据库,可以执行此命令更新
wrangler d1 execute dev --file=db/2024-01-13-path.sql
# wrangler d1 execute dev --file=db/2024-01-13-path.sql
```
创建完成后,我们在 cloudflare 的控制台可以看到 D1 数据库
@@ -163,7 +163,6 @@ pnpm run deploy
配置 `Cloudflare Email Routing` catch-all 发送到 `worker`
![email](readme_assets/email.png)
---

View File

@@ -33,7 +33,7 @@ This is a temporary email service that uses Cloudflare Workers to create a tempo
wrangler d1 create dev
wrangler d1 execute dev --file=db/schema.sql
# schema update, if you have initialized the database before this date, you can execute this command to update
wrangler d1 execute dev --file=db/2024-01-13-path.sql
# wrangler d1 execute dev --file=db/2024-01-13-path.sql
```
![d1](readme_assets/d1.png)

View File

@@ -170,7 +170,7 @@ onMounted(async () => {
</div>
</template>
<template #2>
<n-card v-if="curMail" :title="curMail.subject" style="overflow: scroll;">
<n-card v-if="curMail" class="mail-item" :title="curMail.subject" style="overflow: scroll;">
<n-space>
<n-tag type="info">
ID: {{ curMail.id }}