Browse Source

docs(sponsors): sponsors

1.Add sponsor 2.hook cellEditBefore support return false
pull/527/head
dushusir 5 years ago
parent
commit
48b04f1189
  1. 2
      README-zh.md
  2. 2
      README.md
  3. 1
      docs/about/sponsor.md
  4. 3
      docs/zh/about/sponsor.md
  5. 2
      src/controllers/updateCell.js

2
README-zh.md

@ -138,6 +138,7 @@ npm run build
- [鲁班h5](https://github.com/ly525/luban-h5)
- [excelize](https://github.com/360EntSecGroup-Skylar/excelize)
- [h5-Dooring](https://github.com/MrXujiang/h5-Dooring)
- [Furion](https://gitee.com/monksoul/Furion)
## 交流
@ -193,6 +194,7 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些
- *旭 ¥ 10
- Quentin ¥ 20
- 周宇凡 ¥ 100
- *超 ¥ 10
## 贡献者和感谢

2
README.md

@ -131,6 +131,7 @@ npm run build
- [luban-h5](https://github.com/ly525/luban-h5)
- [excelize](https://github.com/360EntSecGroup-Skylar/excelize)
- [h5-Dooring](https://github.com/MrXujiang/h5-Dooring)
- [Furion](https://gitee.com/monksoul/Furion)
## Communication
- [Github Discussions](https://github.com/mengshukeji/Luckysheet/discussions)
@ -177,6 +178,7 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee
- *旭 ¥ 10
- Quentin ¥ 20
- 周宇凡 ¥ 100
- *超 ¥ 10
## Authors and acknowledgment

1
docs/about/sponsor.md

@ -45,3 +45,4 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee
- *旭 ¥ 10
- Quentin ¥ 20
- 周宇凡 ¥ 100
- *超 ¥ 10

3
docs/zh/about/sponsor.md

@ -44,4 +44,5 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些
- **sdmq ¥ 20
- *旭 ¥ 10
- Quentin ¥ 20
- 周宇凡 ¥ 100
- 周宇凡 ¥ 100
- *超 ¥ 10

2
src/controllers/updateCell.js

@ -29,7 +29,7 @@ export function luckysheetupdateCell(row_index1, col_index1, d, cover, isnotfocu
}
// 钩子函数
method.createHookFunction('cellEditBefore',Store.luckysheet_select_save)
if(!method.createHookFunction('cellEditBefore',Store.luckysheet_select_save)){return;}
// 编辑单元格时发送指令到后台,通知其他单元格更新为“正在输入”状态
server.saveParam("mv", Store.currentSheetIndex, {op:"enterEdit",range:Store.luckysheet_select_save});

Loading…
Cancel
Save