mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-06 20:32:55 +08:00
feat: modify default class (#95)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## [English](README_EN.md)
|
||||
|
||||
- [Backend](https://temp-email-api.dreamhunter2333.xyz/) Status:
|
||||
- [Backend](https://temp-email-api.dreamhunter2333.xyz/):
|
||||

|
||||

|
||||

|
||||
@@ -10,7 +10,7 @@
|
||||

|
||||

|
||||
|
||||
- [Frontend](https://temp-email.dreamhunter2333.xyz/) Status:
|
||||
- [Frontend](https://temp-email.dreamhunter2333.xyz/):
|
||||

|
||||

|
||||

|
||||
@@ -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`
|
||||
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||

|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user