-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
178 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes
File renamed without changes
File renamed without changes
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -246,7 +246,10 @@ MINIO_VOLUMES="/mnt/data" | |
v20.4.0 | ||
|
||
#确保已经安装好npm | ||
|
||
> npm i | ||
或 | ||
> yarn install | ||
|
||
> npm run build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,分佣不再向下传递。 | ||
|
||
这种模型适用于需要限制层级的情况,同时仍提供了奖励机制,以鼓励会员积极招募和推广新会员。您可以根据具体情况调整分佣率和规则。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters