Commit 821c17e4 by zl

update

parent ea85f7bc
<script setup lang="ts">
import DefaultTheme from 'vitepress/theme'
import '/assets/css/custom.css'
import { useData, inBrowser } from 'vitepress'
import { watchEffect } from 'vue'
......
......@@ -21,3 +21,9 @@ We provide default size charts for 8 product types. You can load them directly a
## Size Chart Preview
![Customizer for merchant](/assets/sizechart/2.png)
## 店铺展示
![Customizer for merchant](/assets/sizechart/6.png)
Once you add a size chart for this model, a size chart pop-up link will appear in your Shopify or Shopline store.
.image-bg {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, oklch(82.7% 0.119 306.383) 30%, oklch(95.1% 0.026 236.824));
--vp-home-hero-image-background-image: linear-gradient(-45deg, oklch(82.7% 0.119 306.383) 50%, oklch(95.1% 0.026 236.824) 50%);
background-image: var(--vp-home-hero-image-background-image);
width: 320px;
height: 320px;
filter: var(--vp-home-hero-image-filter);
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
--vp-home-hero-image-filter: blur(80px);
}
\ No newline at end of file
......@@ -2,7 +2,7 @@
编辑产品信息界面
## 边际产品基础信息
## 编辑产品基础信息
![Customizer for merchant](/assets/product/edit/4.png)
......
......@@ -21,3 +21,9 @@
## 尺码表预览
![Customizer for merchant](/assets/sizechart/2.png)
## 店铺展示
![Customizer for merchant](/assets/sizechart/6.png)
当您为这个模添加了尺码表,在您的Shopify 或Shopline店铺中将会展示尺码表弹出框链接
......@@ -5,6 +5,9 @@ layout: home
hero:
name: "JOCUSTOM"
text: "Documentation for JOCUSTOM"
image:
src: /assets/banner.png
alt: VitePress
actions:
- theme: brand
text: Get Started
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment