mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #663] [MERGED] feat: add ALWAYS_SHOW_ANNOUNCEMENT option #688
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#688
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/663
Author: @dreamhunter2333
Created: 6/9/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
23d1306feat: add ALWAYS_SHOW_ANNOUNCEMENT option📊 Changes
15 files changed (+2142 additions, -1836 deletions)
View changed files
📝
frontend/package.json(+6 -6)📝
frontend/pnpm-lock.yaml(+1000 -725)📝
frontend/src/api/index.js(+5 -1)📝
frontend/src/store/index.js(+1 -0)📝
pages/package.json(+1 -1)📝
vitepress-docs/docs/en/cli.md(+2 -0)📝
vitepress-docs/docs/zh/guide/worker-vars.md(+11 -10)📝
vitepress-docs/package.json(+2 -2)📝
vitepress-docs/pnpm-lock.yaml(+353 -362)📝
worker/package.json(+8 -8)📝
worker/pnpm-lock.yaml(+748 -721)📝
worker/src/admin_api/worker_config.ts(+1 -0)📝
worker/src/commom_api.ts(+1 -0)📝
worker/src/types.d.ts(+1 -0)📝
worker/wrangler.toml.template(+2 -0)📄 Description
PR Type
enhancement, documentation, dependencies
Description
Introduced
ALWAYS_SHOW_ANNOUNCEMENToption to control announcement visibility.Updated frontend and backend logic to handle the new option.
Enhanced documentation to include the new configuration variable.
Upgraded dependencies across multiple packages for improved stability.
Changes walkthrough 📝
5 files
Added `alwaysShowAnnouncement` to API responseIncluded `ALWAYS_SHOW_ANNOUNCEMENT` in worker configurationUpdated types to include `ALWAYS_SHOW_ANNOUNCEMENT`Adjusted announcement logic to respect `alwaysShowAnnouncement`Added `alwaysShowAnnouncement` to global state5 files
Updated lockfile for dependency changesUpdated dependencies including `naive-ui` and `vue`Upgraded dependencies including `@aws-sdk` and `hono`Updated `wrangler` dependency versionUpdated dependencies including `@types/node` and `wrangler`3 files
Documented `ALWAYS_SHOW_ANNOUNCEMENT` variableAdded example configuration for `ALWAYS_SHOW_ANNOUNCEMENT`Added documentation for `ALWAYS_SHOW_ANNOUNCEMENT` in CLI2 files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.