Skip to content

Commit 4ab3924

Browse files
committed
✨ 更新程序集
1 parent b2146a7 commit 4ab3924

File tree

6 files changed

+145
-88
lines changed

6 files changed

+145
-88
lines changed

Plugins/AIO.Common.dll

1.5 KB
Binary file not shown.

Plugins/AIO.Common.xml

Lines changed: 77 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7305,9 +7305,16 @@
73057305
<param name="concat">true:拼接 | false:覆盖</param>
73067306
<param name="bufferSize">缓冲区大小</param>
73077307
</member>
7308+
<member name="M:AIO.AHelper.IO.ReadStream(System.String,System.Int32@)">
7309+
<summary>
7310+
读取
7311+
</summary>
7312+
<param name="path">路径</param>
7313+
<param name="bufferSize">缓冲区大小</param>
7314+
</member>
73087315
<member name="M:AIO.AHelper.IO.Read(System.String,System.Int32@)">
73097316
<summary>
7310-
异步读取
7317+
读取
73117318
</summary>
73127319
<param name="path">路径</param>
73137320
<param name="bufferSize">缓冲区大小</param>
@@ -8510,6 +8517,26 @@
85108517
<param name="timeout">超时时间</param>
85118518
<param name="cookie">cookie</param>
85128519
</member>
8520+
<member name="M:AIO.AHelper.HTTP.Get(System.String,AIO.AHelper.HTTP.Format,System.Text.Encoding,System.UInt16,System.String)">
8521+
<summary>
8522+
请求获取特定的内容
8523+
</summary>
8524+
<param name="remoteUrl">路径</param>
8525+
<param name="encoding">编码</param>
8526+
<param name="format">格式</param>
8527+
<param name="timeout">超时时间</param>
8528+
<param name="cookie">cookie</param>
8529+
</member>
8530+
<member name="M:AIO.AHelper.HTTP.GetAsync(System.String,AIO.AHelper.HTTP.Format,System.Text.Encoding,System.UInt16,System.String)">
8531+
<summary>
8532+
请求获取特定的内容
8533+
</summary>
8534+
<param name="remoteUrl">路径</param>
8535+
<param name="format">格式</param>
8536+
<param name="encoding">编码</param>
8537+
<param name="timeout">超时时间</param>
8538+
<param name="cookie">cookie</param>
8539+
</member>
85138540
<member name="M:AIO.AHelper.HTTP.GetStream(System.String,System.UInt16,System.String)">
85148541
<summary>
85158542
请求获取特定的内容
@@ -8542,56 +8569,42 @@
85428569
<param name="timeout">超时</param>
85438570
<exception cref="T:System.Exception">异常</exception>
85448571
</member>
8545-
<member name="M:AIO.AHelper.HTTP.GetJson``1(System.String,System.Text.Encoding,System.UInt16,System.String)">
8572+
<member name="T:AIO.AHelper.HTTP.Format">
85468573
<summary>
8547-
请求获取特定的内容
8574+
编码格式
85488575
</summary>
8549-
<param name="remoteUrl">路径</param>
8550-
<param name="encoding">编码</param>
8551-
<param name="timeout">超时时间</param>
8552-
<param name="cookie">cookie</param>
85538576
</member>
8554-
<member name="M:AIO.AHelper.HTTP.GetJsonAsync``1(System.String,System.Text.Encoding,System.UInt16,System.String)">
8577+
<member name="F:AIO.AHelper.HTTP.Format.Json">
85558578
<summary>
8556-
请求获取特定的内容
8579+
Json
85578580
</summary>
8558-
<param name="remoteUrl">路径</param>
8559-
<param name="encoding">编码</param>
8560-
<param name="timeout">超时时间</param>
8561-
<param name="cookie">cookie</param>
85628581
</member>
8563-
<member name="M:AIO.AHelper.HTTP.GetXml``1(System.String,System.Text.Encoding,System.UInt16,System.String)">
8582+
<member name="F:AIO.AHelper.HTTP.Format.Xml">
85648583
<summary>
8565-
请求获取特定的内容
8584+
Xml
85668585
</summary>
8567-
<param name="remoteUrl">路径</param>
8568-
<param name="encoding">编码</param>
8569-
<param name="timeout">超时时间</param>
8570-
<param name="cookie">cookie</param>
85718586
</member>
8572-
<member name="M:AIO.AHelper.HTTP.GetXmlAsync``1(System.String,System.Text.Encoding,System.UInt16,System.String)">
8587+
<member name="F:AIO.AHelper.HTTP.Format.Yaml">
85738588
<summary>
8574-
请求获取特定的内容
8589+
Yaml
85758590
</summary>
8576-
<param name="remoteUrl">路径</param>
8577-
<param name="encoding">编码</param>
8578-
<param name="timeout">超时时间</param>
8579-
<param name="cookie">cookie</param>
85808591
</member>
8581-
<member name="M:AIO.AHelper.HTTP.GetYaml``1(System.String,System.Text.Encoding,System.UInt16,System.String)">
8592+
<member name="M:AIO.AHelper.HTTP.Get``1(System.String,AIO.AHelper.HTTP.Format,System.Text.Encoding,System.UInt16,System.String)">
85828593
<summary>
85838594
请求获取特定的内容
85848595
</summary>
85858596
<param name="remoteUrl">路径</param>
8597+
<param name="format">格式</param>
85868598
<param name="encoding">编码</param>
85878599
<param name="timeout">超时时间</param>
85888600
<param name="cookie">cookie</param>
85898601
</member>
8590-
<member name="M:AIO.AHelper.HTTP.GetYamlAsync``1(System.String,System.Text.Encoding,System.UInt16,System.String)">
8602+
<member name="M:AIO.AHelper.HTTP.GetAsync``1(System.String,AIO.AHelper.HTTP.Format,System.Text.Encoding,System.UInt16,System.String)">
85918603
<summary>
85928604
请求获取特定的内容
85938605
</summary>
85948606
<param name="remoteUrl">路径</param>
8607+
<param name="format">格式</param>
85958608
<param name="encoding">编码</param>
85968609
<param name="timeout">超时时间</param>
85978610
<param name="cookie">cookie</param>
@@ -8783,6 +8796,30 @@
87838796
<param name="data">上传数据</param>
87848797
<param name="options">选项参数</param>
87858798
</member>
8799+
<member name="M:AIO.AHelper.HTTP.Post``1(System.String,``0,AIO.AHelper.HTTP.Option)">
8800+
<summary>
8801+
请求服务器接受所指定的文档作为对所标识的URI的新的从属实体
8802+
</summary>
8803+
<param name="remoteUrl">远端路径</param>
8804+
<param name="data">上传数据</param>
8805+
<param name="options">选项参数</param>
8806+
</member>
8807+
<member name="M:AIO.AHelper.HTTP.Post``1(System.String,System.String,AIO.AHelper.HTTP.Option)">
8808+
<summary>
8809+
请求服务器接受所指定的文档作为对所标识的URI的新的从属实体
8810+
</summary>
8811+
<param name="remoteUrl">远端路径</param>
8812+
<param name="data">上传数据</param>
8813+
<param name="options">选项参数</param>
8814+
</member>
8815+
<member name="M:AIO.AHelper.HTTP.Post``2(System.String,``0,AIO.AHelper.HTTP.Option)">
8816+
<summary>
8817+
请求服务器接受所指定的文档作为对所标识的URI的新的从属实体
8818+
</summary>
8819+
<param name="remoteUrl">远端路径</param>
8820+
<param name="data">上传数据</param>
8821+
<param name="options">选项参数</param>
8822+
</member>
87868823
<member name="M:AIO.AHelper.HTTP.Post(System.String,AIO.AHelper.HTTP.Option)">
87878824
<summary>
87888825
请求服务器接受所指定的文档作为对所标识的URI的新的从属实体
@@ -8829,6 +8866,14 @@
88298866
<param name="data">上传数据</param>
88308867
<param name="options">选项参数</param>
88318868
</member>
8869+
<member name="M:AIO.AHelper.HTTP.PostAsync``2(System.String,``0,AIO.AHelper.HTTP.Option)">
8870+
<summary>
8871+
请求服务器接受所指定的文档作为对所标识的URI的新的从属实体
8872+
</summary>
8873+
<param name="remoteUrl">远端路径</param>
8874+
<param name="data">上传数据</param>
8875+
<param name="options">选项参数</param>
8876+
</member>
88328877
<member name="M:AIO.AHelper.HTTP.PostAsync(System.String,AIO.AHelper.HTTP.Option)">
88338878
<summary>
88348879
请求服务器接受所指定的文档作为对所标识的URI的新的从属实体
@@ -9123,6 +9168,11 @@
91239168
DateTime时间格式转换为Unix时间戳格式
91249169
</summary>
91259170
</member>
9171+
<member name="P:AIO.AHelper.TimeStamp.UtcNowTimeStamp">
9172+
<summary>
9173+
获取时间戳
9174+
</summary>
9175+
</member>
91269176
<member name="T:AIO.AHelper.Base64">
91279177
<summary>
91289178
Base64 文件 解析

