Skip to content

Commit

Permalink
change group to @hmcd
Browse files Browse the repository at this point in the history
  • Loading branch information
zmtzawqlp committed Dec 5, 2023
1 parent 3f9d8f5 commit 7b1c997
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

## 安装

`ohpm install @ohos/pull_to_refresh`
`ohpm install @hmcd/pull_to_refresh`


## 参数
Expand Down Expand Up @@ -120,7 +120,7 @@ import {
PullToRefresh,
pull_to_refresh,
PullToRefreshIndicatorMode,
} from '@ohos/pull_to_refresh'
} from '@hmcd/pull_to_refresh'
```

### 定义配置
Expand Down
2 changes: 1 addition & 1 deletion entry/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"main": "",
"version": "1.0.0",
"dependencies": {
"@ohos/pull_to_refresh": "file:../pull_to_refresh"
"@hmcd/pull_to_refresh": "file:../pull_to_refresh"
}
}
2 changes: 1 addition & 1 deletion entry/src/main/ets/pages/PullToRefreshAppbar.ets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
PullToRefresh,
pull_to_refresh,
PullToRefreshIndicatorMode,
} from '@ohos/pull_to_refresh'
} from '@hmcd/pull_to_refresh'
import { ScreenUtils } from '../util/ScreenUtils';
import router from '@ohos.router';

Expand Down
2 changes: 1 addition & 1 deletion entry/src/main/ets/pages/PullToRefreshHeader.ets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
PullToRefresh,
pull_to_refresh,
PullToRefreshIndicatorMode,
} from '@ohos/pull_to_refresh'
} from '@hmcd/pull_to_refresh'
import { ScreenUtils } from '../util/ScreenUtils';

@Entry
Expand Down
4 changes: 2 additions & 2 deletions pull_to_refresh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

## 安装

`ohpm install @ohos/pull_to_refresh`
`ohpm install @hmcd/pull_to_refresh`


## 参数
Expand Down Expand Up @@ -120,7 +120,7 @@ import {
PullToRefresh,
pull_to_refresh,
PullToRefreshIndicatorMode,
} from '@ohos/pull_to_refresh'
} from '@hmcd/pull_to_refresh'
```

### 定义配置
Expand Down
2 changes: 1 addition & 1 deletion pull_to_refresh/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pulltorefresh"
],
"author": "zmtzawqlp",
"name": "pull_to_refresh",
"name": "@hmcd/pull_to_refresh",
"description": "Harmony plugin for building pull to refresh effects with PullToRefresh quickly.",
"main": "index.ets",
"repository": "https://github.com/HarmonyCandies/pull_to_refresh",
Expand Down

0 comments on commit 7b1c997

Please sign in to comment.