do some things
This commit is contained in:
parent
bdea8efb53
commit
1979bae370
2 changed files with 13 additions and 13 deletions
24
server.js
24
server.js
|
|
@ -163,18 +163,18 @@ app.use(express.static(publicPath));
|
||||||
// type: "theme",
|
// type: "theme",
|
||||||
// });
|
// });
|
||||||
|
|
||||||
await catalog_assets.create({
|
// await catalog_assets.create({
|
||||||
package_name: "com.neptune.neptune",
|
// package_name: "com.neptune.neptune",
|
||||||
title: "Neptune",
|
// title: "Neptune",
|
||||||
image: "neptune.webp",
|
// image: "neptune.webp",
|
||||||
author: "Neptune",
|
// author: "Neptune",
|
||||||
version: "1.0.0",
|
// version: "1.0.0",
|
||||||
description: "Neptune image",
|
// description: "Neptune image",
|
||||||
tags: ["Image", "Funny"],
|
// tags: ["Image", "Funny"],
|
||||||
payload: "neptune.css",
|
// payload: "neptune.css",
|
||||||
background_image: "neptune.webp",
|
// background_image: "neptune.webp",
|
||||||
type: "theme",
|
// type: "theme",
|
||||||
});
|
// });
|
||||||
|
|
||||||
catalog_assets.sync();
|
catalog_assets.sync();
|
||||||
const server = createServer();
|
const server = createServer();
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ const t = useTranslations(lang);
|
||||||
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"
|
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"
|
||||||
/>
|
/>
|
||||||
</HeaderButton>
|
</HeaderButton>
|
||||||
<HeaderButton text={t("header.catalog")} route={`/${lang}/catalog/`}>
|
<HeaderButton text={t("header.catalog")} route={`/catalog/1`}>
|
||||||
<Icon
|
<Icon
|
||||||
name="ph:shopping-bag-open-fill"
|
name="ph:shopping-bag-open-fill"
|
||||||
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"
|
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue