Skip to content

Commit

Permalink
Update src/consts.ts
Browse files Browse the repository at this point in the history
Co-authored-by: graphemecluster <graphemecluster@gmail.com>
  • Loading branch information
307587 and graphemecluster authored Dec 15, 2024
1 parent 0c73a9a commit f0bf005
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ const when = (...x) => 音韻地位.判斷(...x);
if (!音韻地位) return [
// 在此輸入方案選項;以下提供一些範本,方案設定格式:https://github.com/nk2028/tshet-uinh-deriver-tools/wiki/%E6%8E%A8%E5%B0%8E%E6%96%B9%E6%A1%88%E8%A8%AD%E5%AE%9A%E9%A0%85%E5%88%97%E8%A1%A8%E6%A0%BC%E5%BC%8F
//['選項代號(非必要)|選項名\n新行描述(非必要)\n可以加入更多行', [2, '選項1', '選項2']],
[`程式中使用的選項名稱(選擇性)|顯示的選項名稱
換行後為選項描述(選擇性)
可以加入更多行`,
[2, '選項1', '選項2'],
// ^ 表示預設值
],
[`核取方塊選項
預設值須為勾選(true)或不勾選(false)之一`, false],
];
Expand Down

0 comments on commit f0bf005

Please sign in to comment.