com.typhoon.unitysdk 1.0.87 → 1.0.88

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/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # 更新日志
2
- ## [1.0.87] - 2024-01-07
2
+ ## [1.0.88] - 2024-01-07
3
3
 
4
4
  ### 修复
5
+ * 修复ini文件写入问题
6
+
7
+
8
+ ## [1.0.87] - 2024-01-07
9
+
10
+ ### 修复
5
11
  * 抖音发布androidbug
6
12
 
7
13
 
@@ -38,7 +38,7 @@ namespace TyphoonUnitySDK
38
38
  if (match == null)
39
39
  {
40
40
  //新增条目
41
- lines.Add($"{key}={func(value)}");
41
+ items.Add(new { key = key, value = func(value) });
42
42
  }
43
43
  else
44
44
  {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.87","description":"","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"version_log":"## [1.0.87] - 2024-01-07\r\n\r\n### 修复\n* 抖音发布androidbug\r\n\r\n","major_flag":false,"write_time_stamp":1704617694000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
1
+ {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.88","description":"","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"version_log":"## [1.0.88] - 2024-01-07\r\n\r\n### 修复\n* 修复ini文件写入问题\r\n\r\n","major_flag":false,"write_time_stamp":1704623005000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}