Browse Source

'渲染中'

master
liurunze 5 years ago
parent
commit
42e94633e0
  1. 6
      deploy_demo.bat
  2. 8
      src/luckysheet-core.js

6
deploy_demo.bat

@ -0,0 +1,6 @@
npm run build
cd dist
git init
git add -A
git commit -m 'deploy Luckysheet demo'
git push -f https://github.com/mengshukeji/LuckysheetDemo.git master:gh-pages

8
src/luckysheet-core.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save