mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
fix again
This commit is contained in:
parent
d2a3b12404
commit
38106186c3
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.16.6",
|
"version": "12.119.0-calc.16.7",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -98,7 +98,9 @@ const otherPostsPagination = {
|
|||||||
};
|
};
|
||||||
const path = $computed(() => props.username + '/' + props.pageName);
|
const path = $computed(() => props.username + '/' + props.pageName);
|
||||||
|
|
||||||
const bgImg = page.eyeCatchingImage.url !== null ? page.eyeCatchingImage.url : 'linear-gradient(to bottom right, #31748f, #9ccfd8)';
|
let bgImg = $ref('linear-gradient(to bottom right, #31748f, #9ccfd8)');
|
||||||
|
|
||||||
|
if (page.eyeCatchingImage.url != null) { bgImg = `url(${page.eyeCatchingImage.url})`; }
|
||||||
|
|
||||||
function fetchPage() {
|
function fetchPage() {
|
||||||
page = null;
|
page = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user