Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Commit

Permalink
1.0.9 - α
Browse files Browse the repository at this point in the history
  • Loading branch information
Miaow233 committed Feb 14, 2022
1 parent 3514765 commit 76f5f1b
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 17 deletions.
17 changes: 1 addition & 16 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
{
"modules": [],
"name": "DingLike",
"packageName": "cafe.nekohouse.dingtalk",
"theme": "Default_Light.json",
"userPermission": [
"ACCESS_NETWORK_STATE",
"WRITE_EXTERNAL_STORAGE",
"READ_EXTERNAL_STORAGE",
"INTERNET",
"MANAGE_EXTERNAL_STORAGE",
"SYSTEM_ALERT_WINDOW"
],
"versionCode": 8,
"versionName": "1.0.8"
}
{"modules":[],"name":"DingLike","packageName":"cafe.nekohouse.dingtalk","theme":"Default_Light.json","userPermission":["ACCESS_NETWORK_STATE","WRITE_EXTERNAL_STORAGE","READ_EXTERNAL_STORAGE","INTERNET","MANAGE_EXTERNAL_STORAGE","SYSTEM_ALERT_WINDOW"],"versionCode":9,"versionName":"α"}
5 changes: 4 additions & 1 deletion pages/about/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ messageBuilder.append("3.本应用使用Fusion制作,已开源至Github")
message.text=tostring(messageBuilder)

title.text="更新日志"
changelog.text=[[1.0.8
changelog.text=[[1.0.9 - α
修复找不到 http 模块的问题
1.0.8
修复刷赞无效的问题
调整刷赞限制
更换更新方式
Expand Down
Loading

0 comments on commit 76f5f1b

Please sign in to comment.