@@ -123,45 +123,34 @@ const features: any = ref([
123
123
<!-- <img class="dramatic-screenshot" src="/dramatic-screenshot.webp" /> -->
124
124
<div class =" graph" >
125
125
<div class =" item" >
126
- <p class =" pretitle" >FO </p >
126
+ <p class =" pretitle" >Fabulously Optimized </p >
127
127
<div class =" bar" style =" background-color : #f5a50f !important " >
128
- <p >259fps</p >
129
- </div >
130
- </div >
131
- <div class =" item" >
132
- <p class =" pretitle" >OptiFine</p >
133
- <div class =" bar" >
134
- <p >56fps</p >
128
+ <p >259{{ $t("content.home.graph.fps") }}</p >
135
129
</div >
136
130
</div >
137
131
<div class =" item" >
138
132
<p class =" pretitle" >{{ $t("content.home.graph.vanilla") }}</p >
139
133
<div class =" bar" >
140
- <p >49fps </p >
134
+ <p >49{{ $t("content.home.graph.fps") }} </p >
141
135
</div >
142
136
</div >
143
137
</div >
144
138
<br />
145
139
<div >
146
- <!-- Fabulously Optimized {{ $t("content.home.graph.title.is") }}
147
- <span class="smaller__gradient">4x {{ $t("content.home.graph.title.quicker") }}</span>{{
148
- $t("content.home.graph.title.than") }} OptiFine.<br /> -->
149
140
<h3 v-html =" $t('content.home.graph.subtitle')" ></h3 >
150
141
</div >
151
- <small >AMD Ryzen 5 2600 (12) @ 3.400GH and NVIDIA GeForce GTX 1060 3GB running
152
- Minecraft 1.20.1, OptiFine for 1.20.1, Fabric Loader with Fabulously
153
- Optimized 5.4.1 RD:8, Singleplayer, PLd</small >
142
+ <small v-html =" $t('content.home.graph.small')" ></small >
154
143
</div >
155
144
</div >
156
145
<div class =" centered-hero" >
157
146
<h1 >{{ $t("content.home.features.title") }}</h1 >
158
- <iframe width =" 560 " height =" 315 " :src =" `https://www.youtube.com/embed/${$t(
147
+ <iframe width =" 1120 " height =" 630 " :src =" `https://www.youtube.com/embed/${$t(
159
148
'content.home.features.videoID'
160
149
)}`" title =" YouTube video player" frameborder =" 0"
161
150
allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
162
151
allowfullscreen ></iframe >
163
152
<div class =" features" >
164
- <div v-for =" feature in features" class =" feature-block" >
153
+ <div v-for =" feature in features" class =" feature-block" >
165
154
<div >
166
155
<h1 >
167
156
<component class =" feature-icon" :is =" feature.icon" ></component ><span >{{ $t(`feature.${feature.id}.title`)
0 commit comments