Skip to content

Commit

Permalink
更新版本号、新增icon.svg、修改更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
mgz0227 committed Sep 8, 2024
1 parent bfd94b9 commit c32df91
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 17 deletions.
4 changes: 2 additions & 2 deletions AppScope/app.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"app": {
"bundleName": "com.legado.app",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
"versionCode": 1000001,
"versionName": "1.0.0.1",
"icon": "$media:app_icon",
"label": "$string:app_name"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export struct WebdavService {
new serviceList("电脑阅读","1",$r("app.media.computer"),["#FF9500","#FFEDD4","#FFDDAD"]),
new serviceList("电脑写源","1",$r("app.media.writing"),["#24B277","#DAF2E8","#B9E6D3"]),
]
@State address:string="http://192.168.41.12.1122"
@State address:string="http://192.168.41.12:1122"

private settings: RenderingContextSettings = new RenderingContextSettings(true)
private context: CanvasRenderingContext2D = new CanvasRenderingContext2D(this.settings)
Expand Down
11 changes: 4 additions & 7 deletions entry/src/main/ets/pages/view/myCenter/aboutUs/aboutUsPage.ets
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct AboutUsPage {
@StorageLink('bottomRectHeight') bottomRectHeight: number = 0
@StorageLink('topRectHeight') topRectHeight: number = 0
@State isShowQQ: boolean = false
@State version: string = "V4.1.13"
@State version: string = "V1.0.0.1"
@State first_list: dataItem[] = [
new dataItem("检查更新", 1),
new dataItem("更新日志", 2),
Expand All @@ -32,11 +32,8 @@ struct AboutUsPage {
alignment: DialogAlignment.Center,
})
@State qqList: Array<string> = [
'QQ群1:2031546254',
'QQ群2:2031546254',
'QQ群3:2031546254',
'QQ群4:2031546254',
'QQ群5:2031546254',
'Beta群:887615035'

]

firstUrl_list(value: number | string) {
Expand Down Expand Up @@ -334,7 +331,7 @@ struct AboutUsPage {
.lineHeight(24)
}
.onClick(() => {
this.isShowQQ = false
this.isShowQQ = true
})
.alignItems(HorizontalAlign.Center)
.padding({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ struct VersionLogPage {
@StorageLink('bottomRectHeight') bottomRectHeight: number = 0
@StorageLink('topRectHeight') topRectHeight: number = 0
@State List: Array<string> = [
'更新了书架1',
'更新了书架2',
'更新了书架3',
'更新了书架4',
'更新了书架5',
'更新icon图标',
'关于我们-QQ群增加Beta群',
]

build() {
Expand Down Expand Up @@ -45,8 +42,8 @@ struct VersionLogPage {
.height(48)
.width("100%")

this.versionCard("V5.1.223", "2024/5/10", this.List)
this.versionCard("V5.1.1", "2024/5/9", this.List)
this.versionCard("V1.0.0.1", "2024/9/8", this.List)
//this.versionCard("V5.1.1", "2024/5/9", this.List)
}
.height("100%")
.padding({
Expand Down
Binary file modified entry/src/main/resources/base/media/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions svg/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c32df91

Please sign in to comment.