Skip to content

Commit

Permalink
[T] Pass deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Nov 18, 2024
1 parent 6d90c27 commit 0a9fb1d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Divider height="5px"/>

<GlobalButton/>
<Sakura :count="100" v-if="isEaster() && (gaussian() < 0.36)"/>
<Sakura :count="100" v-if="/*isEaster() && (gaussian() < 0.36)*/true"/>
</template>

<script lang="ts">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/tdor-comments-head-en.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[!Note] "2024 Transgender Day of Visibility Gala" [message collection text version](/profile/tdor) is now open for reading. Thank you for your messages.
[!Note] "2024 Transgender Day of Remembrance Gala" [message collection text version](/profile/tdor) is now open for reading. Thank you for your messages.
2 changes: 1 addition & 1 deletion src/assets/tdor-comments-head-zh_hant.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[!Note] 『2024年 跨性別現身日晚會[留言集文字版](/profile/tdor)現已開放閱讀,感謝大家的來信。
[!Note] 『2024年 跨性別紀念日晚會[留言集文字版](/profile/tdor)現已開放閱讀,感謝大家的來信。
2 changes: 1 addition & 1 deletion src/assets/tdor-comments-head.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[!Note] 『2024年 跨性别现身日晚会[来信集合文字版](/profile/tdor)已经开放阅读,感谢大家的来信。
[!Note] 『2024年 跨性别纪念日晚会[来信集合文字版](/profile/tdor)已经开放阅读,感谢大家的来信。
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default class Home extends Vue {
@Ref() bookmark: HTMLDivElement[]
isDeadlinePassed(): boolean {
return false;
return true;
}
isShowCommentsEntry(): boolean {
Expand Down

0 comments on commit 0a9fb1d

Please sign in to comment.