Skip to content

Commit

Permalink
feat(github): action to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Apr 4, 2023
1 parent 16db7d9 commit c0beb26
Show file tree
Hide file tree
Showing 11 changed files with 971 additions and 480 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "19"

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

- name: Upload COS
uses: wangchaoyi/qcloud-cos-deploy-action@main
Expand Down
162 changes: 0 additions & 162 deletions docs/.vitepress/cache/deps/@vue_devtools-api.js

This file was deleted.

7 changes: 0 additions & 7 deletions docs/.vitepress/cache/deps/@vue_devtools-api.js.map

This file was deleted.

12 changes: 3 additions & 9 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
{
"hash": "c0d410d7",
"browserHash": "2edeecc4",
"hash": "1302eb93",
"browserHash": "ef112d0b",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "718cd617",
"needsInterop": false
},
"@vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/lib/esm/index.js",
"file": "@vue_devtools-api.js",
"fileHash": "59e55755",
"fileHash": "647cc8c2",
"needsInterop": false
}
},
Expand Down
12 changes: 6 additions & 6 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ const nav = [{
link: baseURI + '/product/start/index',
activeMatch: '^/zh/' + version + '/(product)/'
}, {text: '重构中...'},
{
text: '使用手册',
link: baseURI + '/manual/start/index',
// activeMatch: `^\/zh\/(start)\/(?!qa)`
activeMatch: '^' + baseURI + '/(manual)/(start)/'
},
// {
// text: '使用手册',
// link: baseURI + '/manual/start/index',
// // activeMatch: `^\/zh\/(start)\/(?!qa)`
// activeMatch: '^' + baseURI + '/(manual)/(start)/'
// },
{
text: '联系我们', link: baseURI + '/contact/qa'
}, // {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ description: 授权信息自建线索的描述

## 用例

![](../../../../images/uc_lead_mgmt_createdByLogin.png)
![](../../../../images/uc_lead_mgmt_createdbylogin.png)



## 用例描述

![](../../../../images/uc_desc_lead_mgmt_createdByLogin.png)
![](../../../../images/uc_desc_lead_mgmt_createdbylogin.png)


## 流程图

![](../../../../images/fl_lead_mgmt_createdByLogin.png)
![](../../../../images/fl_lead_mgmt_createdbylogin.png)

## 原型图

![](../../../../images/pt_lead_mgmt_createdByLogin.png)
![](../../../../images/pt_lead_mgmt_createdbylogin.png)
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ description: 授权信息自建线索的描述

## 用例

![](../../../../../images/uc_lead_mgmt_createdByLogin.png)
![](../../../../../images/uc_lead_mgmt_createdbylogin.png)



## 用例描述

![](../../../../../images/uc_desc_lead_mgmt_createdByLogin.png)
![](../../../../../images/uc_desc_lead_mgmt_createdbylogin.png)


## 流程图

![](../../../../../images/fl_lead_mgmt_createdByLogin.png)
![](../../../../../images/fl_lead_mgmt_createdbylogin.png)

## 原型图

![](../../../../../images/pt_lead_mgmt_createdByLogin.png)
![](../../../../../images/pt_lead_mgmt_createdbylogin.png)
3 changes: 2 additions & 1 deletion docs/zh/v1/product/manage/requirement/pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: 需求池


## 冲刺中
* (M)作为运营者,我希望可以获取客户的微信小程序授权信息,这样可以跟踪留存

* (M)作为用户,我希望在小程序中,可以看到产品展示
* (M)作为运营人员,希望有客户的客户管理模块
* (MD)作为运营者,我希望小程序中,当客户注册后,自动产生一个会员会籍,基础款,需要有基本信息
Expand All @@ -32,5 +32,6 @@ description: 需求池

## 已经完成

* (M)作为运营者,我希望可以获取客户的微信小程序授权信息,这样可以跟踪留存
* 作为系统维护者,希望可以有品牌的组织架构管理
* 作为系统维护者,希望可以有一个权限管理功能
Loading

0 comments on commit c0beb26

Please sign in to comment.