File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " flat" ,
33 "productName" : " Flat" ,
4- "version" : " 2.3.4 " ,
4+ "version" : " 2.3.5 " ,
55 "private" : true ,
66 "description" : " " ,
77 "homepage" : " https://github.com/netless-io/flat" ,
Original file line number Diff line number Diff line change 77 "start" : " cross-env vite" ,
88 "start:cn" : " cross-env FLAT_REGION=CN pnpm start" ,
99 "start:sg" : " cross-env FLAT_REGION=SG pnpm start" ,
10- "build" : " cross-env NODE_OPTIONS=\" --max-old-space-size=8192 \" vite build" ,
10+ "build" : " cross-env NODE_OPTIONS=\" --max-old-space-size=81920 \" vite build" ,
1111 "build:cn" : " cross-env FLAT_REGION=CN pnpm build" ,
1212 "build:sg" : " cross-env FLAT_REGION=SG pnpm build" ,
13- "build:analyzer" : " cross-env ANALYZER=true NODE_OPTIONS=\" --max-old-space-size=6144 \" vite build"
13+ "build:analyzer" : " cross-env ANALYZER=true NODE_OPTIONS=\" --max-old-space-size=61440 \" vite build"
1414 },
1515 "dependencies" : {
1616 "@ant-design/icons" : " ^4.7.0" ,
Original file line number Diff line number Diff line change 2020
2121<div align =" center " >
2222 <h1>Agora Flat</h1>
23- <p>项目 flat 是 <a href="https://www.flat.shengwang .cn/">Agora Flat</a> 开源教室的 Web 端、Windows 客户端与 macOS 客户端。</p>
23+ <p>项目 flat 是 <a href="https://www.flat.apprtc .cn/">Agora Flat</a> 开源教室的 Web 端、Windows 客户端与 macOS 客户端。</p>
2424 <img src="/assets/flat-showcase.png">
2525</div >
2626
@@ -140,8 +140,8 @@ cd ./web/flat-web/ && pnpm start
140140当使用 Flat 或其他 GitHub 徽标时,请务必遵循 [ GitHub 徽标指南] [ github-logo ] 。
141141
142142[ join-flat-slack ] : https://github.com/netless-io/flat/issues/926
143- [ flat-homepage ] : https://www.flat.shengwang .cn/#download
144- [ flat-web ] : https://web.flat.shengwang .cn/
143+ [ flat-homepage ] : https://www.flat.apprtc .cn/#download
144+ [ flat-web ] : https://web.flat.apprtc .cn/
145145[ flat-server ] : https://github.com/netless-io/flat-server
146146[ flat-android ] : https://github.com/netless-io/flat-android
147147[ flat-storybook ] : https://netless-io.github.io/flat/
Original file line number Diff line number Diff line change 1616 "ship:win" : " pnpm -F renderer-app build && pnpm -F flat ship:win" ,
1717 "ship:all" : " pnpm -F renderer-app build && pnpm -F flat build && pnpm -F flat pack:win && pnpm -F flat pack:mac" ,
1818 "ship:cn:all" : " cross-env FLAT_REGION=CN pnpm ship:all" ,
19- "ship:sg:all" : " cross-env FLAT_REGION=SG pnpm ship:all"
19+ "ship:sg:all" : " cross-env FLAT_REGION=SG pnpm ship:all" ,
20+ "pub:cn" : " cross-env FLAT_REGION=CN node scripts/deployment/upload-ali-oss.js" ,
21+ "pub:sg" : " cross-env FLAT_REGION=SG node scripts/deployment/upload-ali-oss.js"
2022 },
2123 "license" : " MIT" ,
2224 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments