Skip to content

Commit

Permalink
Merge pull request #176 from mgz0227/dev_2008
Browse files Browse the repository at this point in the history
新版订阅源页面
  • Loading branch information
MaoXiaoone authored Jul 11, 2024
2 parents 2a1ae65 + cd04f70 commit 499ab96
Show file tree
Hide file tree
Showing 24 changed files with 679 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions entry/src/main/ets/common/constants/CommonConstants.ets
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ export default class CommonConstants {
/**
* space间距
*/
static readonly SPACE_6: number = 6;
static readonly SPACE_10: number = 10;
static readonly SPACE_12: number = 12;
static readonly SPACE_20: number = 20;

/**
Expand Down Expand Up @@ -248,4 +250,12 @@ export default class CommonConstants {
* 字体样式
*/
static readonly FAMILY_PingFANG: string = 'PingFang SC'

/**
* 通用宽高
*/
static readonly COMMON_WIDTH_45_36: number = 45.36;
static readonly COMMON_HEIGHT_21_6: number = 21.6;
static readonly COMMON_WIDTH_40: number = 40;
static readonly COMMON_HEIGHT_40: number = 40;
}
4 changes: 2 additions & 2 deletions entry/src/main/ets/pages/view/Subscription.ets
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import IndexSubscription from './Subscription/IndexSubscription'
import SubscriptionIndex from './Subscription/SubscriptionIndex'

@Component
export default struct Subscription {
@State subscription: string = '订阅源'
build(){
Column(){
Blank(20)
IndexSubscription()
SubscriptionIndex()
}
.backgroundColor('F3F4F8')
}
Expand Down
Loading

0 comments on commit 499ab96

Please sign in to comment.