Skip to content

Commit

Permalink
✨ feat: add xueersi
Browse files Browse the repository at this point in the history
Signed-off-by: SimonShiki <[email protected]>
  • Loading branch information
SimonShiki committed Nov 3, 2023
1 parent 9ba2db4 commit b325613
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/gallary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ enum Platform {
CCW = 'ccw',
Cocrea = 'Cocrea',
TurboWarpCN = 'twcn',
rCodenow = 'rc'
rCodenow = 'rc',
Xueersi = 'xueersi'
}

interface GallaryInfo {
Expand Down Expand Up @@ -60,7 +61,8 @@ const platformMap = {
[Platform.CCW]: 'www.ccw.site',
[Platform.Cocrea]: 'cocrea.world',
[Platform.TurboWarpCN]: 'editor.turbowarp.cn',
[Platform.rCodenow]: '0832.ink/rc'
[Platform.rCodenow]: '0832.ink',
[Platform.Xueersi]: 'code.xueersi.com'
};

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

0 comments on commit b325613

Please sign in to comment.