Created blog page, many improvements
This commit is contained in:
@@ -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',
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user