Skip to content

Commit

Permalink
2023.12.01 16:57:24
Browse files Browse the repository at this point in the history
  • Loading branch information
HegeKen committed Dec 1, 2023
1 parent 24bb41d commit 77d7faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<mdui-card style="width: 99vw;padding-bottom: 20px;align-items: center;margin-top:1vw;margin-right:1vw">
<h3 style="padding-left:10px;">{{ $t('dev') }}</h3>
<h3 style="padding-left:10px;">{{ $t('latedev') }}<NuxtLink :to="('/dev/'+latest.week)" style="font-size: 16px;font-weight: lighter;">{{ latest.title[lang]}}</NuxtLink></h3>
<h3 style="padding-left:10px;">{{ $t('supported') }}</h3>
<span v-for="({ device, name },index) in latest.roms" style="padding-left:10px;">
<h3 style="padding-left:10px;" v-show="latest.show == 'yes'">{{ $t('supported') }}</h3>
<span v-for="({ device, name },index) in latest.roms" style="padding-left:10px;" v-show="latest.show == 'yes'">
<span v-if="index<latest.roms.length-1"><NuxtLink :to="('/' + locale.locale.value + '/devices/' + device)" class="HyperBlue" style="text-indent: 20px;">{{ name[lang] }}</NuxtLink>;</span>
<span v-else><NuxtLink :to="('/' + locale.locale.value + '/devices/' + device)" class="HyperBlue" style="text-indent: 20px;">{{ name[lang] }}</NuxtLink></span>
</span>
Expand Down
2 changes: 1 addition & 1 deletion public/data
Submodule data updated 6 files
+36 −36 dev-template.json
+2 −1 dev.json
+10 −10 dev/619.json
+62 −62 dev/620.json
+164 −0 dev/621.json
+1 −1 index.json

0 comments on commit 77d7faa

Please sign in to comment.