Skip to content

Commit

Permalink
fix(season3): team marks data
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsugar committed Jul 27, 2022
1 parent a010176 commit f80d2b3
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 17 deletions.
Binary file added web/client/assets/images/marks/108.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/108_s.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/228.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/228_s.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/249.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/249_s.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/275.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/275_s.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/282.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/282_s.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/7_s.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/98.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/client/assets/images/marks/98_s.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion web/client/components/common/team-mark.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@

<script>
import marksS2 from '~/data/season2/marks'
import teamsS3 from '~/data/season3/teams'
const categories = {
season2: marksS2
season2: marksS2,
season3: teamsS3.map(team => ({
team: team.name,
id: team.markId
}))
}
const defaultId = 48 // [?] mark
Expand Down
32 changes: 16 additions & 16 deletions web/client/data/season3/teams.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const teams = [
{
name: '真假難分',
mark: 2,
markId: 282,
top: 16,
players: [
'蘇荷雨滴s',
Expand All @@ -14,7 +14,7 @@ const teams = [
},
{
name: '我就網路爛KR',
mark: 7,
markId: 48,
top: 16,
players: [
'RedYain',
Expand All @@ -26,7 +26,7 @@ const teams = [
},
{
name: '獅子大開口',
mark: 48,
markId: 249,
top: 16,
players: [
'劉劉Liu',
Expand All @@ -39,7 +39,7 @@ const teams = [
},
{
name: 'WakuWaku',
mark: 48,
markId: 344,
top: 16,
players: [
'GKx維骨力',
Expand All @@ -52,7 +52,7 @@ const teams = [
},
{
name: 'Few Kids',
mark: 98,
markId: 2,
top: 16,
players: [
'Str_Noah',
Expand All @@ -65,7 +65,7 @@ const teams = [
},
{
name: 'Inventor',
mark: 108,
markId: 7,
top: 16,
players: [
'999VAGO',
Expand All @@ -78,7 +78,7 @@ const teams = [
},
{
name: '卡面賴打',
mark: 228,
markId: 338,
top: 16,
players: [
'Super1vIxRy',
Expand All @@ -91,7 +91,7 @@ const teams = [
},
{
name: 'SharKs',
mark: 249,
markId: 48,
top: 16,
players: [
'SKsAlphago',
Expand All @@ -104,7 +104,7 @@ const teams = [
},
{
name: '密碼多少',
mark: 261,
markId: 275,
top: 16,
players: [
'玄解vIxRy',
Expand All @@ -117,7 +117,7 @@ const teams = [
},
{
name: '雙卡不減少',
mark: 266,
markId: 108,
top: 16,
players: [
'SYPxZG',
Expand All @@ -130,7 +130,7 @@ const teams = [
},
{
name: '打醬油',
mark: 275,
markId: 322,
top: 16,
players: [
'Renebaebaeee',
Expand All @@ -143,7 +143,7 @@ const teams = [
},
{
name: 'SNAspeed',
mark: 282,
markId: 261,
top: 16,
players: [
'SNAs凵大勳',
Expand All @@ -156,7 +156,7 @@ const teams = [
},
{
name: '番茄炒蛋plus',
mark: 322,
markId: 266,
top: 16,
players: [
'無碼英丸',
Expand All @@ -169,7 +169,7 @@ const teams = [
},
{
name: '佛系打比賽',
mark: 325,
markId: 325,
top: 16,
players: [
'泡菜Kim7',
Expand All @@ -182,7 +182,7 @@ const teams = [
},
{
name: '隱姓埋名',
mark: 338,
markId: 98,
top: 16,
players: [
'XavierC',
Expand All @@ -195,7 +195,7 @@ const teams = [
},
{
name: '藍鑽寶貝',
mark: 344,
markId: 228,
top: 16,
players: [
'SPExSQ',
Expand Down

0 comments on commit f80d2b3

Please sign in to comment.