Skip to content

Commit 4521c6d

Browse files
committed
Use wjx.com for feedback
1 parent 32d6abf commit 4521c6d

File tree

3 files changed

+3
-49
lines changed

3 files changed

+3
-49
lines changed

src/app/locale/components/faq.ts

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/app/locale/components/option.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: "常にオフ",

src/util/constant/url.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
*/
4039
export 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
*/
5251
export 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
}

0 commit comments

Comments
 (0)