Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Jan 7, 2024
1 parent baad2a3 commit 349ee25
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Code Contributing Guide

You can find features to work on through our [Roadmap](https://koodo-reader.notion.site/d1c19a132932465bae1d89dd963c92ea?v=ca8aa69cf25849c18c92b92ba868663b), or find bugs to fix through our [Issues](https://github.com/koodo-reader/koodo-reader/issues). If you want to add new features or fix new bugs, please report them in [Issue](https://github.com/koodo-reader/koodo-reader/issues) first.
You can find features to work on through our [Roadmap](https://koodo.960960.xyz/en/roadmap), or find bugs to fix through our [Issues](https://github.com/koodo-reader/koodo-reader/issues). If you want to add new features or fix new bugs, please report them in [Issue](https://github.com/koodo-reader/koodo-reader/issues) first.

- Make sure you're already familiar with our project structure, code style, naming style.
- Does not upgrade or degrade dependency version, this could potentially break the project
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 代码贡献指南

您可以借助 Koodo Reader 的[开发计划](https://troyeguo.notion.site/215baeda57804fd29dbb0e91d1e6a021?v=360c00183d944b598668f34c255edfd7)了解 Koodo Reader 的开发需求,通过 [Issues](https://github.com/koodo-reader/koodo-reader/issues) 了解 Koodo Reader 的 bug,然后通过 Pull Requests 的方式提交您的代码。如果您有新需求或发现新 bug 请先到[Issues](https://github.com/koodo-reader/koodo-reader/issues)反馈,经开发者确认之后,再进行后续的开发工作。
您可以借助 Koodo Reader 的[开发计划](https://koodo.960960.xyz/zh/roadmap)了解 Koodo Reader 的开发需求,通过 [Issues](https://github.com/koodo-reader/koodo-reader/issues) 了解 Koodo Reader 的 bug,然后通过 Pull Requests 的方式提交您的代码。如果您有新需求或发现新 bug 请先到[Issues](https://github.com/koodo-reader/koodo-reader/issues)反馈,经开发者确认之后,再进行后续的开发工作。

- 参与项目的前提是您已经熟悉本项目的结构,代码风格,命名规范
- 请勿升级或降级依赖版本
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</h3>
<div align="center">

[Download](https://koodo.960960.xyz/en) | [Preview](https://reader.960960.xyz) | [Roadmap](https://troyeguo.notion.site/d1c19a132932465bae1d89dd963c92ea?v=ca8aa69cf25849c18c92b92ba868663b) | [Document](https://troyeguo.notion.site/Koodo-Reader-Document-9c767af3d66c459db996bdd08a34c34b)
[Download](https://koodo.960960.xyz/en) | [Preview](https://reader.960960.xyz) | [Roadmap](https://koodo.960960.xyz/en/roadmap) | [Document](https://koodo.960960.xyz/en/document)

</div>

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<div align="center">

[下载客户端](https://koodo.960960.xyz/zh) | [在线预览](https://reader.960960.xyz) | [开发计划](https://troyeguo.notion.site/215baeda57804fd29dbb0e91d1e6a021?v=360c00183d944b598668f34c255edfd7) | [帮助文档](https://troyeguo.notion.site/Koodo-Reader-0c9c7ccdc5104a54825dfc72f1c84bea)
[下载客户端](https://koodo.960960.xyz/zh) | [在线预览](https://reader.960960.xyz) | [开发计划](https://koodo.960960.xyz/zh/roadmap) | [帮助文档](https://koodo.960960.xyz/zh/document)

</div>

Expand Down
2 changes: 1 addition & 1 deletion README_pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</h3>
<div align="center">

[Baixar](https://koodo.960960.xyz/en) | [Pré-visualizar](https://reader.960960.xyz) | [Roadmap](https://troyeguo.notion.site/d1c19a132932465bae1d89dd963c92ea?v=ca8aa69cf25849c18c92b92ba868663b) | [Documento](https://troyeguo.notion.site/Koodo-Reader-Documento-9c767af3d66c459db996bdd08a34c34b)
[Baixar](https://koodo.960960.xyz/en) | [Pré-visualizar](https://reader.960960.xyz) | [Roadmap](https://koodo.960960.xyz/en/roadmap) | [Documento](https://koodo.960960.xyz/en/document)

</div>

Expand Down
16 changes: 4 additions & 12 deletions src/components/dialogs/aboutDialog/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,9 @@ class AboutDialog extends React.Component<AboutDialogProps, AboutDialogState> {
StorageUtil.getReaderConfig("lang") === "zhTW" ||
StorageUtil.getReaderConfig("lang") === "zhMO"
) {
this.handleJump(
"https://troyeguo.notion.site/Koodo-Reader-0c9c7ccdc5104a54825dfc72f1c84bea"
);
this.handleJump("https://koodo.960960.xyz/zh/document");
} else {
this.handleJump(
"https://troyeguo.notion.site/Koodo-Reader-Document-9c767af3d66c459db996bdd08a34c34b"
);
this.handleJump("https://koodo.960960.xyz/en/document");
}
}}
>
Expand All @@ -86,13 +82,9 @@ class AboutDialog extends React.Component<AboutDialogProps, AboutDialogState> {
StorageUtil.getReaderConfig("lang") === "zhTW" ||
StorageUtil.getReaderConfig("lang") === "zhMO"
) {
this.handleJump(
"https://troyeguo.notion.site/215baeda57804fd29dbb0e91d1e6a021?v=360c00183d944b598668f34c255edfd7"
);
this.handleJump("https://koodo.960960.xyz/zh/roadmap");
} else {
this.handleJump(
"https://troyeguo.notion.site/d1c19a132932465bae1d89dd963c92ea?v=ca8aa69cf25849c18c92b92ba868663b"
);
this.handleJump("https://koodo.960960.xyz/en/roadmap");
}
}}
>
Expand Down

0 comments on commit 349ee25

Please sign in to comment.