Skip to content

Commit

Permalink
Update to 2.5.1(b969)
Browse files Browse the repository at this point in the history
1. Fix the problem that the log window doesn't response for a long time when loading.
2. Add the judge of loop request.
3. Update the HTTP.
4. Add the new parameter `autoDelete` to decide whether delete the cache of resource.
  • Loading branch information
Hstb1230 committed May 18, 2020
1 parent 4384066 commit 9be3179
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Binary file modified debug/app.dll
Binary file not shown.
Binary file modified debug/app.dll.sig
Binary file not shown.
8 changes: 4 additions & 4 deletions debug/app.dll.summary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
md5: EAA4D49199D13078D8EDDB8CDDC95AE7
sha1: 05ca143f3a31b6c6991c6799b472f2836c42486a
sha256: 995aa1df69ba6580bd191f758342fb4a3f71f354d0545a75834351af7b51b3b0
sha512: 501b871f78a50b939081630e197ffc4cda033c43f5ba1ecbb3c4f1e0c81e6c5e8c806b0607ce115aa3cccb5a606a89997b0dab171f29782a01cb6694e2254a8d
md5: D6B663271DAA58B73F5CC3015C4274DB
sha1: 5a847a5189b7215bd1ee48c6775b196274ea22e7
sha256: 81d78050d5872d623397b183129f89c4e48e40fd9b234716cb5c5a24fec2e991
sha512: 04cd0298caa0a90d8af4903408bdb58dfdb5bbef64a020a7aede490df0d6be9ad4f5e621cb2a8442ab37762d2b0a73e8f52e990edf75202aa62a8d550adc1e54
4 changes: 2 additions & 2 deletions debug/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"apiver":9, // Api版本,本SDK为9
"name":"HTTP API", // 应用名称
"version":"2.5.1", // 应用版本 // 修复版本在最后加,更新版本直接加倒二位
"version_id":952, // 应用顺序版本(每次发布时至少+1)
"version_id":969, // 应用顺序版本(每次发布时至少+1)
"author":"Hstb", // 应用作者
"description":"通过HTTP协议调用酷Q API",
"md5":"eaa4d49199d13078d8eddb8cddc95ae7",
"md5":"d6b663271daa58b73f5cc3015c4274db",
"event":[ // 事件列表,同一事件类型可重复定义(发布前请删除无用事件)
{
"id":1, // 事件ID
Expand Down
Binary file modified debug/app.json.sig
Binary file not shown.
8 changes: 4 additions & 4 deletions debug/app.json.summary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
md5: F0D0045F9416308E318F0B30C383FACC
sha1: 8556d4fa53d65a2087da0657f758c11e913465d2
sha256: acc4e997017a648859821e2beca0b92f45a047e23b1dc5fa749de50bd785f2ee
sha512: 50b3e774548fe940a2240d395a0ad6b855fee9b6e4a9883f8f8df4f783416eb56c06e45ea61ad648760ebd50972b3eb45e6da519a8fb8f66eb8f058984541f2a
md5: 5DE746F6FFEE4BB210AD2F85CA6A168E
sha1: bdab44faa3ba4e8589d157d73742502e9c5d5ad4
sha256: 4822ac7861b68c96129268bce7b2bd31b19d9f090a240fb0cc335d83251ee25c
sha512: eac83f6bbf4e8ef83925db4beaad0190442bb180c8d2be14311a84555e2f9e3c0b17c9f82e8f83c774ff3115b2bb3279fb4914d08b9399f31c226d65d48e7cf5

0 comments on commit 9be3179

Please sign in to comment.