-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from gdsc-ncku/yeeway
fix: update event.json and Schedule.vue
- Loading branch information
Showing
8 changed files
with
75 additions
and
36 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains 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 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 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 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 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 |
---|---|---|
@@ -1,15 +1,10 @@ | ||
<template> | ||
<WorkInProgress /> | ||
|
||
<!-- | ||
<a href="file/example.png" download="單車17-攤位地圖.png" class="underline text-content text-xl flex items-center"> | ||
<a href="/2024_bike_festival_map.jpg" download="單車17-攤位地圖.png" class="underline text-content text-xl flex items-center"> | ||
點此下載(PNG) | ||
<svg class="ml-2" xmlns="http://www.w3.org/2000/svg" width="20" height="17" viewBox="0 0 20 17" fill="none"><path d="M0 10H2V15H18V10H20V15C20 16.11 19.11 17 18 17H2C0.9 17 0 16.11 0 15V10ZM10 13L15.55 7.54L14.13 6.13L11 9.25V0H9V9.25L5.88 6.13L4.46 7.55L10 13Z" fill="#5A5A5A" /></svg> | ||
</a> | ||
<img src="" alt="攤位地圖" class="w-full bg-gray-500 my-20"/> | ||
--> | ||
<img src="/2024_bike_festival_map.webp" alt="攤位地圖" class="w-full bg-gray-500 my-10"/> | ||
|
||
</template> | ||
|
||
<script setup> | ||
import WorkInProgress from '@/components/WorkInProgress.vue' | ||
</script> |
This file contains 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