Skip to content

Commit 6ae443e

Browse files
committed
Add wechat group.
1 parent 56594ab commit 6ae443e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: '16'
2121
cache: 'npm'
2222
cache-dependency-path: |
23-
platform/ui/package-lock.json
23+
ui/package-lock.json
2424
2525
# See https://github.com/actions/setup-go
2626
- name: Setup the Go

.run/ui.run.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="ui" type="js.build_tools.npm">
3-
<package-json value="$PROJECT_DIR$/platform/ui/package.json" />
3+
<package-json value="$PROJECT_DIR$/ui/package.json" />
44
<command value="start" />
55
<node-interpreter value="project" />
66
<envs />

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![](https://img.shields.io/twitter/follow/srs_server?style=social)](https://twitter.com/srs_server)
44
[![](https://badgen.net/discord/members/bQUPDRqy79)](https://discord.gg/bQUPDRqy79)
5+
[![](https://ossrs.net/wiki/images/wechat-badge4.svg)](https://ossrs.net/lts/zh-cn/contact#discussion)
56
[![](https://ossrs.net/wiki/images/do-btn-srs-125x20.svg)](https://cloud.digitalocean.com/droplets/new?appId=133468816&size=s-1vcpu-512mb-10gb&region=sgp1&image=ossrs-srs&type=applications)
67

78
A lightweight open-source video cloud based on Nodejs, SRS, FFmpeg, WebRTC, etc.

0 commit comments

Comments
 (0)