tencentcloud-sdk-lcic 3.0.550 → 3.0.551

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 184c45ee656047abce2a07ede1209bf9e6141f4d
4
- data.tar.gz: 723f00928b77f77651e4619f4a011b1174e9bcb4
3
+ metadata.gz: bb56fdbc6e8fd91b14d47d63b07a94569e93d0ba
4
+ data.tar.gz: 3cec8c894b359e53acaa4e30b365113eb5636df3
5
5
  SHA512:
6
- metadata.gz: 22f623eb277162209a6d22c899626909fcf8e9335af2435c49964a4d514cac2ea1ea2e54b037fad053931a1fd3fb4b7912987055383c9b6df0c5b71e44ce0e83
7
- data.tar.gz: 850fe7983a3e8fbcdfdd10cf86ada977874a5c3b41fcd2166fcd5e1702af7eece3f5ccae2dc40572280757ac540687219a0fcbc98fb50d7461b6fe47789e83c7
6
+ metadata.gz: 055ae9c6a5f03b587e0c7f1ab1b4621b9ab19aa1194c3912a6caaacc48d9e604871776dcd8f53e6fa05fe016a34904b207b577a477da739b9486e999bd35a0ec
7
+ data.tar.gz: 2bdb41e3901c84a978a81b40cb83d8a63878395ff0a3c810a8f4a642c3cfe9162f1ad49e8fcddc9ff62fde92e36ab1a8a71f3375ee93ed71f2e6b5797aa62196
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.550
1
+ 3.0.551
@@ -124,13 +124,13 @@ module TencentCloud
124
124
  class AppCustomContent < TencentCloud::Common::AbstractModel
125
125
  # @param Scene: 场景参数,一个应用下可以设置多个不同场景。
126
126
  # @type Scene: String
127
- # @param LogoUrl: logo地址。
127
+ # @param LogoUrl: logo地址,用于上课时展示的课堂或平台图标,支持开发商自定义业务品牌展示。
128
128
  # @type LogoUrl: String
129
- # @param HomeUrl: 主页地址,可设置用于跳转。
129
+ # @param HomeUrl: HomeUrl:主页地址,用于上课结束后课堂跳转,支持跳转到自己的业务系统。如果配置为空则下课后关闭课堂页面。
130
130
  # @type HomeUrl: String
131
- # @param JsUrl: 自定义的js
131
+ # @param JsUrl: JsUrl :自定义js。针对应用用于开发上自定义课堂界面、模块功能、监控操作,支持数据请求与响应处理。
132
132
  # @type JsUrl: String
133
- # @param CssUrl: 自定义的css
133
+ # @param CssUrl: Css : 自定义的css。针对应用用于支持课堂界面的、模块的UI渲染修改、皮肤配色修改、功能模块的隐藏和展示。
134
134
  # @type CssUrl: String
135
135
 
136
136
  attr_accessor :Scene, :LogoUrl, :HomeUrl, :JsUrl, :CssUrl
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lcic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.550
4
+ version: 3.0.551
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-13 00:00:00.000000000 Z
11
+ date: 2023-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common