File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " flat" ,
3
3
"productName" : " Flat" ,
4
- "version" : " 2.3.4 " ,
4
+ "version" : " 2.3.5 " ,
5
5
"private" : true ,
6
6
"description" : " " ,
7
7
"homepage" : " https://github.com/netless-io/flat" ,
Original file line number Diff line number Diff line change 7
7
"start" : " cross-env vite" ,
8
8
"start:cn" : " cross-env FLAT_REGION=CN pnpm start" ,
9
9
"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" ,
11
11
"build:cn" : " cross-env FLAT_REGION=CN pnpm build" ,
12
12
"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"
14
14
},
15
15
"dependencies" : {
16
16
"@ant-design/icons" : " ^4.7.0" ,
Original file line number Diff line number Diff line change 20
20
21
21
<div align =" center " >
22
22
<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>
24
24
<img src="/assets/flat-showcase.png">
25
25
</div >
26
26
@@ -140,8 +140,8 @@ cd ./web/flat-web/ && pnpm start
140
140
当使用 Flat 或其他 GitHub 徽标时,请务必遵循 [ GitHub 徽标指南] [ github-logo ] 。
141
141
142
142
[ 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/
145
145
[ flat-server ] : https://github.com/netless-io/flat-server
146
146
[ flat-android ] : https://github.com/netless-io/flat-android
147
147
[ flat-storybook ] : https://netless-io.github.io/flat/
Original file line number Diff line number Diff line change 16
16
"ship:win" : " pnpm -F renderer-app build && pnpm -F flat ship:win" ,
17
17
"ship:all" : " pnpm -F renderer-app build && pnpm -F flat build && pnpm -F flat pack:win && pnpm -F flat pack:mac" ,
18
18
"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"
20
22
},
21
23
"license" : " MIT" ,
22
24
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments