-
Notifications
You must be signed in to change notification settings - Fork 5
新增「專案」與「加入我們」 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c841cd6
feat: update projects page with TAT - 北科生活 details and download links
kevinlee-06 1e16a20
feat: add global and style CSS files for improved theming and layout
kevinlee-06 1bd15b6
feat: add global and style CSS imports and new join route
kevinlee-06 00acbdf
feat: add App Store badge SVG asset for download promotion
kevinlee-06 684e6a1
feat: create join page template with header
kevinlee-06 fdbe351
feat: update index page with new content and join call-to-action
kevinlee-06 ce90fc1
feat: enhance join page with detailed content and improved layout
kevinlee-06 3538ef8
feat: update join and projects pages with new images and styles
kevinlee-06 ae7996b
feat: enhance styling and layout across multiple pages, add store pag…
kevinlee-06 ea40473
feat: update projects page with new content and improved layout
kevinlee-06 fba6815
feat: add shadow effect to project images for improved visual appeal
kevinlee-06 40e2598
feat: refactor layout and styles, remove global.css, and add contact …
kevinlee-06 ea1a51e
feat: update image paths for join, projects, and store pages for bett…
kevinlee-06 2191234
feat: comment out headings in join and projects pages for future updates
kevinlee-06 cb44d91
feat: update project routes, enhance styles, and improve join page la…
kevinlee-06 cfcec3f
feat: add new SVG image for shorts, update image paths, and enhance s…
kevinlee-06 50da863
feat: update image path for t-shirt in store page for better organiza…
kevinlee-06 5e6e2e0
feat: refactor QR code display logic and update image paths for projects
kevinlee-06 c570597
feat: update image paths for assets, add new Discord SVG, and adjust …
kevinlee-06 4506f2a
refactor: rewrite scripts in <script setup lang="ts">
rileychh 29ca681
refactor: inline showQR function
rileychh 7552574
fix: update t-shirt image path in store page
rileychh 1577a9b
refactor: clean up body font-family and apply it to header
kevinlee-06 2d3b4cb
refactor: move CSS variables and styles from style.css to app.vue for…
kevinlee-06 ff32400
feat: add README for QR Code generation instructions
kevinlee-06 3a895ce
refactor: replace PNG images with SVGs for better scalability and per…
kevinlee-06 903bdb2
fix: update QRStates to set shorts to false
kevinlee-06 f7056d8
fix: update QR code image filenames for consistency
kevinlee-06 7feed34
fix: update join.vue to use SVG for Discord QR code image
kevinlee-06 267c103
fix: remove shadow class from project images for consistency
kevinlee-06 34d8f80
fix: add transition effects for QR code images in projects.vue
kevinlee-06 5802f16
fix: update contact.vue with new office location and contact information
kevinlee-06 b45daeb
fix: remove QR Code toggling effects
rileychh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # QR Code 生成說明 | ||
|
|
||
| 本 README 文件詳細介紹如何使用 [QR Code Generator](https://qrcodegenerator.com.tr/url-qr-code) 生成符合下列規格的 QR Code。 | ||
|
|
||
| ## 使用網站 | ||
|
|
||
| 使用以下網站生成 QR Code: | ||
| [https://qrcodegenerator.com.tr/url-qr-code](https://qrcodegenerator.com.tr/url-qr-code) | ||
|
|
||
| ## 參數設置 | ||
|
|
||
| 在生成 QR Code 時,請使用下列參數: | ||
|
|
||
| - **尺寸:** 400x400 像素 | ||
| - **邊距:** 10 像素 | ||
| - **Logo 大小:** 設置為 0.4(相對於 QR Code 的比例) | ||
| - **Logo 間距:** 10 像素 | ||
| - **點樣式選項:** 4 | ||
| - **外框方塊:** 3 | ||
| - **角落點:** 2 | ||
|
|
||
| ## 操作步驟 | ||
|
|
||
| 1. 打開網站 [https://qrcodegenerator.com.tr/url-qr-code](https://qrcodegenerator.com.tr/url-qr-code)。 | ||
| 2. 輸入或貼上需要嵌入 QR Code 的 URL。 | ||
| 3. 設置 QR Code 尺寸為 400x400 像素。 | ||
| 4. 設定邊距(margin)為 10 像素,確保 QR Code 周圍有足夠空白。 | ||
| 5. 如果需要添加 Logo,請將 Logo 大小設置為 0.4 並留出 10 像素的間距(logo spacing)。 | ||
| 6. 選擇點樣式選項為 4,外框方塊為 3,角落點為 2(根據網站提供的選項進行調整)。 | ||
| 7. 預覽並確認設置無誤後,儲存為 .svg 向量圖檔案。 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.