Plugins/AIO.Print.Console.dll

0 Bytes
Binary file not shown.

Plugins/AIO.Print.dll

0 Bytes
Binary file not shown.

Plugins/Editor/AIO.PrCourse.dll

0 Bytes
Binary file not shown.

Runtime/AIO.Core.Runtime.asmdef

Lines changed: 68 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,70 @@
11
{
2-
"name": "AIO.Core.Runtime",
3-
"references": [
4-
"UniTask",
5-
"UniTask.DOTween",
6-
"UniTask.Linq",
7-
"Unity.TextMeshPro",
8-
"UniTask.TextMeshPro",
9-
"DOTween.Modules",
10-
"UnityEditor.UI",
11-
"UnityEngine.UI",
12-
"com.bbbirder.injection",
13-
"com.bbbirder.directattribute"
14-
],
15-
"includePlatforms": [],
16-
"excludePlatforms": [],
17-
"allowUnsafeCode": true,
18-
"overrideReferences": true,
19-
"precompiledReferences": [
20-
"AIO.Attribute.dll",
21-
"AIO.Common.dll",
22-
"YamlDotNet.dll",
23-
"ICSharpCode.SharpZipLib.dll",
24-
"DOTween.dll",
25-
"AIO.Print.dll",
26-
"AIO.Print.Unity.dll"
27-
],
28-
"autoReferenced": true,
29-
"defineConstraints": [],
30-
"versionDefines": [
31-
{
32-
"name": "com.self.package",
33-
"expression": "",
34-
"define": "SUPPORT_AIOPACKAGE"
35-
},
36-
{
37-
"name": "com.tuyoogame.yooasset",
38-
"expression": "",
39-
"define": "SUPPORT_YOOASSET"
40-
},
41-
{
42-
"name": "com.cysharp.unitask",
43-
"expression": "",
44-
"define": "SUPPORT_UNITASK"
45-
},
46-
{
47-
"name": "com.demigiant.dotween",
48-
"expression": "",
49-
"define": "SUPPORT_DOTWEEN"
50-
},
51-
{
52-
"name": "com.unity.textmeshpro",
53-
"expression": "",
54-
"define": "SUPPORT_TEXTMESHPRO"
55-
},
56-
{
57-
"name": "com.self.fgui",
58-
"expression": "",
59-
"define": "SUPPORT_FGUI"
60-
}
61-
],
62-
"noEngineReferences": false
2+
"name": "AIO.Core.Runtime",
3+
"rootNamespace": "",
4+
"references": [
5+
"UniTask",
6+
"UniTask.DOTween",
7+
"UniTask.Linq",
8+
"Unity.TextMeshPro",
9+
"UniTask.TextMeshPro",
10+
"DOTween.Modules",
11+
"UnityEditor.UI",
12+
"UnityEngine.UI",
13+
"com.bbbirder.injection",
14+
"com.bbbirder.directattribute",
15+
"Unity.InputSystem"
16+
],
17+
"includePlatforms": [],
18+
"excludePlatforms": [],
19+
"allowUnsafeCode": true,
20+
"overrideReferences": true,
21+
"precompiledReferences": [
22+
"AIO.Attribute.dll",
23+
"AIO.Common.dll",
24+
"YamlDotNet.dll",
25+
"ICSharpCode.SharpZipLib.dll",
26+
"DOTween.dll",
27+
"AIO.Print.dll",
28+
"AIO.Print.Unity.dll"
29+
],
30+
"autoReferenced": true,
31+
"defineConstraints": [],
32+
"versionDefines": [
33+
{
34+
"name": "com.self.package",
35+
"expression": "",
36+
"define": "SUPPORT_AIOPACKAGE"
37+
},
38+
{
39+
"name": "com.tuyoogame.yooasset",
40+
"expression": "",
41+
"define": "SUPPORT_YOOASSET"
42+
},
43+
{
44+
"name": "com.cysharp.unitask",
45+
"expression": "",
46+
"define": "SUPPORT_UNITASK"
47+
},
48+
{
49+
"name": "com.demigiant.dotween",
50+
"expression": "",
51+
"define": "SUPPORT_DOTWEEN"
52+
},
53+
{
54+
"name": "com.unity.textmeshpro",
55+
"expression": "",
56+
"define": "SUPPORT_TEXTMESHPRO"
57+
},
58+
{
59+
"name": "com.self.fgui",
60+
"expression": "",
61+
"define": "SUPPORT_FGUI"
62+
},
63+
{
64+
"name": "com.unity.inputsystem",
65+
"expression": "",
66+
"define": "SUPPORT_INPUTSYSTEM"
67+
}
68+
],
69+
"noEngineReferences": false
6370
}

0 commit comments

Comments
 (0)