File tree Expand file tree Collapse file tree 3 files changed +3
-49
lines changed
Expand file tree Collapse file tree 3 files changed +3
-49
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ const _default: Messages<OptionMessage> = {
216216 info : 'the visit count of the current website today'
217217 } ,
218218 darkMode : {
219- label : "Dark mode {info} { input}" ,
219+ label : "Dark mode {input}" ,
220220 options : {
221221 on : "Always on" ,
222222 off : "Always off" ,
@@ -274,7 +274,7 @@ const _default: Messages<OptionMessage> = {
274274 info : '今日の情報をご覧ください'
275275 } ,
276276 darkMode : {
277- label : "ダークモード {info} { input}" ,
277+ label : "ダークモード {input}" ,
278278 options : {
279279 on : "常にオン" ,
280280 off : "常にオフ" ,
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ export const GITHUB_ISSUE_ADD = 'https://github.com/sheepzh/timer/issues/new'
3535 * Feedback powered by www.wjx.cn
3636 *
3737 * @since 0.1.6
38- * @deprecated 0.9.0
3938 */
4039export const ZH_FEEDBACK_PAGE = 'https://www.wjx.cn/vj/YFWwHUy.aspx'
4140
@@ -50,7 +49,7 @@ export const TU_CAO_PAGE = 'https://support.qq.com/products/402895'
5049 * @since 0.9.6
5150 */
5251export const FEEDBACK_QUESTIONNAIRE : Partial < { [ locale in Timer . Locale ] : string } > = {
53- zh_CN : TU_CAO_PAGE ,
52+ zh_CN : ZH_FEEDBACK_PAGE ,
5453 zh_TW : 'https://docs.google.com/forms/d/e/1FAIpQLSdfvG6ExLj331YOLZIKO3x98k3kMxpkkLW1RgFuRGmUnZCGRQ/viewform?usp=sf_link' ,
5554 en : 'https://docs.google.com/forms/d/e/1FAIpQLSdNq4gnSY7uxYkyqOPqyYF3Bqlc3ZnWCLDi5DI5xGjPeVCNiw/viewform?usp=sf_link' ,
5655}
You can’t perform that action at this time.
0 commit comments