Commit bed9851e by zl

update

parent 7d7c5ed7
......@@ -5,77 +5,38 @@ export default defineConfig({
title: "JOCUSTOM",
description: "Documentation for JOCUSTOM",
componentsDir: '../components',
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
/*nav: [
{text: 'Home', link: '/'},
{text: 'Guide', link: '/introduction'}
],
*/
/*sidebar: [
{
text: 'Getting Started',
items: [
{text: 'Introduction', link: '/introduction'},
{
text: 'Installation', items: [
{
text: 'Shopify', link: '/shopify'
},
{
text: 'Shopline', link: '/shopline'
}
]
},
{
text: 'Configuration', items: [
{
text: 'Shopify', link: '/shopify_conf'
},
{
text: 'Shopline', link: '/shopline_conf'
}
]
},
]
},
base: '/',
vite: {
build: {
assetsDir: 'assets',
assetsInlineLimit: 4096,
},
plugins: [
{
text: 'Application',
items: [
{text: 'Login', link: '/app/login'},
{text: 'Design', link: '/app/design/', items: [
{text: 'Customize', link: '/app/design/customize'}
]},
{text: 'Product', link: '/app/product/', items: [
{text: 'Edit and Sync', link: '/app/product/edit'}
]},
{text: 'Order', link: '/app/order'},
{text: 'Material', link: '/app/material/'},
{text: 'Invoices', link: '/app/invoice'},
{text: 'SizeChart', link: '/app/size_chart'},
{text: 'Recharge', link: '/app/recharge'},
]
name: 'vitepress-cdn-assets',
transformIndexHtml(html) {
return html
.replace(/(href|src)=(["'])\/assets\//g, `$1=$2https://docs.dongdongbao.shop/assets/`)
.replace(/url\((['"]?)\/assets\//g, `url($1https://docs.dongdongbao.shop/assets/`)
},
generateBundle(_, bundle) {
for (const file of Object.values(bundle)) {
if (file.type === 'asset' && typeof file.source === 'string') {
file.source = file.source
.replace(/(["'`])\/assets\//g, `$1https://docs.dongdongbao.shop/assets/`)
.replace(/url\((['"]?)\/assets\//g, `url($1https://docs.dongdongbao.shop/assets/`)
}
if (file.type === 'chunk' && typeof file.code === 'string') {
file.code = file.code
.replace(/(["'`])\/assets\//g, `$1https://docs.dongdongbao.shop/assets/`)
.replace(/url\((['"]?)\/assets\//g, `url($1https://docs.dongdongbao.shop/assets/`)
}
}
},
},
{
text: 'Website Terms',
items: [
{text: 'Shipping Policy', link: '/web/shipping-policy'},
{text: 'Return Policy', link: '/web/return-policy'},
{text: 'Contact Us', link: '/web/contact-us'},
{text: 'Privacy Policy', link: '/web/privacy-policy'},
{text: 'Terms & Conditions', link: '/web/terms-and-conditions'},
{text: 'About Us', link: '/web/about-us'},
]
}
],*/
/*footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2019-present Evan You'
}*/
/*socialLinks: [
{icon: 'github', link: 'https://github.com/vuejs/vitepress'}
]*/
],
},
themeConfig: {
},
locales: {
root: {
......@@ -99,6 +60,9 @@ export default defineConfig({
{
text: 'Installation', items: [
{
text: 'Local', link: '/local'
},
{
text: 'Shopify', link: '/shopify'
},
{
......@@ -122,18 +86,22 @@ export default defineConfig({
text: 'Application',
items: [
{text: 'Login', link: '/app/login'},
{text: 'Design', link: '/app/design/', items: [
{text: 'Customize', link: '/app/design/customize'}
{text: 'Shop', link: '/app/shop/'},
{text: 'Template', link: '/app/design/', items: [
{text: 'Design', link: '/app/design/customize'},
{text: 'Batch Design', link: '/app/design/batch-customize'}
]},
{text: 'Product', link: '/app/product/', items: [
{text: 'Edit and Sync', link: '/app/product/edit'}
{text: 'Base Product', link: '/app/base_product/', items: [
{text: 'Edit', link: '/app/base_product/edit'},
{text: 'Re-design', link: '/app/base_product/design'},
]},
{text: 'Order', link: '/app/order/', items: [
{text: 'Manual Order Filling', link: '/app/order/new'},
{text: 'Import Order', link: '/app/order/import'}
]},
{text: 'Material', link: '/app/material/'},
{text: 'Invoices', link: '/app/invoice'},
/*{text: 'Invoices', link: '/app/invoice'},*/
{text: 'SizeChart', link: '/app/size_chart'},
{text: 'Recharge', link: '/app/recharge'},
]
......@@ -195,6 +163,9 @@ export default defineConfig({
{
text: '安装', items: [
{
text: 'Local', link: '/cn/local'
},
{
text: 'Shopify', link: '/cn/shopify'
},
{
......@@ -218,10 +189,16 @@ export default defineConfig({
text: '应用',
items: [
{text: '登录', link: '/cn/app/login'},
{text: '店铺', link: '/cn/app/shop/'},
{text: '模板', link: '/cn/app/design/', items: [
{text: '定制', link: '/cn/app/design/customize'}
{text: '定制', link: '/cn/app/design/customize'},
{text: '批量定制', link: '/cn/app/design/batch-customize'}
]},
{text: '基础产品', link: '/cn/app/base_product/', items: [
{text: '修改', link: '/cn/app/base_product/edit'},
{text: '重新设计', link: '/cn/app/base_product/design'},
]},
{text: '产品', link: '/cn/app/product/', items: [
{text: '店铺产品', link: '/cn/app/product/', items: [
{text: '修改和同步', link: '/cn/app/product/edit'}
]},
{text: '订单', link: '/cn/app/order/', items: [
......@@ -229,7 +206,7 @@ export default defineConfig({
{text: '订单导入', link: '/cn/app/order/import'}
]},
{text: '素材', link: '/cn/app/material/'},
{text: '发票', link: '/cn/app/invoice'},
/*{text: '发票', link: '/cn/app/invoice'},*/
{text: '尺码表', link: '/cn/app/size_chart'},
{text: '充值', link: '/cn/app/recharge'},
]
......
# Product Redesign
Redesign the Base Product
## Edit the “Redesign” Button
Clicking the “Redesign” button will open the interface displaying your last saved customization settings.
<BigImage src="/assets/base_product/3.png" />
<BigImage src="/assets/base_product/4.png" />
<BigImage src="/assets/base_product/8.png" />
\ No newline at end of file
# Product Editing
Basic Product Information Editing Interface
## Editing Basic Product Information
<BigImage src="/assets/base_product/edit/4.png" />
<BigImage src="/assets/base_product/edit/5.png" />
::: tip
1. Product Title
2. Product Summary
3. Product Description
4. Product Listing Status on the Independent Site
5. Is the Product Customizable?
6. Product Main Image
7. Product Multimedia Files
8. Product Tags
9. Default Product Material Tags
10. Product SEO URL Identifier
11. Standardized Product Unit
12. Product Selling Price
13. Product Original Price
:::
## Editing Product Variant Information
<BigImage src="/assets/base_product/edit/6.png" />
::: tip
The list displays variant images, attributes such as color and size, as well as the base garment price, production cost, product weight, SKU, and the selling price for each variant.
You can click on a color or size at the top to make bulk edits to all variants with that attribute.
:::
\ No newline at end of file
# Basic Product Management
This interface displays the unique products you’ve created in the Customizer.
## Product being generated
<BigImage src="/assets/base_product/1.png" />
## Product generated successfully
<BigImage src="/assets/base_product/2.png" />
## Sync Base Products to Store Products
<BigImage src="/assets/base_product/6.png" />
Select the store you want to sync to and click Confirm
<BigImage src="/assets/base_product/7.png" />
## Delete Base Products
::: warning
You can edit, sync, and delete all products displayed in the product list.
Please exercise caution when deleting items. Once confirmed, the item will be permanently deleted.
:::
<BigImage src="/assets/base_product/5.png" />
# Bulk Template Customization
This interface provides detailed instructions on how to bulk customize and generate localized products.
## Select the templates you want to customize, then click the “Batch Customize” button
<BigImage src="/assets/design/batch_customize/2.png" />
## Load the Batch Template Customization Interface
<BigImage src="/assets/design/batch_customize/3.png" />
## Select the Layers and Colors to Customize
<BigImage src="/assets/design/batch_customize/4.png" />
## Select Custom Assets and Click “Confirm”
<BigImage src="/assets/design/batch_customize/5.png" />
## The system will automatically generate a customized combination for each asset based on the selected layers and colors
<BigImage src="/assets/design/batch_customize/6.png" />
## You can modify the layers and selected colors, then click “Sync Design”
<BigImage src="/assets/design/batch_customize/7.png" />
The system will regenerate the design mockups based on the previously selected assets, layers, and colors
<BigImage src="/assets/design/batch_customize/8.png" />
## You can view a full-size image of the currently generated design mockup
<BigImage src="/assets/design/batch_customize/9.png" />
<BigImage src="/assets/design/batch_customize/10.png" />
## If you are not satisfied with the current automatic design, you can modify it
<BigImage src="/assets/design/batch_customize/11.png" />
<BigImage src="/assets/design/batch_customize/12.png" />
Click “Save” to update the modified design
<BigImage src="/assets/design/batch_customize/13.png" />
<BigImage src="/assets/design/batch_customize/14.png" />
Modifying a design will not affect the designs in other groups
## If you are not satisfied with the automatically generated design, you can choose to delete it
<BigImage src="/assets/design/batch_customize/15.png" />
## Clicking the “Save Design” button will automatically save the design you created
<BigImage src="/assets/design/batch_customize/16.png" />
## You can go to the base product list to view the products generated based on the batch design information
<BigImage src="/assets/design/batch_customize/17.png" />
::: tip
Great job!! You’ve now learned how to use batch customization to generate your base products. Go ahead and import these products into your store to complete your order.
:::
# Design - customize
# Template Customization
This interface will provide detailed instructions on how to customize and generate local products.
This interface provides detailed instructions on how to customize and generate localized products.
## Click to view the list of templates currently associated with this product
## Select the base template you wish to customize
<BigImage src="/assets/design/customize/1.png" />
<BigImage src="/assets/design/customize/4.png" />
## Select the template you want to customize
## Load the template customizer interface
<BigImage src="/assets/design/customize/2.png" />
## Load the Template Customization Interface
<BigImage src="/assets/design/customize/5.png" />
## Add image assets to the customization area
## Add Image Assets to the Customization Area
<BigImage src="/assets/design/customize/6.png" />
## Add text content to the customizable area
## Add Text Content to the Customization Area
<BigImage src="/assets/design/customize/7.png" />
## Upload an image and use that image material
## Upload an image and use it as a design element
<BigImage src="/assets/design/customize/8.png" />
<BigImage src="/assets/design/customize/9.png" />
## Select the manufacturing process and save the design.
## Select a manufacturing process and save the design.
<BigImage src="/assets/design/customize/10.png" />
## Close Customizer
## Close the Customizer
<BigImage src="/assets/design/customize/11.png" />
::: tip
Awesome!! You've selected a template you like and created your first product. Next, head over to the Products tab to complete your product setup.
:::
Great job!! You’ve selected your favorite template and created your first product. Next, go to the “Product” tab to complete your product setup.
:::
\ No newline at end of file
......@@ -7,11 +7,7 @@ This interface displays a list of all basic templates supported by the applicati
<BigImage src="/assets/design/1.png" />
## Edit Basic Template Information
<BigImage src="/assets/design/2.png" />
::: warning
The basic template information you edit will be automatically populated into products customized using this template in the future.
You can view The basic template information about this product on this page.
:::
# Log in to JOCUSTOM app
## Local
### Visit our app's URL and log in
<a href="https://app.jocustom.com" target="_blank">JOCUSTOM</a>
<BigImage src="/assets/local/1.png" />
### Once you log in, you'll be able to access the app's home page.
<BigImage src="/assets/login/3.png" />
## Shopify
### Log in to your backend account.
......
# Product - JOCUSTOM
# Store Product Management
This interface displays the unique personalized product you created in the previous step.
This interface displays the products you have synced to your store.
## Product generation in progress
## Syncing Products to Your Store
<BigImage src="/assets/product/1.png" />
## Product generation successful
<BigImage src="/assets/product/2.png" />
## Synchronize Products
If your store is a standalone store and you have successfully authorized it, you can sync this product to your standalone store; however, this is not possible for custom stores.
<BigImage src="/assets/product/13.png" />
::: tip
After editing and clicking Save, you will return to the product list interface. At this point, you can click the Sync button to synchronize the product to your store.
After you finish editing and click “Save,” you will be redirected to the product list interface. At this point, you can click the “Sync” button, and the product will be synced to your store.
:::
After successfully syncing the product to your store, you can navigate to your storefront, access the product, open the product details page, and the customization button will appear.
Once the product has been successfully synced to your store, you can go to your store’s front end, visit the product, and open the product details page—the customization button will then appear.
### Shopify
......@@ -32,14 +26,24 @@ After successfully syncing the product to your store, you can navigate to your s
<BigImage src="/assets/product/17.png" />
## Direct Purchase of Store Products
Clicking the “Buy” button will open the direct purchase page.
<BigImage src="/assets/product/4.png" />
Select the product variant you want to purchase, enter the quantity, choose a shipping address, and click “Buy” to create a local order.
<BigImage src="/assets/product/5.png" />
_______________
::: warning
You can edit, synchronize, and delete all products displayed in the product list.
You can edit, sync, and delete all products displayed in the product list.
Please exercise caution when performing a deletion operation. Once executed, the item will be permanently removed.
Please exercise caution when deleting items. Once confirmed, the item will be permanently deleted.
:::
<BigImage src="/assets/product/3.png" />
<BigImage src="/assets/product/3.png" />
\ No newline at end of file
# Store Management
## Local
### If you registered and logged in locally, the store list will be empty.
<BigImage src="/assets/shop/1.png" />
### You need to create a custom store.
<BigImage src="/assets/shop/2.png" />
<BigImage src="/assets/shop/3.png" />
## Shopify
### If you’re logged in via a Shopify app, the store list will display the standalone stores where you’ve installed the app
<BigImage src="/assets/shop/4.png" />
## Shopline
### If you’re logged in via the Shopify app, the store list will display the standalone stores where you’ve installed the app
<BigImage src="/assets/shop/5.png" />
\ No newline at end of file
# 产品重新设计
重新设计基础产品
## 编辑重新设计按钮
点击重新设计按钮, 将打开您上一次保存的定制信息界面
<BigImage src="/assets/base_product/3.png" />
<BigImage src="/assets/base_product/4.png" />
<BigImage src="/assets/base_product/8.png" />
# 产品编辑
编辑基础产品信息界面
## 编辑基础产品信息
<BigImage src="/assets/base_product/edit/4.png" />
<BigImage src="/assets/base_product/edit/5.png" />
::: tip
1. 商品标题
2. 商品摘要
3. 商品描述
4. 商品在独立站中上架状态
5. 商品是否可定制
6. 商品主图
7. 商品多媒体文件
8. 商品标签
9. 商品默认素材标签
10. 商品SEO URL 标识
11. 标准化产品单元
12. 商品售价
13. 商品原价
:::
## 编辑产品变体信息
<BigImage src="/assets/base_product/edit/6.png" />
::: tip
列表中展示变体图片, 颜色尺码等属性,以及胚衣价格, 工艺价格,产品重量, SKU标识以及每个变体的售价.
您可以点击上方的颜色或尺码对同一属性的该变体产品进行批量修改
:::
\ No newline at end of file
# 基础商品管理
此界面显示您在定制器中创建的独一无二的商品
## 商品生成中
<BigImage src="/assets/base_product/1.png" />
## 商品生成成功
<BigImage src="/assets/base_product/2.png" />
## 同步基础产品到店铺产品
<BigImage src="/assets/base_product/6.png" />
选择您想要同步到的店铺并点击确认
<BigImage src="/assets/base_product/7.png" />
## 删除基础产品
::: warning
您可以编辑、同步和删除产品列表中显示的所有商品。
执行删除操作时请谨慎操作。一旦执行,该项目将被永久删除。
:::
<BigImage src="/assets/base_product/5.png" />
# 模板批量定制
该界面将提供详细说明,指导如何批量定制和生成本地化产品。
## 选择您想要自定义的模板,并点击批量定制按钮
<BigImage src="/assets/design/batch_customize/2.png" />
## 加载模板批量定制界面
<BigImage src="/assets/design/batch_customize/3.png" />
## 选择要定制的层面和颜色
<BigImage src="/assets/design/batch_customize/4.png" />
## 选择自定义素材 点击确认
<BigImage src="/assets/design/batch_customize/5.png" />
## 系统将自动根据选择的层面和颜色 为每个素材生成一种定制组合
<BigImage src="/assets/design/batch_customize/6.png" />
## 您可以修改层面和选择的颜色点击同步设计
<BigImage src="/assets/design/batch_customize/7.png" />
系统将根据之前选择的素材 对层面和选择的颜色重新生成效果图
<BigImage src="/assets/design/batch_customize/8.png" />
## 您可以查看当前自动设计生成的效果图大图
<BigImage src="/assets/design/batch_customize/9.png" />
<BigImage src="/assets/design/batch_customize/10.png" />
## 如果您对当前自动设计不满意,您可以修改设计
<BigImage src="/assets/design/batch_customize/11.png" />
<BigImage src="/assets/design/batch_customize/12.png" />
点击保存将更新修改后的设计
<BigImage src="/assets/design/batch_customize/13.png" />
<BigImage src="/assets/design/batch_customize/14.png" />
修改设计不会影响其它分组的设计
## 如果您对自动设计不满意,您可以选择删除
<BigImage src="/assets/design/batch_customize/15.png" />
## 点击保存设计按钮将自动保存您生成的设计
<BigImage src="/assets/design/batch_customize/16.png" />
## 您可以前往基础商品列表查看根据批量设计信息生成的商品
<BigImage src="/assets/design/batch_customize/17.png" />
::: tip
太棒了!!您已经学会了如何使用批量定制来生成您的基础商品, 快导入这些商品到店铺商品来完成下单吧.
:::
......@@ -2,10 +2,13 @@
该界面将提供详细说明,指导如何定制和生成本地化产品。
## 点击查看当前商品绑定的模板列表
## 选择您想要自定义的基础模板
<BigImage src="/assets/design/customize/1.png" />
<BigImage src="/assets/design/customize/4.png" />
## 选择您想要自定义的模板
<BigImage src="/assets/design/customize/2.png" />
## 加载模板自定义界面
......
......@@ -6,11 +6,7 @@
<BigImage src="/assets/design/1.png" />
## 编辑基础模板信息
<BigImage src="/assets/design/2.png" />
::: warning
编辑的基本模板信息将自动填充到未来使用此模板定制的产品中
可以在本页面查看该产品的基本模板信息
:::
# 登录JOCUSTOM应用
## 本地
### 访问我们的应用地址并登录
<a href="https://app.jocustom.com" target="_blank">JOCUSTOM</a>
<BigImage src="/assets/local/1.png" />
### 登录后,您会前往应用的首页
<BigImage src="/assets/login/3.png" />
## Shopify
### 登录您的Shopify后台账号
......
# 商品管理
# 店铺商品管理
此界面显示您在上一步骤中由您创建的独一无二的产品。
## 商品生成中
<BigImage src="/assets/product/1.png" />
## 商品生成成功
<BigImage src="/assets/product/2.png" />
此界面显示您同步到店铺中的商品。
## 同步商品到店铺
如果您的店铺属于独立站店铺并且已经授权成功,您可以同步该商品到您的独立站店铺中, 如果是自定义店铺则不可以.
<BigImage src="/assets/product/13.png" />
::: tip
......@@ -32,6 +26,18 @@
<BigImage src="/assets/product/17.png" />
## 店铺商品直接购买
点击购买按钮, 将打开商品直购页面
<BigImage src="/assets/product/4.png" />
选择要购买的商品变体,填写数量,选择地址后点击购买, 即可生成本地订单
<BigImage src="/assets/product/5.png" />
_______________
::: warning
......
# 店铺管理
## 本地
### 如果您是通过本地注册并登录,那么店铺列表为空,
<BigImage src="/assets/shop/1.png" />
### 您需要创建一个自定义店铺
<BigImage src="/assets/shop/2.png" />
<BigImage src="/assets/shop/3.png" />
## Shopify
### 如果您是通过Shopify应用登录,那么店铺列表将展示您安装应用的独立站店铺
<BigImage src="/assets/shop/4.png" />
## Shopline
### 如果您是通过Shopify应用登录,那么店铺列表将展示您安装应用的独立站店铺
<BigImage src="/assets/shop/5.png" />
......@@ -15,10 +15,13 @@ hero:
features:
- title: 安装简便
icon: <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from Google Material Icons by Material Design Authors - https://github.com/material-icons/material-icons/blob/master/LICENSE --><path fill="currentColor" d="M14.83 9L16 10.17zM4 17h16v-3.17l-3 3L9.17 9L13 5.17V5H4z" opacity=".3"/><path fill="currentColor" d="M20 17H4V5h9V3H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2v-5.17l-2 2z"/><path fill="currentColor" d="M18 10.17V3h-2v7.17l-2.59-2.58L12 9l5 5l5-5l-1.41-1.41z"/></svg>
details: 该应用现已在Shopify和Shopline平台上线
- title: 按需打印
icon: <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --><path fill="currentColor" d="M14 20v-1.25q0-.4.163-.763t.437-.637l4.925-4.925q.225-.225.5-.325t.55-.1q.3 0 .575.113t.5.337l.925.925q.2.225.313.5t.112.55t-.1.563t-.325.512l-4.925 4.925q-.275.275-.637.425t-.763.15H15q-.425 0-.712-.288T14 20M4 19v-1.8q0-.85.438-1.562T5.6 14.55q1.55-.775 3.15-1.162T12 13q.925 0 1.825.113t1.8.362l-2.75 2.75q-.425.425-.65.975T12 18.35V20H5q-.425 0-.712-.288T4 19m16.575-3.6l.925-.975l-.925-.925l-.95.95zM12 12q-1.65 0-2.825-1.175T8 8t1.175-2.825T12 4t2.825 1.175T16 8t-1.175 2.825T12 12"/></svg>
details: 顾客可以自己设计并购买专属的个性化礼品
- title: 全球物流
icon: <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --><path fill="currentColor" d="M3 8V3h7v5zm4 11q-1.25 0-2.125-.875T4 16H3q-.425 0-.712-.288T2 15v-2q0-1.65 1.175-2.825T6 9h2q.825 0 1.413.588T10 11v3h3.5L17 9.65V7h-2q-.425 0-.712-.288T14 6t.288-.712T15 5h2q.825 0 1.413.588T19 7v2.65q0 .35-.112.663t-.313.587L15.1 15.25q-.275.35-.7.55t-.875.2H10q0 1.25-.875 2.125T7 19m0-2q.425 0 .713-.288T8 16H6q0 .425.288.713T7 17m12 2q-1.25 0-2.125-.875T16 16t.875-2.125T19 13t2.125.875T22 16t-.875 2.125T19 19m0-2q.425 0 .713-.288T20 16t-.288-.712T19 15t-.712.288T18 16t.288.713T19 17"/></svg>
details: 确保货物高效且经济地送达每位消费者
---
......@@ -4,7 +4,7 @@ JOCUSTOM是一款为电商创业者提供定制化产品制造、仓储及全球
## What is JOCUSTOM
>JOCUSTOM是一款兼容Shopify及Shopify平台的按需定制应用插件。它能助您快速生成商品并同步至平台,同时支持顾客对商品进行个性化定制。凭借直邮配送功能,它将助力您的平台腾飞发展。
>JOCUSTOM是一款兼容Shopify及Shopify平台的按需定制应用插件。如果您想在不适用独立站的情况下使用它,也可以完全可以的。它能助您快速生成商品并同步至平台,同时支持顾客对商品进行个性化定制。凭借直邮配送功能,它将助力您的平台腾飞发展。
## 商家定制
<BigImage src="/assets/introduction/customizer%20for%20merchant.png" />
......
# JOCUSTOM - Local
本界面提供了在本地访问 JOCUSTOM 应用的完整流程。
## 访问我们的应用地址并注册账号
<a href="https://app.jocustom.com" target="_blank">JOCUSTOM</a>
<BigImage src="/assets/local/2.png" />
::: tip
太棒了!!您已经在本系统创建了账号。接下来请前往登录界面,尝试使用我们为您提供的定制功能吧。
:::
\ No newline at end of file
......@@ -15,10 +15,12 @@ hero:
features:
- title: Easy to install
icon: <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from Google Material Icons by Material Design Authors - https://github.com/material-icons/material-icons/blob/master/LICENSE --><path fill="currentColor" d="M14.83 9L16 10.17zM4 17h16v-3.17l-3 3L9.17 9L13 5.17V5H4z" opacity=".3"/><path fill="currentColor" d="M20 17H4V5h9V3H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h4v2h8v-2h4c1.1 0 2-.9 2-2v-5.17l-2 2z"/><path fill="currentColor" d="M18 10.17V3h-2v7.17l-2.59-2.58L12 9l5 5l5-5l-1.41-1.41z"/></svg>
details: The app is now available on Shopify and Shopline platforms.
- title: POD
icon: <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --><path fill="currentColor" d="M14 20v-1.25q0-.4.163-.763t.437-.637l4.925-4.925q.225-.225.5-.325t.55-.1q.3 0 .575.113t.5.337l.925.925q.2.225.313.5t.112.55t-.1.563t-.325.512l-4.925 4.925q-.275.275-.637.425t-.763.15H15q-.425 0-.712-.288T14 20M4 19v-1.8q0-.85.438-1.562T5.6 14.55q1.55-.775 3.15-1.162T12 13q.925 0 1.825.113t1.8.362l-2.75 2.75q-.425.425-.65.975T12 18.35V20H5q-.425 0-.712-.288T4 19m16.575-3.6l.925-.975l-.925-.925l-.95.95zM12 12q-1.65 0-2.825-1.175T8 8t1.175-2.825T12 4t2.825 1.175T16 8t-1.175 2.825T12 12"/></svg>
details: Customers can design and purchase their own personalized gifts.
- title: Global Logistics
icon: <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --><path fill="currentColor" d="M3 8V3h7v5zm4 11q-1.25 0-2.125-.875T4 16H3q-.425 0-.712-.288T2 15v-2q0-1.65 1.175-2.825T6 9h2q.825 0 1.413.588T10 11v3h3.5L17 9.65V7h-2q-.425 0-.712-.288T14 6t.288-.712T15 5h2q.825 0 1.413.588T19 7v2.65q0 .35-.112.663t-.313.587L15.1 15.25q-.275.35-.7.55t-.875.2H10q0 1.25-.875 2.125T7 19m0-2q.425 0 .713-.288T8 16H6q0 .425.288.713T7 17m12 2q-1.25 0-2.125-.875T16 16t.875-2.125T19 13t2.125.875T22 16t-.875 2.125T19 19m0-2q.425 0 .713-.288T20 16t-.288-.712T19 15t-.712.288T18 16t.288.713T19 17"/></svg>
details: Ensure goods are delivered efficiently and cost-effectively to every consumer.
---
......@@ -4,7 +4,7 @@ JOCUSTOM is an application that provides customized product manufacturing, wareh
## What is JOCUSTOM
>JOCUSTOM is a POD app plugin compatible with Shopify and Shopify platforms. It enables you to quickly generate products and sync them to your platform, while allowing customers to customize your products. With drop shipping support, it helps your platform take off.
>JOCUSTOM is an on-demand customization app plugin compatible with Shopify and the Shopify platform. If you’d like to use it without a standalone website, that’s perfectly fine too. It helps you quickly create products and sync them to the platform, while also allowing customers to personalize their orders. With its drop-shipping capabilities, it will help your business take off.
## Customized for Merchants
<BigImage src="/assets/introduction/customizer%20for%20merchant.png" />
......
# JOCUSTOM - Local
This interface provides a complete guide for accessing the JOCUSTOM app locally.
## Visit our app's website and sign up for an account
<a href="https://app.jocustom.com" target="_blank">JOCUSTOM</a>
<BigImage src="/assets/local/2.png" />
::: tip
Great!! You've successfully created an account on this system. Next, please go to the login page and try out the custom features we've provided for you.
:::
\ No newline at end of file

84.4 KB | W: | H:

607 KB | W: | H:

public/assets/design/1.png
public/assets/design/1.png
public/assets/design/1.png
public/assets/design/1.png
  • 2-up
  • Swipe
  • Onion skin
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