diff --git a/docs/user-guide/shop/console-home.mdx b/docs/user-guide/shop/console-home.mdx new file mode 100644 index 0000000..8a74e0c --- /dev/null +++ b/docs/user-guide/shop/console-home.mdx @@ -0,0 +1,12 @@ +--- +title: 控制台首页 +description: 商城控制台首页相关使用文档。 +--- + +控制台的商店首页主要用于查看运营数据、指引、商店数据等信息。 + +![](/img/user-guide/shop/preview-console-home-1.png) + +![](/img/user-guide/shop/preview-console-home-2.png) + +![](/img/user-guide/shop/preview-console-home-3.png) \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 91da5e2..08407ce 100644 --- a/sidebars.js +++ b/sidebars.js @@ -114,6 +114,7 @@ module.exports = { }, items: [ "user-guide/shop/prepare", + "user-guide/shop/console-home", "user-guide/shop/payments", "user-guide/shop/sales-channels", "user-guide/shop/products", diff --git a/static/img/user-guide/shop/preview-console-home-1.png b/static/img/user-guide/shop/preview-console-home-1.png new file mode 100644 index 0000000..f25804e Binary files /dev/null and b/static/img/user-guide/shop/preview-console-home-1.png differ diff --git a/static/img/user-guide/shop/preview-console-home-2.png b/static/img/user-guide/shop/preview-console-home-2.png new file mode 100644 index 0000000..ba83ee9 Binary files /dev/null and b/static/img/user-guide/shop/preview-console-home-2.png differ diff --git a/static/img/user-guide/shop/preview-console-home-3.png b/static/img/user-guide/shop/preview-console-home-3.png new file mode 100644 index 0000000..c6447fb Binary files /dev/null and b/static/img/user-guide/shop/preview-console-home-3.png differ