mirror of
https://github.com/motajs/template.git
synced 2026-09-26 04:30:16 +08:00
docs: 修正 types.ts 中关于录像参数的描述
This commit is contained in:
parent
2198734f81
commit
3bc37b596d
@ -295,7 +295,7 @@ export interface IReplayArray {
|
||||
* - 7: 非负 bigint
|
||||
* - 8: 负 bigint
|
||||
* - 9: string
|
||||
* - 10 ~ 255: n - 9 长度的字符串
|
||||
* - 32 ~ 255: n - 32 长度的字符串
|
||||
*
|
||||
* 参数类型码表遵循只增不改的约定:新语义必须分配新的类型码,禁止复用既有类型码。
|
||||
*/
|
||||
@ -395,7 +395,7 @@ export interface IReplaySystemSave {
|
||||
* - 7: bigint --- n + 2 Byte, 其中 n 是 bigint 的字节数
|
||||
* - 8: 负 bigint --- n + 2 Byte, 其中 n 是 bigint 的字节数
|
||||
* - 9: string --- n + 5 Byte, 其中 n 是字符串编码后的字节数
|
||||
* - 10 ~ 255: n - 9 长度的字符串 --- n + 1 Byte, 其中 n 是字符串编码后的字节数
|
||||
* - 32 ~ 255: n - 32 长度的字符串 --- n + 1 Byte, 其中 n 是字符串编码后的字节数
|
||||
*
|
||||
* 参数类型码表遵循只增不改的约定:新语义必须分配新的类型码,禁止复用既有类型码。
|
||||
* 历史上 5/6/7/8 与短字符串基址曾发生一次性重新分配,且项目未发布,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user