ms-vite-plugin 1.1.19 → 1.1.20
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.
- package/docs/api/device.md +0 -6
- package/docs/apicn/device.md +0 -6
- package/docs/apipython/device.md +0 -6
- package/package.json +1 -1
package/docs/api/device.md
CHANGED
|
@@ -111,9 +111,6 @@ logi(`服务器设备ID: ${serverDeviceId}`);
|
|
|
111
111
|
|
|
112
112
|
### getECID - 获取设备 ECID。
|
|
113
113
|
|
|
114
|
-
**注意事项:**
|
|
115
|
-
|
|
116
|
-
- 这个 ID 只有自激活一次后才能获取
|
|
117
114
|
|
|
118
115
|
```typescript
|
|
119
116
|
function getECID(): string;
|
|
@@ -135,9 +132,6 @@ logi(`ECID: ${ecid}`);
|
|
|
135
132
|
|
|
136
133
|
### getUDID - 获取设备 UDID。
|
|
137
134
|
|
|
138
|
-
**注意事项:**
|
|
139
|
-
|
|
140
|
-
- 这个 ID 只有自激活一次后才能获取
|
|
141
135
|
|
|
142
136
|
```typescript
|
|
143
137
|
function getUDID(): string;
|
package/docs/apicn/device.md
CHANGED
|
@@ -111,9 +111,6 @@ $打印信息日志(`服务器设备ID: ${serverDeviceId}`);
|
|
|
111
111
|
|
|
112
112
|
### 获取 ECID
|
|
113
113
|
|
|
114
|
-
**注意事项:**
|
|
115
|
-
|
|
116
|
-
- 这个 ID 只有自激活一次后才能获取
|
|
117
114
|
|
|
118
115
|
```typescript
|
|
119
116
|
function 获取ECID(): 字符串;
|
|
@@ -135,9 +132,6 @@ $打印信息日志(`ECID: ${ecid}`);
|
|
|
135
132
|
|
|
136
133
|
### 获取 UDID
|
|
137
134
|
|
|
138
|
-
**注意事项:**
|
|
139
|
-
|
|
140
|
-
- 这个 ID 只有自激活一次后才能获取
|
|
141
135
|
|
|
142
136
|
```typescript
|
|
143
137
|
function 获取UDID(): 字符串;
|
package/docs/apipython/device.md
CHANGED
|
@@ -115,9 +115,6 @@ print(device.getServerDeviceId())
|
|
|
115
115
|
|
|
116
116
|
### getECID - 获取设备 ECID。
|
|
117
117
|
|
|
118
|
-
**注意事项:**
|
|
119
|
-
|
|
120
|
-
- 这个 ID 只有自激活一次后才能获取
|
|
121
118
|
|
|
122
119
|
```python
|
|
123
120
|
def getECID() -> str
|
|
@@ -138,9 +135,6 @@ print(device.getECID())
|
|
|
138
135
|
|
|
139
136
|
### getUDID - 获取设备 UDID。
|
|
140
137
|
|
|
141
|
-
**注意事项:**
|
|
142
|
-
|
|
143
|
-
- 这个 ID 只有自激活一次后才能获取
|
|
144
138
|
|
|
145
139
|
```python
|
|
146
140
|
def getUDID() -> str
|