mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-11 18:10:01 +08:00
feat: PWA (#40)
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
"start": "wrangler dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^3.5.1"
|
||||
"wrangler": "^3.19.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"hono": "^3.4.3",
|
||||
"hono": "^3.11.4",
|
||||
"mailparser": "^3.6.5",
|
||||
"postal-mime": "^1.0.16"
|
||||
"postal-mime": "^1.1.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
|
||||
582
worker/pnpm-lock.yaml
generated
582
worker/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -179,7 +179,7 @@ api.get('/admin/mails_unknow', async (c) => {
|
||||
let count = 0;
|
||||
if (offset == 0) {
|
||||
const { count: mailCount } = await c.env.DB.prepare(`
|
||||
SELECT count(*) FROM mails
|
||||
SELECT count(*) as count FROM mails
|
||||
where address NOT IN
|
||||
(select concat('${c.env.PREFIX}', name) from address)`
|
||||
).first();
|
||||
|
||||
Reference in New Issue
Block a user