mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #371] [MERGED] feat: add SHOW_GITHUB config #550
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#550
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/371
Author: @dreamhunter2333
Created: 8/4/2024
Status: ✅ Merged
Merged: 8/4/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
b9b9c3cfeat: add SHOW_GITHUB config📊 Changes
7 files changed (+7 additions, -0 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
frontend/src/views/Header.vue(+1 -0)📝
vitepress-docs/docs/en/cli.md(+1 -0)📝
vitepress-docs/docs/zh/guide/cli/worker.md(+1 -0)📝
worker/src/commom_api.ts(+1 -0)📝
worker/src/types.d.ts(+1 -0)📝
worker/wrangler.toml.template(+1 -0)📄 Description
User description
#368
PR Type
Enhancement, Documentation
Description
SHOW_GITHUBconfiguration to control the visibility of the GitHub link in the frontend.showGithubparameter.SHOW_GITHUBconfiguration in both English and Chinese documentation.SHOW_GITHUBconfiguration.Changes walkthrough 📝
Header.vue
Add conditional visibility for GitHub menu optionfrontend/src/views/Header.vue
showGithubcondition to GitHub menu option visibility.commom_api.ts
Include `showGithub` in settings API responseworker/src/commom_api.ts
showGithubto the settings API response.types.d.ts
Add `SHOW_GITHUB` to `Bindings` type definitionworker/src/types.d.ts
SHOW_GITHUBtoBindingstype definition.CHANGELOG.md
Document `SHOW_GITHUB` configuration in changelogCHANGELOG.md
SHOW_GITHUBconfiguration.cli.md
Add `SHOW_GITHUB` configuration documentation (EN)vitepress-docs/docs/en/cli.md
SHOW_GITHUBconfiguration.worker.md
Add `SHOW_GITHUB` configuration documentation (ZH)vitepress-docs/docs/zh/guide/cli/worker.md
SHOW_GITHUBconfiguration.wrangler.toml.template
Add `SHOW_GITHUB` configuration exampleworker/wrangler.toml.template
SHOW_GITHUBconfiguration example.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.