Skip to content

Commit

Permalink
fix: update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo committed Sep 24, 2024
1 parent 0412b2b commit 224171c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/server/function/twikoo/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ const fn = {
11: 'Big Sur',
12: 'Monterey',
13: 'Ventura',
14: 'Sonoma'
14: 'Sonoma',
15: 'Sequoia'
}[majorPlatformVersion]
} else if (os.name === 'Android') {
const majorPlatformVersion = os.version.split('.')[0]
Expand All @@ -118,7 +119,8 @@ const fn = {
11: 'Red Velvet Cake',
12: 'Snow Cone',
13: 'Tiramisu',
14: 'Upside Down Cake'
14: 'Upside Down Cake',
15: 'Vanilla Ice Cream'
}[majorPlatformVersion]
}
}
Expand Down

0 comments on commit 224171c

Please sign in to comment.