Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Jul 29, 2024
1 parent 4a93e8f commit fe41cc9
Show file tree
Hide file tree
Showing 27 changed files with 178 additions and 72 deletions.
86 changes: 53 additions & 33 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,64 @@
name: Release
# Sample workflow for building and deploying a VitePress site to GitHub Pages
#
name: Deploy VitePress site to Pages

on:
# push:
# branches:
# - release/*
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
push:
tags:
- v*
branches: [release/3.0.0]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: pages
cancel-in-progress: false

jobs:
# Build job
build:
name: Release Tag
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
- name: Checkout
uses: actions/checkout@v4
with:
node-version: 16

- name: Build project
run: yarn && yarn docs:build

- name: Upload COS
uses: wangchaoyi/qcloud-cos-deploy-action@main
fetch-depth: 0 # Not needed if lastUpdated is not enabled
# - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
- name: Setup Node
uses: actions/setup-node@v4
with:
# args: delete -r -f / && upload -r ./dist/ /
secret_id: ${{ secrets.COS_SH_APP_ID }}
secret_key: ${{ secrets.COS_SH_APP_KEY }}
token: ""
buckets: ${{ secrets.COS_SH_BUCKET }}
region: ap-shanghai

- name: Upload docs to SH
# run: |
# export https_proxy=http://100.91.137.50:1089
# export http_proxy=http://100.91.137.50:1089
# export all_proxy=socks5://100.91.137.50:1089
run: coscli cp docs/.vitepress/dist/ cos://powerx-1307679408/ -r --thread-num 20
node-version: 20
cache: npm # or pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
18 changes: 9 additions & 9 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,27 @@ export const sidebar = {
{
text: '案例介绍',
items:[
{text: 'AI案例', link: baseURI + '/case/ai/index',
items: [
{text: '图漫创新', link: baseURI + '/case/ai/PowerPrompt/index'}
]
},
{text: '电商案例',
items: [
{text: 'LitBim', link: baseURI + '/case/ecommerce/LitBim/index'},
{text: '小裂匠', link: baseURI + '/case/ecommerce/ArtisanForce/index'},
]
},
{text: 'SCRM案例', link: baseURI + '/case/scrm/index',
{text: 'SCRM案例',
items: [
{text: 'PRIM', link: baseURI + '/case/scrm/PRIM/index'}
]
},
{text: '服务案例', link: baseURI + '/case/service/index',
{text: '服务案例',
items: [
{text: '816Salon', link: baseURI + '/case/service/816Salon/index'}
]
},
{text: 'AI案例', link: baseURI + '/case/ai/index',
items: [
{text: 'PowerPrompt', link: baseURI + '/case/ai/PowerPrompt/index'}
]
},

]
}
Expand Down Expand Up @@ -169,14 +169,14 @@ export const sidebar = {
]
},
{
text: '市场营销', link: baseURI + '/manual/crm/marketing',
text: '市场营销', link: baseURI + '/manual/crm/marketing/index',
collapsible: true, collapsed: true,
items: [
{text: '门店管理', link: baseURI + '/manual/crm/marketing/store/index'},
{text: '媒资', link: baseURI + '/manual/crm/marketing/media/index'},
{
text: '营销活动', link: baseURI + '/manual/crm/marketing/campaign/index',
collapsible: true, collapsed: true,
collapsible: true, collapsed: false,
items: [
{text: 'MGM', link: baseURI + '/manual/crm/marketing/campaign/mgm/index'},
]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions docs/zh/v1/case/ai/PowerPrompt/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
---
title: PowerPrompt
title: 图漫创新
date: 2023-09-08
---

# PowerPrompt
# 图漫创新

(待上传)

![work_mode.jpg](images%2Fwork_mode.jpg)

![advanced_mode.png](images%2Fadvanced_mode.png)


<hr>

![qrcod_tmi.jpg](images%2Fqrcod_tmi.jpg)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/zh/v1/case/ecommerce/LitBim/images/img.png
Binary file not shown.
23 changes: 7 additions & 16 deletions docs/zh/v1/case/ecommerce/LitBim/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ LBEE CluB生鲜甄选 是上海立特缤网络科技有限公司的一个高端
## 前端

<div style="display:inline-block;width:100%;">
<img src="./images/login.png" width="240" /> <br>
<img src="./images/home.png" width="240" /> <br>
<img src="./images/category.png" width="240" /> <br>
<img src="./images/product-1.png" width="240" /> <br>
<img src="./images/cart.png" width="240" /> <br>
<img src="./images/payment.png" width="240" /> <br>
<img src="./images/payment-1.png" width="240" /> <br>
<img src="./images/login.png" width="240" /> <br>
<img src="./images/me.png" width="240" /> <br>
<img src="./images/order.png" width="240" /> <br>
</div>
Expand All @@ -27,20 +27,11 @@ LBEE CluB生鲜甄选 是上海立特缤网络科技有限公司的一个高端

<div style="display:inline-block;width:100%;">
<img src="./images/dashboard-home.png" /> <br>
<img src="./images/home.png" width="240" /> <br>
<img src="./images/dashboard-category.png" /> <br>
<img src="./images/dashboard-product.png" /> <br>
<img src="./images/config-price.png" /> <br>
<img src="./images/config-price-1.png" /> <br>
<img src="./images/dashboard-edit-product.png" /> <br>
<img src="./images/dashboard-edit-product-2.png" /> <br>

</div>

![img.png](img.png)

[//]: # (![login.png]&#40;images%2Flogin.png&#41;{width=240})

[//]: # (![home.png]&#40;images%2Fhome.png&#41;{width=240})

[//]: # (![category.png]&#40;images%2Fcategory.png&#41;{width=240})

[//]: # (![product-1.png]&#40;images%2Fproduct-1.png&#41;{width=240})

[//]: # (![cart.png]&#40;images%2Fcart.png&#41;{width=240})


8 changes: 5 additions & 3 deletions docs/zh/v1/case/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ PowerX当前仍旧在完善开发中,也在配合着多种场景的项目,

我们将不断的会把阶段性的项目,分享给大家。

## 电商案例
## AI项目

[图漫创新](./ai/PowerPrompt/index.md)

## 电商案例

[LBEE 立特缤生鲜甄选](./ecommerce/LitBim/index.md)

[小裂匠](./ecommerce/ArtisanForce/index.md)



## SCRM案例

[PRIM](./scrm/PRIM/index.md)
Expand All @@ -25,7 +29,5 @@ PowerX当前仍旧在完善开发中,也在配合着多种场景的项目,

[816Salon](./service/816Salon/index.md)

## AI项目

[PowerPrompt](./ai/PowerPrompt/index.md)

13 changes: 7 additions & 6 deletions docs/zh/v1/contact/qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ date: 2022-12-08

* 使用PowerX过程中,碰到bug,功能受限,功能不足怎么办?
* 通过[Github Issues](https://github.com/ArtisanCloud/PowerX/issues)反馈问题
* 扫下方我们的企业微信群二维码
* 扫下方我们的微信联系方式

## PowerX社区交流群

<img src="../manual/start/images/contact_me_qr.jpg" alt="请扫我" style="display:inline; width: 150px;"/>

## 项目的主要维护者

## 企业微信主要维护者
Michael Hu

Matrix-X
<img src="../manual/start/images/contact-qr-matrix-x.jpg" alt="请扫我" style="display:inline; width: 150px;"/>

<img src="../manual/start/images/contact-qr-matrix-x.png" alt="请扫我" style="display:inline; width: 150px;"/>
North Wang

<img src="../manual/start/images/contact_qr_north.jpg" alt="请扫我" style="display:inline; width: 150px;"/>
24 changes: 24 additions & 0 deletions docs/zh/v1/manual/crm/marketing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: 市场营销
date: 2023-08-06
---



# 市场营销

在CRM系统的营销管理中,围绕市场展开的工作主要包括以下功能:

门店管理: 管理门店的相关信息,包括门店的位置、销售数据、库存管理等,以便更好地了解消费者的购买习惯和行为。

客户裂变: 通过各种激励措施和推广活动,鼓励现有客户介绍新客户,从而扩大客户群体,并提高销售额。

媒资管理: 管理营销活动所需的各种媒体资产,包括广告素材、宣传资料、多媒体内容等,以便更好地推广产品或服务。

品牌故事: 创造并传播品牌背后的故事和理念,以建立情感共鸣,增强品牌认知度,并吸引潜在客户的注意。

客户反馈管理(Plugin 形式): 收集并管理客户的反馈和意见,以便改进产品或服务,并增强客户满意度。

市场活动管理(Plugin 形式): 管理各种市场推广活动,包括活动策划、执行和效果评估,以提高品牌知名度和市场份额。

营销渠道管理(Pro版本支持): 管理多种营销渠道,如电子邮件、社交媒体、线下渠道等,以便更好地触达目标客户群体。
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/zh/v1/manual/start/installation-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,10 @@ MINIO_VOLUMES="/mnt/data"
v20.4.0

#确保已经安装好npm

> npm i
> yarn install

> npm run build

Expand Down
57 changes: 57 additions & 0 deletions docs/zh/v1/product/design/prd/crm/marketing/mgm/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: MGM场景使用
date: 2023-03-08
description: 查看客户列表的描述

---

# MGM(会员拉新)客户裂变模型

MGM(Member Gather Member)

场景:直接会员招募

描述:会员A成功招募了新会员B,新会员B在系统内进行了消费。
分佣率:A获得B的总消费额的一定比例,例如5%。


场景:间接会员招募

描述:会员A招募了新会员B,新会员B成功招募了C。C在系统内进行了消费。
分佣率:A获得C的总消费额的一定比例,例如3%。


场景:团队业绩奖励(仅限两层)

描述:会员A成功招募了多个会员,并带领团队一起推广,团队的总业绩达到一定水平。
分佣率:A获得团队总业绩的一定比例,例如2%。


场景:级别升级奖励

描述:会员A的团队中达到一定数量的下级会员,A升级成高级会员。
分佣率:A获得自己及其下级会员的总业绩的一定比例,例如5%。


场景:月度拉新竞赛(仅限两层)

描述:每个月内,会员A成功拉新的会员数量排名前三的获得额外奖励。
分佣率:第一名获得总消费额的5%,第二名获得总消费额的3%,第三名获得总消费额的2%。

场景:推广特定产品奖励

描述:会员A成功推广了某个特定产品,被推广的产品有额外奖励计划。
分佣率:A获得特定产品销售额的一定比例,例如10%。


场景:VIP会员奖励

描述:成功招募并维持了高额消费的VIP会员获得额外奖励。
分佣率:VIP会员的消费额度的一定比例,例如15%。


# 层级限制

限制了分佣在两层之间进行,即A招募B,B招募C。如果C再招募D,分佣不再向下传递。

这种模型适用于需要限制层级的情况,同时仍提供了奖励机制,以鼓励会员积极招募和推广新会员。您可以根据具体情况调整分佣率和规则。
4 changes: 2 additions & 2 deletions docs/zh/v1/product/solution/product-value/enhance-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ description:
一个用户有吃菜的需求只能叫需求,放大1千倍才能叫市场。

《乔布斯传》记录了乔布斯要求缩短Mac开机时间的理由,他说:如果有500万人使用Mac,而每天开机都要多用10秒钟,
那么加起来每年就要浪费大约3亿分钟,而3一分钟相当于至少100个人的终身寿命
那么加起来每年就要浪费大约3亿分钟,而3亿分钟相当于至少100个人的终身寿命

所以,假设一家公司,如果所有的crm业务任务都在一个系统中,可以全部完成,不需要在多个办公软件中来回切换,同时系统会自动通知提醒用户,有什么新的任务需要去完成。
可以大大减少管理成本。

> 如果系统能让一位年薪20万,每天8小时工作量的员工,每月节省5小时工作量,那么一年就是60小时,即2.5天。所以可以节省2000元/年,那么100个员工,公司就可以是20万的费用
> 如果系统能让一位年薪20万,每天8小时工作量的员工,每月节省5小时工作量,那么一年就是60小时,即2.5天。所以可以节省2000元/年,那么100个员工,公司就可以省20万的费用

0 comments on commit fe41cc9

Please sign in to comment.