GMKtec × Z.AI Epic Collaboration
View all-
$819.99$1,199.99-$380.00
-
$669.99$899.99-$230.00
-
$559.99$769.99-$210.00
-
$479.99$599.99-$120.00
${data.month} ${data.day}, ${data.year}
Blog Post
View all
${function(){
const image_size_temp = "56.25%";
const tempArticles = data.articles.map((item) => {
const image = item.image || {height: 100, width: 100};
return Object.assign(item, {
width: 16 || image.width,
height:9 || image.height,
published_at: item.published_at || new Date(),
image_size: image_size_temp == 'natural' ? (image.height/image.width *100 + '%') : image_size_temp
})});
const firstBlog = tempArticles[0]
const latestBlogs = tempArticles.slice(1,5)
const hasImageSrc = firstBlog.image && firstBlog.image.src;
return `
`
}()}
Latest posts
${latestBlogs.map((item)=>{
const hasImageSrc = item.image&&item.image.src;
return `
`
}).join("")}
${data.starNum}/${data.starTotal}






