Skip to content

Commit e0cb917

Browse files
authored
Merge pull request #391 from Ezviz-OpenBiz/develop
demo: update 8.2.0
2 parents af76f4b + f1d5429 commit e0cb917

File tree

99 files changed

+738
-34130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+738
-34130
lines changed

.github/workflows/build-vue2.5.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: build-uniapp-vue2
2+
3+
on:
4+
push:
5+
branches: ["main", "develop"]
6+
pull_request:
7+
branches: ["main"]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
strategy:
14+
matrix:
15+
node-version: [16.x, 18.x, 20.x, 21.x, 22.x] # not support node >= 23.x and node<=16.x
16+
17+
steps:
18+
- uses: actions/checkout@v4
19+
- name: Use Node.js ${{ matrix.node-version }}
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: ${{ matrix.node-version }}
23+
24+
- name: Build with-vue2.5
25+
working-directory: ./demos/with-vue2.5
26+
run: |
27+
yarn install
28+
yarn run build

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ alpha(功能测试)、beta(集成测试)为我们的非正式版本,
129129
> 如果使用 vue2.6,可参考 demos => [with-vue2.6](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-vue2.6)
130130
>
131131
> 如果使用 uniapp + vue3 ,可参考 demos => [with-uniapp-vue3](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue3)
132-
>
132+
133133
> 如果使用 uniapp + vue2 ,可参考 demos => [with-uniapp-vue2](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue2)
134+
135+
> 如果使用 docker + nginx ,可参考 demos => [with-docker-nginx](https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-docker-nginx)
134136
135137
#### tips
136138

@@ -284,6 +286,8 @@ themeData将主题数据本地化,设置本地数据,需要删除template参
284286
</td><td>N</td></tr>
285287

286288
<tr><td>scaleMode</td><td> 0 | 1 | 2</td><td> 默认 0 完全填充窗口,会有拉伸 1: 等比适配 2: 等比完全填充窗口, 超出隐藏 @sine 8.2.0 </td><td>N</td></tr>
289+
290+
<tr><td>spaceId</td><td> number</td><td> 云录制空间 ID (仅云录制生效) @sine 8.2.0 </td><td>N</td></tr>
287291
</table>
288292

289293
### 方法调用

demos/base-demo/ezuikit.js

Lines changed: 24 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/nginx-demo/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

demos/nginx-demo/conf/fastcgi.conf

Lines changed: 0 additions & 26 deletions
This file was deleted.

demos/nginx-demo/conf/fastcgi_params

Lines changed: 0 additions & 25 deletions
This file was deleted.

demos/nginx-demo/conf/koi-utf

Lines changed: 0 additions & 109 deletions
This file was deleted.

demos/nginx-demo/conf/koi-win

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)