Commit 371e65cbe540c6b6b1b80cb7cfa3096f81ab8bf0
1 parent
95444de0
remove some todo list
Showing
6 changed files
with
8 additions
and
8 deletions
docs/en/getting-started/deployment.md
| ... | ... | @@ -132,7 +132,7 @@ plan.local(local => { |
| 132 | 132 | // local.log('=> Build finish'); |
| 133 | 133 | |
| 134 | 134 | local.log('=> Copy files to remote hosts'); |
| 135 | - // TODO reference: https://github.com/pstadler/flightplan/issues/142 | |
| 135 | + // reference: https://github.com/pstadler/flightplan/issues/142 | |
| 136 | 136 | local.with(`cd ${local_dist_dir}`, () => { |
| 137 | 137 | // const filesToCopy = local.exec('find . -type f', { silent: true }) |
| 138 | 138 | const filesToCopy = local.git('ls-files', {silent: true}) // get list of files under version control | ... | ... |
flightplan.example.js
| ... | ... | @@ -44,7 +44,7 @@ plan.target('production', { |
| 44 | 44 | // run commands on localhost |
| 45 | 45 | plan.local(local => { |
| 46 | 46 | local.log('=> Copy files to remote hosts'); |
| 47 | - // TODO reference: https://github.com/pstadler/flightplan/issues/142 | |
| 47 | + // reference: https://github.com/pstadler/flightplan/issues/142 | |
| 48 | 48 | local.with(`cd ${local_dist_dir}`, () => { |
| 49 | 49 | // const filesToCopy = local.exec('find . -type f', { silent: true }) |
| 50 | 50 | const filesToCopy = local.git('ls-files', {silent: true}) // get list of files under version control | ... | ... |
front-end/h5/src/store/modules/work.js
front-end/h5/src/views/work-manager/index.vue
| ... | ... | @@ -100,7 +100,7 @@ export default { |
| 100 | 100 | <a-layout-header class="header"> |
| 101 | 101 | <LogoOfHeader /> |
| 102 | 102 | <LangSelect style="float: right;cursor: pointer;" /> |
| 103 | - {/* TODO we can show the plugins shortcuts here */} | |
| 103 | + {/* we can also put the plugins shortcuts here */} | |
| 104 | 104 | <a-dropdown> |
| 105 | 105 | <a-menu slot="overlay" onClick={() => {}}> |
| 106 | 106 | <a-menu-item key="1"> | ... | ... |
front-end/landing-page/src/Index-En/data.js
| ... | ... | @@ -127,8 +127,8 @@ export const page3 = [ |
| 127 | 127 | <p key="3">Data statistics</p>, |
| 128 | 128 | <p key="3">PSD to HTML5</p>, |
| 129 | 129 | <p key="3">Custom Script</p>, |
| 130 | - <p key="6">User Management(TODO)</p>, | |
| 131 | - <p key="6">Project Management(TODO)</p>, | |
| 130 | + <p key="6">User Management</p>, | |
| 131 | + <p key="6">Project Management</p>, | |
| 132 | 132 | ], |
| 133 | 133 | svg: ( |
| 134 | 134 | <svg width="32px" height="32px" viewBox="0 0 32 32"> | ... | ... |
front-end/landing-page/src/Index/data.js
| ... | ... | @@ -135,8 +135,8 @@ export const page3 = [ |
| 135 | 135 | <p key="3">支持数据统计</p>, |
| 136 | 136 | <p key="3">支持PSD导入</p>, |
| 137 | 137 | <p key="3">支持自定义脚本</p>, |
| 138 | - <p key="6">支持成员管理(TODO)</p>, | |
| 139 | - <p key="6">支持项目管理(TODO)</p>, | |
| 138 | + <p key="6">支持成员管理</p>, | |
| 139 | + <p key="6">支持项目管理</p>, | |
| 140 | 140 | ], |
| 141 | 141 | svg: ( |
| 142 | 142 | <svg width="32px" height="32px" viewBox="0 0 32 32"> | ... | ... |