Skip to content

Commit 1a453b7

Browse files
authored
Merge branch 'QuePython:main' into main
2 parents 085fb31 + d7bacaa commit 1a453b7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

en-us/api/QuecPythonClasslib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Call this API to activating the PDP Context.
6464

6565
| Parameter | Type | Description |
6666
| ---------- | ------ | ------------------------------------------------------------ |
67-
| profileIdx | int | PDP context index. Range: 1-8 [volte version with the largest default PID is used to register IMS, please do not repeat the operation]. It is generally set to 1, if set as 2-8, the private APN and password may be required. |
67+
| profileIdx | int | PDP context index. Range: 1 - 8 [volte version with the largest default PID is used to register IMS, please do not repeat the operation]. It is generally set to 1, if set as 2 - 8, the private APN and password may be required. |
6868
| ipType | int | IP type. 0-IPV4, 1-IPV6, 2-IPV4 and IPV6. |
6969
| apn | string | Optional. APN name. The maximum length is 63 bytes. |
7070
| username | string | Optional. APN user name. The maximum length is 15 bytes. |

en-us/api/QuecPythonThirdlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ It is used for message subscription, publishing, broadcasting, multithreading, e
20252025

20262026
> **import sys_bus**
20272027
>
2028-
> **sys_bus.subscibe(topic, handler)**
2028+
> **sys_bus.subscribe(topic, handler)**
20292029
20302030
- Parameter
20312031

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- <link rel="stylesheet" href="static/css/dark.css" title="vue"> -->
1919
<!-- <link rel="stylesheet" href="static/css/buble.css" title="vue"> -->
2020
<!-- <link rel="stylesheet" href="static/css/pure.css" title="vue"> -->
21-
<link rel="stylesheet" href="static/css/sidebar.min.css" />
21+
<!-- <link rel="stylesheet" href="static/css/sidebar.min.css" /> -->
2222
<link rel="stylesheet" href="static/css/main.css" />
2323

2424
<style>
@@ -62,24 +62,24 @@
6262
],
6363
search: {
6464
noData: {
65-
'/de-de/': 'Keine Ergebnisse!',
6665
'/zh-cn/': '没有结果!',
6766
'/en-us/': 'No result!',
68-
'/': 'No results!'
67+
'/': '没有结果!'
6968
},
7069
paths: 'auto', //paths: ['/README.md'],
7170

7271
placeholder: {
73-
'/de-de/': 'Suche',
7472
'/zh-cn/': '搜索',
7573
'/en-us/': 'Search',
76-
'/': 'Search'
74+
'/': '搜索'
7775
},
7876
alias: {
7977
'/zh-cn/.*/_sidebar.md': '/zh-cn/_sidebar.md',
8078
'/en-us/.*/_navbar.md': '/en-us/_navbar.md',
8179
},
82-
depth: 6
80+
namespace: 'website-1',
81+
pathNamespaces: ['/zh-cn', '/en-us'],
82+
depth: 4
8383
}
8484
}
8585
</script>

zh-cn/api/QuecPythonClasslib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ myprint()
6666

6767
| 参数 | 参数类型 | 参数说明 |
6868
| ---------- | -------- | ------------------------------------------------------------ |
69-
| profileIdx | int | PDP索引,ASR平台范围1-8[volte版本默认PID最大的一路用来注册IMS,请勿重复操作],展锐平台范围1-7,一般设置为1,设置其他值可能需要专用apn与密码才能设置成功 |
69+
| profileIdx | int | PDP索引,ASR平台范围1 - 8[volte版本默认PID最大的一路用来注册IMS,请勿重复操作],展锐平台范围1 - 7,一般设置为1,设置其他值可能需要专用apn与密码才能设置成功 |
7070
| ipType | int | IP类型,0-IPV4,1-IPV6,2-IPV4和IPV6 |
7171
| apn | string | apn名称,可为空,最大长度不超过63字节 |
7272
| username | string | apn用户名,可为空,最大长度不超过15字节 |

zh-cn/api/QuecPythonThirdlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ q.put("this is a test msg")
20362036

20372037
> **import sys_bus**
20382038
>
2039-
> **sys_bus.subscibe(topic, handler)**
2039+
> **sys_bus.subscribe(topic, handler)**
20402040
20412041
- 参数
20422042

0 commit comments

Comments
 (0)