[PR #322] [MERGED] feat: add DOMAIN_LABELS for chinese domain label #523

Closed
opened 2026-02-26 21:31:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/322
Author: @dreamhunter2333
Created: 6/28/2024
Status: Merged
Merged: 6/28/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • eb5f086 feat: add DOMAIN_LABELS for chinese domain label

📊 Changes

17 files changed (+1897 additions, -1656 deletions)

View changed files

📝 .gitignore (+135 -0)
📝 frontend/package.json (+8 -8)
📝 frontend/pnpm-lock.yaml (+406 -395)
📝 frontend/src/api/index.js (+3 -2)
📝 frontend/src/store/index.js (+1 -0)
📝 frontend/src/views/index/AddressBar.vue (+14 -3)
📝 vitepress-docs/docs/en/cli.md (+2 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+2 -0)
📝 vitepress-docs/package.json (+2 -2)
📝 vitepress-docs/pnpm-lock.yaml (+442 -408)
📝 worker/package.json (+8 -8)
📝 worker/pnpm-lock.yaml (+850 -828)
📝 worker/src/commom_api.ts (+2 -1)
📝 worker/src/constants.ts (+1 -1)
📝 worker/src/types.d.ts (+1 -0)
📝 worker/src/utils.ts (+18 -0)
📝 worker/wrangler.toml.template (+2 -0)

📄 Description

#319


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/322 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 6/28/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`eb5f086`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/eb5f086d7767d4616dbfc355c542ca8490e65921) feat: add DOMAIN_LABELS for chinese domain label ### 📊 Changes **17 files changed** (+1897 additions, -1656 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+135 -0) 📝 `frontend/package.json` (+8 -8) 📝 `frontend/pnpm-lock.yaml` (+406 -395) 📝 `frontend/src/api/index.js` (+3 -2) 📝 `frontend/src/store/index.js` (+1 -0) 📝 `frontend/src/views/index/AddressBar.vue` (+14 -3) 📝 `vitepress-docs/docs/en/cli.md` (+2 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+2 -0) 📝 `vitepress-docs/package.json` (+2 -2) 📝 `vitepress-docs/pnpm-lock.yaml` (+442 -408) 📝 `worker/package.json` (+8 -8) 📝 `worker/pnpm-lock.yaml` (+850 -828) 📝 `worker/src/commom_api.ts` (+2 -1) 📝 `worker/src/constants.ts` (+1 -1) 📝 `worker/src/types.d.ts` (+1 -0) 📝 `worker/src/utils.ts` (+18 -0) 📝 `worker/wrangler.toml.template` (+2 -0) </details> ### 📄 Description #319 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:31:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#523
No description provided.