Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
fashion-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tangfh
fashion-ui
Commits
d6a24957
Commit
d6a24957
authored
Jun 07, 2024
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注册时尚小程序插件库账号,重新上传插件,向永尚讲解插件库的使用,共建插件库,提高开发效率
parent
de2f1a8b
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
65 additions
and
31 deletions
+65
-31
README.md
README.md
+9
-1
index.vue
pages/index/index.vue
+4
-4
changelog.md
uni_modules/f-add-image-grid/changelog.md
+2
-0
package.json
uni_modules/f-add-image-grid/package.json
+1
-1
changelog.md
uni_modules/f-avatar-edit/changelog.md
+2
-0
package.json
uni_modules/f-avatar-edit/package.json
+3
-3
changelog.md
uni_modules/f-button-01/changelog.md
+1
-1
package.json
uni_modules/f-button-01/package.json
+1
-1
changelog.md
uni_modules/f-image-01/changelog.md
+2
-0
package.json
uni_modules/f-image-01/package.json
+3
-3
changelog.md
uni_modules/f-item-top/changelog.md
+2
-0
package.json
uni_modules/f-item-top/package.json
+3
-3
changelog.md
uni_modules/f-item/changelog.md
+2
-0
package.json
uni_modules/f-item/package.json
+3
-3
changelog.md
uni_modules/f-multi-text-01/changelog.md
+2
-0
package.json
uni_modules/f-multi-text-01/package.json
+3
-3
changelog.md
uni_modules/f-pop-date-time-picker/changelog.md
+1
-1
changelog.md
uni_modules/f-pop/changelog.md
+4
-0
package.json
uni_modules/f-pop/package.json
+1
-1
changelog.md
uni_modules/f-status-view/changelog.md
+2
-0
package.json
uni_modules/f-status-view/package.json
+1
-1
changelog.md
uni_modules/f-text-01/changelog.md
+4
-0
package.json
uni_modules/f-text-01/package.json
+2
-2
changelog.md
uni_modules/f-title-01/changelog.md
+2
-0
package.json
uni_modules/f-title-01/package.json
+2
-2
changelog.md
uni_modules/f-view-bottom-fixed/changelog.md
+2
-0
package.json
uni_modules/f-view-bottom-fixed/package.json
+1
-1
No files found.
README.md
View file @
d6a24957
...
...
@@ -2,4 +2,12 @@
## 插件开发指南
[
插件开发指南
](
https://uniapp.dcloud.net.cn/plugin/publish.html
)
\ No newline at end of file
[
插件开发指南
](
https://uniapp.dcloud.net.cn/plugin/publish.html
)
## 插件库账号
[
插件库
](
https://ext.dcloud.net.cn/manage
)
-
邮箱: fashionui@163.com
-
密码: Fashion116688
-
手机: 18520381200
\ No newline at end of file
pages/index/index.vue
View file @
d6a24957
<
template
>
<view
class=
"content"
:style=
"[style]"
>
<f-status-view
v-if=
"statusViewUI.isShow
StatusView
"
:status=
"statusViewUI.status"
:style=
"statusViewStyle"
<f-status-view
v-if=
"statusViewUI.isShow"
:status=
"statusViewUI.status"
:style=
"statusViewStyle"
@
tap=
"onStatusViewClick"
></f-status-view>
<view
class=
"v-row"
>
<f-avatar-edit
:avatar=
"avatar"
@
onAvatarSelected=
"onAvatarSelected"
@
click=
"onAvatarClick"
...
...
@@ -110,11 +110,11 @@
isShowPopDatetimePicker
:
false
,
style
:
{},
statusViewUI
:
{
isShow
StatusView
:
true
,
isShow
:
true
,
status
:
ui
.
statusViewUI
.
status
.
loading
.
value
},
statusViewUI2
:
{
isShow
StatusView
:
true
,
isShow
:
true
,
status
:
ui
.
statusViewUI
.
status
.
empty
.
value
},
uiAddBtn
:
{
...
...
@@ -159,7 +159,7 @@
onLoad
()
{
let
_this
=
this
setTimeout
(
function
()
{
_this
.
statusViewUI
.
isShow
StatusView
=
false
_this
.
statusViewUI
.
isShow
=
false
_this
.
statusViewUI
.
status
=
ui
.
statusViewUI
.
status
.
empty
.
value
},
500
)
this
.
styleInit
()
...
...
uni_modules/f-add-image-grid/changelog.md
View file @
d6a24957
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.4(2024-05-30)
1.
0.4
## 1.0.3(2024-05-30)
...
...
uni_modules/f-add-image-grid/package.json
View file @
d6a24957
{
"id"
:
"f-add-image-grid"
,
"displayName"
:
"f-add-image-grid"
,
"version"
:
"1.0.
4
"
,
"version"
:
"1.0.
0
"
,
"description"
:
"图片选择"
,
"keywords"
:
[
"f-add-image-grid"
...
...
uni_modules/f-avatar-edit/changelog.md
View file @
d6a24957
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.4(2024-06-04)
1.
0.4
## 1.0.3(2024-06-04)
...
...
uni_modules/f-avatar-edit/package.json
View file @
d6a24957
{
"id"
:
"f-avatar-edit"
,
"displayName"
:
"f-avatar-edit"
,
"version"
:
"1.0.
4
"
,
"description"
:
"
f-avatar-edit
"
,
"version"
:
"1.0.
0
"
,
"description"
:
"
头像编辑
"
,
"keywords"
:
[
"f-avatar-edit"
],
"repository"
:
""
,
"repository"
:
"
http://git.guoguodz.com/tangfh/fashion-ui.git
"
,
"engines"
:
{
"HBuilderX"
:
"^3.1.0"
},
...
...
uni_modules/f-button-01/changelog.md
View file @
d6a24957
## 1.0.0(2024-0
5-31
)
## 1.0.0(2024-0
6-07
)
1.
0.0
uni_modules/f-button-01/package.json
View file @
d6a24957
...
...
@@ -2,7 +2,7 @@
"id"
:
"f-button-01"
,
"displayName"
:
"f-button-01"
,
"version"
:
"1.0.0"
,
"description"
:
"
f-button-
01"
,
"description"
:
"
按钮
01"
,
"keywords"
:
[
"f-button-01"
],
...
...
uni_modules/f-image-01/changelog.md
View file @
d6a24957
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.3(2024-06-04)
1.
0.3
## 1.0.2(2024-05-30)
...
...
uni_modules/f-image-01/package.json
View file @
d6a24957
{
"id"
:
"f-image-01"
,
"displayName"
:
"f-image-01"
,
"version"
:
"1.0.
3
"
,
"description"
:
"
f-image-01
"
,
"version"
:
"1.0.
0
"
,
"description"
:
"
圆形图片
"
,
"keywords"
:
[
"f-image-01"
],
"repository"
:
""
,
"repository"
:
"
http://git.guoguodz.com/tangfh/fashion-ui.git
"
,
"engines"
:
{
"HBuilderX"
:
"^3.1.0"
},
...
...
uni_modules/f-item-top/changelog.md
View file @
d6a24957
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.4(2024-05-28)
1.
0.4
## 1.0.3(2024-05-28)
...
...
uni_modules/f-item-top/package.json
View file @
d6a24957
{
"id"
:
"f-item-top"
,
"displayName"
:
"f-item-top"
,
"version"
:
"1.0.
4
"
,
"description"
:
"
f-item-top
"
,
"version"
:
"1.0.
0
"
,
"description"
:
"
通用item顶部
"
,
"keywords"
:
[
"f-item-top"
],
"repository"
:
""
,
"repository"
:
"
http://git.guoguodz.com/tangfh/fashion-ui.git
"
,
"engines"
:
{
"HBuilderX"
:
"^3.1.0"
},
...
...
uni_modules/f-item/changelog.md
View file @
d6a24957
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.5(2024-05-28)
1.
0.5
## 1.0.4(2024-05-28)
...
...
uni_modules/f-item/package.json
View file @
d6a24957
{
"id"
:
"f-item"
,
"displayName"
:
"f-item"
,
"version"
:
"1.0.
5
"
,
"description"
:
"
f-
item"
,
"version"
:
"1.0.
0
"
,
"description"
:
"
通用
item"
,
"keywords"
:
[
"f-item"
],
"repository"
:
""
,
"repository"
:
"
1.0.0
"
,
"engines"
:
{
"HBuilderX"
:
"^3.1.0"
},
...
...
uni_modules/f-multi-text-01/changelog.md
View file @
d6a24957
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.12(2024-06-05)
1.
0.12
## 1.0.11(2024-06-05)
...
...
uni_modules/f-multi-text-01/package.json
View file @
d6a24957
{
"id"
:
"f-multi-text-01"
,
"displayName"
:
"f-multi-text-01"
,
"version"
:
"1.0.
12
"
,
"description"
:
"
f-multi-text-01
"
,
"version"
:
"1.0.
0
"
,
"description"
:
"
通用表单项
"
,
"keywords"
:
[
"f-multi-text-01"
],
"repository"
:
""
,
"repository"
:
"
http://git.guoguodz.com/tangfh/fashion-ui.git
"
,
"engines"
:
{
"HBuilderX"
:
"^3.1.0"
},
...
...
uni_modules/f-pop-date-time-picker/changelog.md
View file @
d6a24957
## 1.0.0(2024-0
5-30
)
## 1.0.0(2024-0
6-07
)
1.
0.0
uni_modules/f-pop/changelog.md
View file @
d6a24957
## 1.0.1(2024-06-07)
1.
0.1
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.5(2024-05-31)
1.
0.5
## 1.0.4(2024-05-30)
...
...
uni_modules/f-pop/package.json
View file @
d6a24957
{
"id"
:
"f-pop"
,
"displayName"
:
"f-pop"
,
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
1
"
,
"description"
:
"f-pop 插件(底部弹出,中间弹出,顶部弹出)"
,
"keywords"
:
[
"f-pop"
...
...
uni_modules/f-status-view/changelog.md
View file @
d6a24957
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.2(2024-05-29)
1.
0.2
## 1.0.1(2024-05-29)
...
...
uni_modules/f-status-view/package.json
View file @
d6a24957
{
"id"
:
"f-status-view"
,
"displayName"
:
"f-status-view"
,
"version"
:
"1.0.
2
"
,
"version"
:
"1.0.
0
"
,
"description"
:
"页面状态(loading、empty、error)"
,
"keywords"
:
[
"f-status-view"
...
...
uni_modules/f-text-01/changelog.md
View file @
d6a24957
## 1.0.1(2024-06-07)
1.
0.1
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.5(2024-05-28)
1.
0.5
## 1.0.4(2024-05-28)
...
...
uni_modules/f-text-01/package.json
View file @
d6a24957
{
"id"
:
"f-text-01"
,
"displayName"
:
"f-text-01"
,
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
1
"
,
"description"
:
"f-text-01"
,
"keywords"
:
[
"f-text-01"
],
"repository"
:
""
,
"repository"
:
"
http://git.guoguodz.com/tangfh/fashion-ui.git
"
,
"engines"
:
{
"HBuilderX"
:
"^3.6.17"
},
...
...
uni_modules/f-title-01/changelog.md
View file @
d6a24957
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.2(2024-05-28)
1.
0.2
## 1.0.1(2024-05-28)
...
...
uni_modules/f-title-01/package.json
View file @
d6a24957
{
"id"
:
"f-title-01"
,
"displayName"
:
"f-title-01"
,
"version"
:
"1.0.
2
"
,
"version"
:
"1.0.
0
"
,
"description"
:
"f-title-01"
,
"keywords"
:
[
"f-title-01"
],
"repository"
:
""
,
"repository"
:
"
http://git.guoguodz.com/tangfh/fashion-ui.git
"
,
"engines"
:
{
"HBuilderX"
:
"^3.1.0"
},
...
...
uni_modules/f-view-bottom-fixed/changelog.md
View file @
d6a24957
## 1.0.0(2024-06-07)
1.
0.0
## 1.0.4(2024-05-31)
1.
0.4
## 1.0.3(2024-05-31)
...
...
uni_modules/f-view-bottom-fixed/package.json
View file @
d6a24957
{
"id"
:
"f-view-bottom-fixed"
,
"displayName"
:
"f-view-bottom-fixed"
,
"version"
:
"1.0.
4
"
,
"version"
:
"1.0.
0
"
,
"description"
:
"底部按钮父view"
,
"keywords"
:
[
"f-view-bottom-fixed"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment