Skip to content

Commit

Permalink
new websites
Browse files Browse the repository at this point in the history
  • Loading branch information
0832k12 committed Oct 28, 2023
1 parent 8c70077 commit 5b588af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ enum Platform {
TurboWarp = 'tw',
FortyCode = '40code',
CCW = 'ccw',
Cocrea = 'Cocrea'
Cocrea = 'Cocrea',
TurboWarpCN = 'twcn',
rCodenow = 'rc'
}

```
Expand Down
8 changes: 6 additions & 2 deletions src/gallary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ enum Platform {
TurboWarp = 'tw',
FortyCode = '40code',
CCW = 'ccw',
Cocrea = 'Cocrea'
Cocrea = 'Cocrea',
TurboWarpCN = 'twcn',
rCodenow = 'rc'
}

interface GallaryInfo {
Expand Down Expand Up @@ -56,7 +58,9 @@ const platformMap = {
[Platform.TurboWarp]: 'turbowarp.org',
[Platform.FortyCode]: 'www.40code.com',
[Platform.CCW]: 'www.ccw.site',
[Platform.Cocrea]: 'cocrea.world'
[Platform.Cocrea]: 'cocrea.world',
[Platform.TurboWarpCN]: 'editor.turbowarp.cn',
[Platform.rCodenow]: '0832.ink/rc'
};

function isUnavailable (info: GallaryInfo, clientInfo: ClientInfo | null) {
Expand Down

0 comments on commit 5b588af

Please sign in to comment.