I hereby claim:
- I am ycjcl868 on github.
- I am ycjcl868 (https://keybase.io/ycjcl868) on keybase.
- I have a public key whose fingerprint is 858A F4C9 12F1 928A 9400 9792 7E94 5DBF B18F 3A6F
To claim this, I am signing this object:
| POST / HTTP/1.1 | |
| Host: localhost | |
| User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 | |
| Next-Action: x | |
| Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad | |
| Content-Length: 459 | |
| ------WebKitFormBoundaryx8jO2oVc6SWP3Sad | |
| Content-Disposition: form-data; name="0" |
| import * as React from 'react'; | |
| import * as ReactDOM from 'react-dom'; | |
| ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById('root')); |
| - DOMAIN-KEYWORD,alipay,π― ε ¨ηη΄θΏ | |
| - DOMAIN-KEYWORD,ali,π― ε ¨ηη΄θΏ | |
| - DOMAIN-KEYWORD,alibaba,π― ε ¨ηη΄θΏ |
I hereby claim:
To claim this, I am signing this object:
| # !/bin/bash | |
| if [ -d ./pro_site ] | |
| then | |
| echo "pro_site existed" | |
| else | |
| git clone https://github.com/ant-design/ant-design-pro --depth=1 ./pro_site | |
| fi | |
| yarn | |
| yarn bootstrap |
| npm set registry https://r.npm.taobao.org # 注ε樑ειε | |
| npm set disturl https://npm.taobao.org/dist # node-gyp ηΌθ―δΎθ΅η node ζΊη ιε | |
| ## δ»₯δΈιζ©ζ·»ε | |
| npm set sass_binary_site https://npm.taobao.org/mirrors/node-sass # node-sass δΊθΏεΆε ιε | |
| npm set electron_mirror https://npm.taobao.org/mirrors/electron/ # electron δΊθΏεΆε ιε | |
| npm set puppeteer_download_host https://npm.taobao.org/mirrors # puppeteer δΊθΏεΆε ιε | |
| npm set chromedriver_cdnurl https://npm.taobao.org/mirrors/chromedriver # chromedriver δΊθΏεΆε ιε | |
| npm set operadriver_cdnurl https://npm.taobao.org/mirrors/operadriver # operadriver δΊθΏεΆε ιε | |
| npm set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs # phantomjs δΊθΏεΆε ιε |
| { | |
| "global": { | |
| "check_for_updates_on_startup": true, | |
| "show_in_menu_bar": true, | |
| "show_profile_name_in_menu_bar": false | |
| }, | |
| "profiles": [ | |
| { | |
| "complex_modifications": { | |
| "parameters": { |
| version: '2' | |
| services: | |
| nginx-proxy: | |
| image: jwilder/nginx-proxy:latest | |
| container_name: nginx-proxy | |
| privileged: true | |
| ports: | |
| - 80:80 | |
| volumes: |