Created blog page, many improvements

This commit is contained in:
2024-02-18 11:30:50 +03:00
parent cfbaf56159
commit 3853e8fa20
23 changed files with 4301 additions and 3284 deletions
+5 -2
View File
@@ -2,6 +2,9 @@
import sky from '~/assets/images/textures/sky.png'
import particles from '~/assets/images/textures/particles.png'
const config = useAppConfig()
const fqdn = config.url.split('//')[1]
const resources: string[] = [sky, particles]
const props = defineProps({
@@ -316,7 +319,7 @@ class Portal {
notice() {
console.log(
`%c \u2587%c\u2587%c\u2587 %c\u2587%c\u2587%c\u2587 %c // ECMAPortal v${this.version} by Endermanch & WiPet\n\n\thttps://enderman.ch\n\thttps://go.enderman.ch/wipet`,
`%c \u2587%c\u2587%c\u2587 %c\u2587%c\u2587%c\u2587 %c // ECMAPortal v${this.version} by Endermanch & WiPet\n\n\t${config.url}\n\t${config.shortener}/wipet`,
'color: #E58EFF',
'color: #D52DFF',
'color: #E58EFF',
@@ -327,7 +330,7 @@ class Portal {
)
console.log(
'If any errors occur below, please send a screenshot of them my way!\n\t%ccontact@enderman.ch',
`If any errors occur below, please send a screenshot of them my way!\n\t%ccontact@${fqdn}`,
'color: #87CEFA',
)
}