Skip to content

Commit 027722c

Browse files
committed
Fix missing inbox label configuration
1 parent d3512af commit 027722c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@change="updateLinks"
2424
:toolbar="toolbar"
2525
></v-md-editor>
26-
<label>Options</label>
26+
<label>選項</label>
2727
<div class="options">
2828
<div class="option">
2929
<input type="checkbox" v-model="options.autoAssign" @change="updateLinks" id="autoAssign" />
@@ -90,7 +90,7 @@
9090
accent-color: rgb(var(--theme-color))
9191
body,html
9292
font-family: Onest, Candara, 'Source Han Sans TC', 'Noto Sans TC', sans-serif !important
93-
.v-md-textarea-editor pre, .v-md-textarea-editor textarea,.vuepress-markdown-body
93+
pre, code, .v-md-textarea-editor pre, .v-md-textarea-editor textarea,.vuepress-markdown-body
9494
font-family: 'Geist Mono', 'Source Han Sans TC', 'Noto Sans TC', monospace !important
9595
*
9696
box-sizing: border-box

src/assets/events.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export default [
22
{
33
title: "Summit 2026",
44
repo: "g0v-summit/2026/board",
5+
inboxLabel: `Status::Inbox`,
56
groupLabelPrefix: `組別::`,
67
groupLabelPostfix: `組`,
78
groupList: {

0 commit comments

Comments
 (0)