parent
652a947e56
commit
dd0817f389
@ -1,9 +1,11 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { Global, Module } from '@nestjs/common';
|
||||
import { UserController } from './user.controller';
|
||||
import { UserService } from './user.service';
|
||||
|
||||
@Global()
|
||||
@Module({
|
||||
controllers: [UserController],
|
||||
providers: [UserService]
|
||||
providers: [UserService],
|
||||
exports: [UserService]
|
||||
})
|
||||
export class UserModule {}
|
||||
export class UserModule { }
|
||||
|
||||
@ -0,0 +1,99 @@
|
||||
# Details
|
||||
|
||||
Date : 2023-10-27 23:42:28
|
||||
|
||||
Directory e:\\Layou\\src\\laoyou_client\\src
|
||||
|
||||
Total : 84 files, 7169 codes, 275 comments, 683 blanks, all 8127 lines
|
||||
|
||||
[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
||||
|
||||
## Files
|
||||
| filename | language | code | comment | blank | total |
|
||||
| :--- | :--- | ---: | ---: | ---: | ---: |
|
||||
| [src/App.vue](/src/App.vue) | Vue | 11 | 0 | 2 | 13 |
|
||||
| [src/component/block/customBlock.vue](/src/component/block/customBlock.vue) | Vue | 55 | 0 | 4 | 59 |
|
||||
| [src/component/block/editBlock.vue](/src/component/block/editBlock.vue) | Vue | 37 | 0 | 6 | 43 |
|
||||
| [src/component/box/closeBox.vue](/src/component/box/closeBox.vue) | Vue | 39 | 0 | 4 | 43 |
|
||||
| [src/component/box/newbox.vue](/src/component/box/newbox.vue) | Vue | 76 | 0 | 8 | 84 |
|
||||
| [src/component/button/likeButton.vue](/src/component/button/likeButton.vue) | Vue | 86 | 0 | 9 | 95 |
|
||||
| [src/component/button/smallButton.vue](/src/component/button/smallButton.vue) | Vue | 48 | 0 | 4 | 52 |
|
||||
| [src/component/card/WideCommentCard.vue](/src/component/card/WideCommentCard.vue) | Vue | 126 | 1 | 12 | 139 |
|
||||
| [src/component/card/WideCommonShareCard..vue](/src/component/card/WideCommonShareCard..vue) | Vue | 177 | 1 | 11 | 189 |
|
||||
| [src/component/card/card.vue](/src/component/card/card.vue) | Vue | 135 | 0 | 11 | 146 |
|
||||
| [src/component/commentInput/commentInput.vue](/src/component/commentInput/commentInput.vue) | Vue | 158 | 5 | 14 | 177 |
|
||||
| [src/component/comments/commentDetail.vue](/src/component/comments/commentDetail.vue) | Vue | 115 | 0 | 13 | 128 |
|
||||
| [src/component/comments/commentList.vue](/src/component/comments/commentList.vue) | Vue | 30 | 0 | 5 | 35 |
|
||||
| [src/component/comments/comments.vue](/src/component/comments/comments.vue) | Vue | 116 | 0 | 17 | 133 |
|
||||
| [src/component/comments/footerComment.vue](/src/component/comments/footerComment.vue) | Vue | 117 | 2 | 11 | 130 |
|
||||
| [src/component/commitBox/commitBox.vue](/src/component/commitBox/commitBox.vue) | Vue | 103 | 0 | 12 | 115 |
|
||||
| [src/component/drawer/drawer.vue](/src/component/drawer/drawer.vue) | Vue | 74 | 0 | 8 | 82 |
|
||||
| [src/component/header/fade-header.vue](/src/component/header/fade-header.vue) | Vue | 97 | 0 | 12 | 109 |
|
||||
| [src/component/header/header.vue](/src/component/header/header.vue) | Vue | 79 | 0 | 7 | 86 |
|
||||
| [src/component/lazyImg/lazyImg.vue](/src/component/lazyImg/lazyImg.vue) | Vue | 84 | 0 | 5 | 89 |
|
||||
| [src/component/loading/commonLoading.vue](/src/component/loading/commonLoading.vue) | Vue | 62 | 1 | 8 | 71 |
|
||||
| [src/component/loading/loading_v2.vue](/src/component/loading/loading_v2.vue) | Vue | 66 | 1 | 11 | 78 |
|
||||
| [src/component/other/scroll-footer.vue](/src/component/other/scroll-footer.vue) | Vue | 53 | 0 | 3 | 56 |
|
||||
| [src/component/picker/mulPicker.vue](/src/component/picker/mulPicker.vue) | Vue | 170 | 0 | 15 | 185 |
|
||||
| [src/component/picker/picker.vue](/src/component/picker/picker.vue) | Vue | 130 | 5 | 15 | 150 |
|
||||
| [src/component/toast/customToast.vue](/src/component/toast/customToast.vue) | Vue | 84 | 0 | 7 | 91 |
|
||||
| [src/component/topTabBar/topTabBar.vue](/src/component/topTabBar/topTabBar.vue) | Vue | 111 | 0 | 6 | 117 |
|
||||
| [src/component/transiton/config.js](/src/component/transiton/config.js) | JavaScript | 1 | 0 | 0 | 1 |
|
||||
| [src/component/transiton/fadeTransiton.vue](/src/component/transiton/fadeTransiton.vue) | Vue | 75 | 0 | 7 | 82 |
|
||||
| [src/global.scss](/src/global.scss) | SCSS | 55 | 26 | 20 | 101 |
|
||||
| [src/layouts/commonLayout.vue](/src/layouts/commonLayout.vue) | Vue | 68 | 0 | 13 | 81 |
|
||||
| [src/main.js](/src/main.js) | JavaScript | 11 | 1 | 3 | 15 |
|
||||
| [src/manifest.json](/src/manifest.json) | JSON | 64 | 1 | 1 | 66 |
|
||||
| [src/pages.json](/src/pages.json) | JSON | 117 | 0 | 3 | 120 |
|
||||
| [src/pages/function/function.vue](/src/pages/function/function.vue) | Vue | 269 | 7 | 20 | 296 |
|
||||
| [src/pages/function/user-interaction.vue](/src/pages/function/user-interaction.vue) | Vue | 342 | 3 | 27 | 372 |
|
||||
| [src/pages/health/health.vue](/src/pages/health/health.vue) | Vue | 289 | 2 | 12 | 303 |
|
||||
| [src/pages/index/index.vue](/src/pages/index/index.vue) | Vue | 133 | 0 | 17 | 150 |
|
||||
| [src/pages/learn/learn.vue](/src/pages/learn/learn.vue) | Vue | 111 | 0 | 13 | 124 |
|
||||
| [src/pages/post/post.vue](/src/pages/post/post.vue) | Vue | 220 | 0 | 16 | 236 |
|
||||
| [src/pages/post/postHeader.vue](/src/pages/post/postHeader.vue) | Vue | 89 | 0 | 6 | 95 |
|
||||
| [src/pages/setting/face-auth-setting.vue](/src/pages/setting/face-auth-setting.vue) | Vue | 191 | 0 | 15 | 206 |
|
||||
| [src/pages/setting/setting.vue](/src/pages/setting/setting.vue) | Vue | 75 | 0 | 11 | 86 |
|
||||
| [src/pages/setting/userSetting.vue](/src/pages/setting/userSetting.vue) | Vue | 336 | 4 | 17 | 357 |
|
||||
| [src/pages/share/commonShare.vue](/src/pages/share/commonShare.vue) | Vue | 195 | 0 | 19 | 214 |
|
||||
| [src/pages/share/share.vue](/src/pages/share/share.vue) | Vue | 228 | 0 | 17 | 245 |
|
||||
| [src/pages/share/videoShare.vue](/src/pages/share/videoShare.vue) | Vue | 264 | 0 | 18 | 282 |
|
||||
| [src/pages/test/test.vue](/src/pages/test/test.vue) | Vue | 121 | 0 | 9 | 130 |
|
||||
| [src/pages/verify/face-login.vue](/src/pages/verify/face-login.vue) | Vue | 133 | 0 | 12 | 145 |
|
||||
| [src/pages/verify/login.vue](/src/pages/verify/login.vue) | Vue | 157 | 0 | 17 | 174 |
|
||||
| [src/pages/weather/weather.vue](/src/pages/weather/weather.vue) | Vue | 5 | 0 | 3 | 8 |
|
||||
| [src/shime-uni.d.ts](/src/shime-uni.d.ts) | TypeScript | 5 | 0 | 1 | 6 |
|
||||
| [src/static/css/var.scss](/src/static/css/var.scss) | SCSS | 4 | 0 | 1 | 5 |
|
||||
| [src/store/index.js](/src/store/index.js) | JavaScript | 7 | 0 | 1 | 8 |
|
||||
| [src/store/modules/comment/comment.js](/src/store/modules/comment/comment.js) | JavaScript | 162 | 17 | 13 | 192 |
|
||||
| [src/store/modules/comment/index.js](/src/store/modules/comment/index.js) | JavaScript | 1 | 0 | 1 | 2 |
|
||||
| [src/store/modules/common/common.js](/src/store/modules/common/common.js) | JavaScript | 17 | 2 | 5 | 24 |
|
||||
| [src/store/modules/common/index.js](/src/store/modules/common/index.js) | JavaScript | 1 | 0 | 0 | 1 |
|
||||
| [src/store/modules/home/home.js](/src/store/modules/home/home.js) | JavaScript | 4 | 0 | 2 | 6 |
|
||||
| [src/store/modules/home/index.js](/src/store/modules/home/index.js) | JavaScript | 1 | 0 | 1 | 2 |
|
||||
| [src/store/modules/post/index.js](/src/store/modules/post/index.js) | JavaScript | 1 | 0 | 1 | 2 |
|
||||
| [src/store/modules/post/post.js](/src/store/modules/post/post.js) | JavaScript | 46 | 2 | 7 | 55 |
|
||||
| [src/store/modules/share/commonShare.js](/src/store/modules/share/commonShare.js) | JavaScript | 129 | 5 | 15 | 149 |
|
||||
| [src/store/modules/share/index.js](/src/store/modules/share/index.js) | JavaScript | 2 | 0 | 1 | 3 |
|
||||
| [src/store/modules/share/videoShare.js](/src/store/modules/share/videoShare.js) | JavaScript | 34 | 5 | 8 | 47 |
|
||||
| [src/store/modules/toast/index.js](/src/store/modules/toast/index.js) | JavaScript | 1 | 0 | 0 | 1 |
|
||||
| [src/store/modules/toast/toast.js](/src/store/modules/toast/toast.js) | JavaScript | 14 | 0 | 2 | 16 |
|
||||
| [src/store/modules/user/index.js](/src/store/modules/user/index.js) | JavaScript | 1 | 0 | 1 | 2 |
|
||||
| [src/store/modules/user/user.js](/src/store/modules/user/user.js) | JavaScript | 309 | 53 | 27 | 389 |
|
||||
| [src/utils/api/api.js](/src/utils/api/api.js) | JavaScript | 7 | 2 | 3 | 12 |
|
||||
| [src/utils/api/base.js](/src/utils/api/base.js) | JavaScript | 68 | 0 | 5 | 73 |
|
||||
| [src/utils/api/comment.js](/src/utils/api/comment.js) | JavaScript | 40 | 4 | 4 | 48 |
|
||||
| [src/utils/api/face.js](/src/utils/api/face.js) | JavaScript | 7 | 2 | 3 | 12 |
|
||||
| [src/utils/api/like.js](/src/utils/api/like.js) | JavaScript | 18 | 2 | 3 | 23 |
|
||||
| [src/utils/api/post.js](/src/utils/api/post.js) | JavaScript | 24 | 36 | 3 | 63 |
|
||||
| [src/utils/api/upload.js](/src/utils/api/upload.js) | JavaScript | 36 | 1 | 5 | 42 |
|
||||
| [src/utils/api/user.js](/src/utils/api/user.js) | JavaScript | 65 | 5 | 5 | 75 |
|
||||
| [src/utils/config/constants.js](/src/utils/config/constants.js) | JavaScript | 4 | 4 | 2 | 10 |
|
||||
| [src/utils/config/http.js](/src/utils/config/http.js) | JavaScript | 2 | 2 | 2 | 6 |
|
||||
| [src/utils/enum/auth.js](/src/utils/enum/auth.js) | JavaScript | 3 | 0 | 1 | 4 |
|
||||
| [src/utils/enum/http.js](/src/utils/enum/http.js) | JavaScript | 4 | 0 | 1 | 5 |
|
||||
| [src/utils/fn/index.js](/src/utils/fn/index.js) | JavaScript | 103 | 68 | 16 | 187 |
|
||||
| [src/utils/fn/init.js](/src/utils/fn/init.js) | JavaScript | 24 | 5 | 3 | 32 |
|
||||
| [src/utils/fn/toast.js](/src/utils/fn/toast.js) | JavaScript | 37 | 0 | 4 | 41 |
|
||||
|
||||
[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
||||
@ -0,0 +1,65 @@
|
||||
# Diff Details
|
||||
|
||||
Date : 2023-10-27 23:42:28
|
||||
|
||||
Directory e:\\Layou\\src\\laoyou_client\\src
|
||||
|
||||
Total : 50 files, 1828 codes, 141 comments, 204 blanks, all 2173 lines
|
||||
|
||||
[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
|
||||
|
||||
## Files
|
||||
| filename | language | code | comment | blank | total |
|
||||
| :--- | :--- | ---: | ---: | ---: | ---: |
|
||||
| [src/App.vue](/src/App.vue) | Vue | -6 | 0 | 0 | -6 |
|
||||
| [src/component/block/customBlock.vue](/src/component/block/customBlock.vue) | Vue | 6 | 0 | 0 | 6 |
|
||||
| [src/component/button/likeButton.vue](/src/component/button/likeButton.vue) | Vue | 18 | 0 | 3 | 21 |
|
||||
| [src/component/card/WideCommentCard.vue](/src/component/card/WideCommentCard.vue) | Vue | 126 | 1 | 12 | 139 |
|
||||
| [src/component/card/WideCommonShareCard..vue](/src/component/card/WideCommonShareCard..vue) | Vue | 177 | 1 | 11 | 189 |
|
||||
| [src/component/card/card.vue](/src/component/card/card.vue) | Vue | 17 | 0 | 3 | 20 |
|
||||
| [src/component/commentInput/commentInput.vue](/src/component/commentInput/commentInput.vue) | Vue | 19 | 0 | 2 | 21 |
|
||||
| [src/component/comments/commentDetail.vue](/src/component/comments/commentDetail.vue) | Vue | 43 | 0 | 9 | 52 |
|
||||
| [src/component/comments/commentList.vue](/src/component/comments/commentList.vue) | Vue | -73 | 0 | -1 | -74 |
|
||||
| [src/component/comments/comments.vue](/src/component/comments/comments.vue) | Vue | 30 | 0 | 9 | 39 |
|
||||
| [src/component/comments/footerComment.vue](/src/component/comments/footerComment.vue) | Vue | 7 | 0 | 1 | 8 |
|
||||
| [src/component/header/fade-header.vue](/src/component/header/fade-header.vue) | Vue | 97 | 0 | 12 | 109 |
|
||||
| [src/component/lazyImg/lazyImg.vue](/src/component/lazyImg/lazyImg.vue) | Vue | 4 | 0 | -1 | 3 |
|
||||
| [src/component/loading/loading_v2.vue](/src/component/loading/loading_v2.vue) | Vue | 66 | 1 | 11 | 78 |
|
||||
| [src/component/other/scroll-footer.vue](/src/component/other/scroll-footer.vue) | Vue | 53 | 0 | 3 | 56 |
|
||||
| [src/component/topTabBar/topTabBar.vue](/src/component/topTabBar/topTabBar.vue) | Vue | -14 | 0 | 0 | -14 |
|
||||
| [src/layouts/commonLayout.vue](/src/layouts/commonLayout.vue) | Vue | 20 | 0 | 5 | 25 |
|
||||
| [src/pages.json](/src/pages.json) | JSON | 6 | 0 | 0 | 6 |
|
||||
| [src/pages/function/function.vue](/src/pages/function/function.vue) | Vue | 33 | 5 | 8 | 46 |
|
||||
| [src/pages/function/user-interaction.vue](/src/pages/function/user-interaction.vue) | Vue | 342 | 3 | 27 | 372 |
|
||||
| [src/pages/health/health.vue](/src/pages/health/health.vue) | Vue | 78 | -8 | 5 | 75 |
|
||||
| [src/pages/index/index.vue](/src/pages/index/index.vue) | Vue | 57 | 0 | 8 | 65 |
|
||||
| [src/pages/post/post.vue](/src/pages/post/post.vue) | Vue | -5 | 0 | 1 | -4 |
|
||||
| [src/pages/setting/face-auth-setting.vue](/src/pages/setting/face-auth-setting.vue) | Vue | 191 | 0 | 15 | 206 |
|
||||
| [src/pages/setting/setting.vue](/src/pages/setting/setting.vue) | Vue | 7 | 0 | 2 | 9 |
|
||||
| [src/pages/setting/userSetting.vue](/src/pages/setting/userSetting.vue) | Vue | 6 | 0 | 0 | 6 |
|
||||
| [src/pages/share/commonShare.vue](/src/pages/share/commonShare.vue) | Vue | -1 | 0 | 0 | -1 |
|
||||
| [src/pages/share/share.vue](/src/pages/share/share.vue) | Vue | -2 | 0 | 0 | -2 |
|
||||
| [src/pages/test/test.vue](/src/pages/test/test.vue) | Vue | 106 | 0 | 5 | 111 |
|
||||
| [src/pages/verify/face-login.vue](/src/pages/verify/face-login.vue) | Vue | 133 | 0 | 12 | 145 |
|
||||
| [src/pages/verify/login.vue](/src/pages/verify/login.vue) | Vue | 15 | -6 | 5 | 14 |
|
||||
| [src/pages/verify/verify.vue](/src/pages/verify/verify.vue) | Vue | -86 | 0 | -7 | -93 |
|
||||
| [src/store/modules/comment/comment.js](/src/store/modules/comment/comment.js) | JavaScript | 95 | 9 | 7 | 111 |
|
||||
| [src/store/modules/common/common.js](/src/store/modules/common/common.js) | JavaScript | 1 | 2 | 1 | 4 |
|
||||
| [src/store/modules/home/home.js](/src/store/modules/home/home.js) | JavaScript | -1 | 0 | 0 | -1 |
|
||||
| [src/store/modules/post/post.js](/src/store/modules/post/post.js) | JavaScript | -20 | 2 | 1 | -17 |
|
||||
| [src/store/modules/share/commonShare.js](/src/store/modules/share/commonShare.js) | JavaScript | -15 | 1 | 0 | -14 |
|
||||
| [src/store/modules/share/videoShare.js](/src/store/modules/share/videoShare.js) | JavaScript | -19 | -1 | -1 | -21 |
|
||||
| [src/store/modules/user/user.js](/src/store/modules/user/user.js) | JavaScript | 133 | 34 | 10 | 177 |
|
||||
| [src/utils/api/api.js](/src/utils/api/api.js) | JavaScript | 7 | 2 | 3 | 12 |
|
||||
| [src/utils/api/base.js](/src/utils/api/base.js) | JavaScript | 68 | 0 | 5 | 73 |
|
||||
| [src/utils/api/comment.js](/src/utils/api/comment.js) | JavaScript | 0 | 4 | 2 | 6 |
|
||||
| [src/utils/api/face.js](/src/utils/api/face.js) | JavaScript | 7 | 2 | 3 | 12 |
|
||||
| [src/utils/api/like.js](/src/utils/api/like.js) | JavaScript | 18 | 2 | 3 | 23 |
|
||||
| [src/utils/api/post.js](/src/utils/api/post.js) | JavaScript | 22 | 36 | 2 | 60 |
|
||||
| [src/utils/api/upload.js](/src/utils/api/upload.js) | JavaScript | 10 | 1 | 1 | 12 |
|
||||
| [src/utils/api/user.js](/src/utils/api/user.js) | JavaScript | 4 | 1 | 1 | 6 |
|
||||
| [src/utils/config/constants.js](/src/utils/config/constants.js) | JavaScript | 3 | 4 | 2 | 9 |
|
||||
| [src/utils/enum/http.js](/src/utils/enum/http.js) | JavaScript | 4 | 0 | 1 | 5 |
|
||||
| [src/utils/fn/index.js](/src/utils/fn/index.js) | JavaScript | 41 | 45 | 3 | 89 |
|
||||
|
||||
[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
|
||||
|
@ -0,0 +1,58 @@
|
||||
# Diff Summary
|
||||
|
||||
Date : 2023-10-27 23:42:28
|
||||
|
||||
Directory e:\\Layou\\src\\laoyou_client\\src
|
||||
|
||||
Total : 50 files, 1828 codes, 141 comments, 204 blanks, all 2173 lines
|
||||
|
||||
[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
|
||||
|
||||
## Languages
|
||||
| language | files | code | comment | blank | total |
|
||||
| :--- | ---: | ---: | ---: | ---: | ---: |
|
||||
| Vue | 31 | 1,464 | -3 | 160 | 1,621 |
|
||||
| JavaScript | 18 | 358 | 144 | 44 | 546 |
|
||||
| JSON | 1 | 6 | 0 | 0 | 6 |
|
||||
|
||||
## Directories
|
||||
| path | files | code | comment | blank | total |
|
||||
| :--- | ---: | ---: | ---: | ---: | ---: |
|
||||
| . | 50 | 1,828 | 141 | 204 | 2,173 |
|
||||
| . (Files) | 2 | 0 | 0 | 0 | 0 |
|
||||
| component | 15 | 576 | 3 | 74 | 653 |
|
||||
| component\\block | 1 | 6 | 0 | 0 | 6 |
|
||||
| component\\button | 1 | 18 | 0 | 3 | 21 |
|
||||
| component\\card | 3 | 320 | 2 | 26 | 348 |
|
||||
| component\\commentInput | 1 | 19 | 0 | 2 | 21 |
|
||||
| component\\comments | 4 | 7 | 0 | 18 | 25 |
|
||||
| component\\header | 1 | 97 | 0 | 12 | 109 |
|
||||
| component\\lazyImg | 1 | 4 | 0 | -1 | 3 |
|
||||
| component\\loading | 1 | 66 | 1 | 11 | 78 |
|
||||
| component\\other | 1 | 53 | 0 | 3 | 56 |
|
||||
| component\\topTabBar | 1 | -14 | 0 | 0 | -14 |
|
||||
| layouts | 1 | 20 | 0 | 5 | 25 |
|
||||
| pages | 14 | 874 | -6 | 81 | 949 |
|
||||
| pages\\function | 2 | 375 | 8 | 35 | 418 |
|
||||
| pages\\health | 1 | 78 | -8 | 5 | 75 |
|
||||
| pages\\index | 1 | 57 | 0 | 8 | 65 |
|
||||
| pages\\post | 1 | -5 | 0 | 1 | -4 |
|
||||
| pages\\setting | 3 | 204 | 0 | 17 | 221 |
|
||||
| pages\\share | 2 | -3 | 0 | 0 | -3 |
|
||||
| pages\\test | 1 | 106 | 0 | 5 | 111 |
|
||||
| pages\\verify | 3 | 62 | -6 | 10 | 66 |
|
||||
| store | 7 | 174 | 47 | 18 | 239 |
|
||||
| store\\modules | 7 | 174 | 47 | 18 | 239 |
|
||||
| store\\modules\\comment | 1 | 95 | 9 | 7 | 111 |
|
||||
| store\\modules\\common | 1 | 1 | 2 | 1 | 4 |
|
||||
| store\\modules\\home | 1 | -1 | 0 | 0 | -1 |
|
||||
| store\\modules\\post | 1 | -20 | 2 | 1 | -17 |
|
||||
| store\\modules\\share | 2 | -34 | 0 | -1 | -35 |
|
||||
| store\\modules\\user | 1 | 133 | 34 | 10 | 177 |
|
||||
| utils | 11 | 184 | 97 | 26 | 307 |
|
||||
| utils\\api | 8 | 136 | 48 | 20 | 204 |
|
||||
| utils\\config | 1 | 3 | 4 | 2 | 9 |
|
||||
| utils\\enum | 1 | 4 | 0 | 1 | 5 |
|
||||
| utils\\fn | 1 | 41 | 45 | 3 | 89 |
|
||||
|
||||
[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
|
||||
@ -0,0 +1,111 @@
|
||||
Date : 2023-10-27 23:42:28
|
||||
Directory : e:\Layou\src\laoyou_client\src
|
||||
Total : 50 files, 1828 codes, 141 comments, 204 blanks, all 2173 lines
|
||||
|
||||
Languages
|
||||
+------------+------------+------------+------------+------------+------------+
|
||||
| language | files | code | comment | blank | total |
|
||||
+------------+------------+------------+------------+------------+------------+
|
||||
| Vue | 31 | 1,464 | -3 | 160 | 1,621 |
|
||||
| JavaScript | 18 | 358 | 144 | 44 | 546 |
|
||||
| JSON | 1 | 6 | 0 | 0 | 6 |
|
||||
+------------+------------+------------+------------+------------+------------+
|
||||
|
||||
Directories
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
| path | files | code | comment | blank | total |
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
| . | 50 | 1,828 | 141 | 204 | 2,173 |
|
||||
| . (Files) | 2 | 0 | 0 | 0 | 0 |
|
||||
| component | 15 | 576 | 3 | 74 | 653 |
|
||||
| component\block | 1 | 6 | 0 | 0 | 6 |
|
||||
| component\button | 1 | 18 | 0 | 3 | 21 |
|
||||
| component\card | 3 | 320 | 2 | 26 | 348 |
|
||||
| component\commentInput | 1 | 19 | 0 | 2 | 21 |
|
||||
| component\comments | 4 | 7 | 0 | 18 | 25 |
|
||||
| component\header | 1 | 97 | 0 | 12 | 109 |
|
||||
| component\lazyImg | 1 | 4 | 0 | -1 | 3 |
|
||||
| component\loading | 1 | 66 | 1 | 11 | 78 |
|
||||
| component\other | 1 | 53 | 0 | 3 | 56 |
|
||||
| component\topTabBar | 1 | -14 | 0 | 0 | -14 |
|
||||
| layouts | 1 | 20 | 0 | 5 | 25 |
|
||||
| pages | 14 | 874 | -6 | 81 | 949 |
|
||||
| pages\function | 2 | 375 | 8 | 35 | 418 |
|
||||
| pages\health | 1 | 78 | -8 | 5 | 75 |
|
||||
| pages\index | 1 | 57 | 0 | 8 | 65 |
|
||||
| pages\post | 1 | -5 | 0 | 1 | -4 |
|
||||
| pages\setting | 3 | 204 | 0 | 17 | 221 |
|
||||
| pages\share | 2 | -3 | 0 | 0 | -3 |
|
||||
| pages\test | 1 | 106 | 0 | 5 | 111 |
|
||||
| pages\verify | 3 | 62 | -6 | 10 | 66 |
|
||||
| store | 7 | 174 | 47 | 18 | 239 |
|
||||
| store\modules | 7 | 174 | 47 | 18 | 239 |
|
||||
| store\modules\comment | 1 | 95 | 9 | 7 | 111 |
|
||||
| store\modules\common | 1 | 1 | 2 | 1 | 4 |
|
||||
| store\modules\home | 1 | -1 | 0 | 0 | -1 |
|
||||
| store\modules\post | 1 | -20 | 2 | 1 | -17 |
|
||||
| store\modules\share | 2 | -34 | 0 | -1 | -35 |
|
||||
| store\modules\user | 1 | 133 | 34 | 10 | 177 |
|
||||
| utils | 11 | 184 | 97 | 26 | 307 |
|
||||
| utils\api | 8 | 136 | 48 | 20 | 204 |
|
||||
| utils\config | 1 | 3 | 4 | 2 | 9 |
|
||||
| utils\enum | 1 | 4 | 0 | 1 | 5 |
|
||||
| utils\fn | 1 | 41 | 45 | 3 | 89 |
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
|
||||
Files
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
| filename | language | code | comment | blank | total |
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
| e:\Layou\src\laoyou_client\src\App.vue | Vue | -6 | 0 | 0 | -6 |
|
||||
| e:\Layou\src\laoyou_client\src\component\block\customBlock.vue | Vue | 6 | 0 | 0 | 6 |
|
||||
| e:\Layou\src\laoyou_client\src\component\button\likeButton.vue | Vue | 18 | 0 | 3 | 21 |
|
||||
| e:\Layou\src\laoyou_client\src\component\card\WideCommentCard.vue | Vue | 126 | 1 | 12 | 139 |
|
||||
| e:\Layou\src\laoyou_client\src\component\card\WideCommonShareCard..vue | Vue | 177 | 1 | 11 | 189 |
|
||||
| e:\Layou\src\laoyou_client\src\component\card\card.vue | Vue | 17 | 0 | 3 | 20 |
|
||||
| e:\Layou\src\laoyou_client\src\component\commentInput\commentInput.vue | Vue | 19 | 0 | 2 | 21 |
|
||||
| e:\Layou\src\laoyou_client\src\component\comments\commentDetail.vue | Vue | 43 | 0 | 9 | 52 |
|
||||
| e:\Layou\src\laoyou_client\src\component\comments\commentList.vue | Vue | -73 | 0 | -1 | -74 |
|
||||
| e:\Layou\src\laoyou_client\src\component\comments\comments.vue | Vue | 30 | 0 | 9 | 39 |
|
||||
| e:\Layou\src\laoyou_client\src\component\comments\footerComment.vue | Vue | 7 | 0 | 1 | 8 |
|
||||
| e:\Layou\src\laoyou_client\src\component\header\fade-header.vue | Vue | 97 | 0 | 12 | 109 |
|
||||
| e:\Layou\src\laoyou_client\src\component\lazyImg\lazyImg.vue | Vue | 4 | 0 | -1 | 3 |
|
||||
| e:\Layou\src\laoyou_client\src\component\loading\loading_v2.vue | Vue | 66 | 1 | 11 | 78 |
|
||||
| e:\Layou\src\laoyou_client\src\component\other\scroll-footer.vue | Vue | 53 | 0 | 3 | 56 |
|
||||
| e:\Layou\src\laoyou_client\src\component\topTabBar\topTabBar.vue | Vue | -14 | 0 | 0 | -14 |
|
||||
| e:\Layou\src\laoyou_client\src\layouts\commonLayout.vue | Vue | 20 | 0 | 5 | 25 |
|
||||
| e:\Layou\src\laoyou_client\src\pages.json | JSON | 6 | 0 | 0 | 6 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\function\function.vue | Vue | 33 | 5 | 8 | 46 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\function\user-interaction.vue | Vue | 342 | 3 | 27 | 372 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\health\health.vue | Vue | 78 | -8 | 5 | 75 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\index\index.vue | Vue | 57 | 0 | 8 | 65 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\post\post.vue | Vue | -5 | 0 | 1 | -4 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\setting\face-auth-setting.vue | Vue | 191 | 0 | 15 | 206 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\setting\setting.vue | Vue | 7 | 0 | 2 | 9 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\setting\userSetting.vue | Vue | 6 | 0 | 0 | 6 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\share\commonShare.vue | Vue | -1 | 0 | 0 | -1 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\share\share.vue | Vue | -2 | 0 | 0 | -2 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\test\test.vue | Vue | 106 | 0 | 5 | 111 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\verify\face-login.vue | Vue | 133 | 0 | 12 | 145 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\verify\login.vue | Vue | 15 | -6 | 5 | 14 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\verify\verify.vue | Vue | -86 | 0 | -7 | -93 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\comment\comment.js | JavaScript | 95 | 9 | 7 | 111 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\common\common.js | JavaScript | 1 | 2 | 1 | 4 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\home\home.js | JavaScript | -1 | 0 | 0 | -1 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\post\post.js | JavaScript | -20 | 2 | 1 | -17 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\share\commonShare.js | JavaScript | -15 | 1 | 0 | -14 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\share\videoShare.js | JavaScript | -19 | -1 | -1 | -21 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\user\user.js | JavaScript | 133 | 34 | 10 | 177 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\api.js | JavaScript | 7 | 2 | 3 | 12 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\base.js | JavaScript | 68 | 0 | 5 | 73 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\comment.js | JavaScript | 0 | 4 | 2 | 6 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\face.js | JavaScript | 7 | 2 | 3 | 12 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\like.js | JavaScript | 18 | 2 | 3 | 23 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\post.js | JavaScript | 22 | 36 | 2 | 60 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\upload.js | JavaScript | 10 | 1 | 1 | 12 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\user.js | JavaScript | 4 | 1 | 1 | 6 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\config\constants.js | JavaScript | 3 | 4 | 2 | 9 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\enum\http.js | JavaScript | 4 | 0 | 1 | 5 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\fn\index.js | JavaScript | 41 | 45 | 3 | 89 |
|
||||
| Total | | 1,828 | 141 | 204 | 2,173 |
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,72 @@
|
||||
# Summary
|
||||
|
||||
Date : 2023-10-27 23:42:28
|
||||
|
||||
Directory e:\\Layou\\src\\laoyou_client\\src
|
||||
|
||||
Total : 84 files, 7169 codes, 275 comments, 683 blanks, all 8127 lines
|
||||
|
||||
Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
||||
|
||||
## Languages
|
||||
| language | files | code | comment | blank | total |
|
||||
| :--- | ---: | ---: | ---: | ---: | ---: |
|
||||
| Vue | 46 | 5,740 | 32 | 509 | 6,281 |
|
||||
| JavaScript | 33 | 1,184 | 216 | 148 | 1,548 |
|
||||
| JSON | 2 | 181 | 1 | 4 | 186 |
|
||||
| SCSS | 2 | 59 | 26 | 21 | 106 |
|
||||
| TypeScript | 1 | 5 | 0 | 1 | 6 |
|
||||
|
||||
## Directories
|
||||
| path | files | code | comment | blank | total |
|
||||
| :--- | ---: | ---: | ---: | ---: | ---: |
|
||||
| . | 84 | 7,169 | 275 | 683 | 8,127 |
|
||||
| . (Files) | 6 | 263 | 28 | 30 | 321 |
|
||||
| component | 28 | 2,504 | 16 | 245 | 2,765 |
|
||||
| component\\block | 2 | 92 | 0 | 10 | 102 |
|
||||
| component\\box | 2 | 115 | 0 | 12 | 127 |
|
||||
| component\\button | 2 | 134 | 0 | 13 | 147 |
|
||||
| component\\card | 3 | 438 | 2 | 34 | 474 |
|
||||
| component\\commentInput | 1 | 158 | 5 | 14 | 177 |
|
||||
| component\\comments | 4 | 378 | 2 | 46 | 426 |
|
||||
| component\\commitBox | 1 | 103 | 0 | 12 | 115 |
|
||||
| component\\drawer | 1 | 74 | 0 | 8 | 82 |
|
||||
| component\\header | 2 | 176 | 0 | 19 | 195 |
|
||||
| component\\lazyImg | 1 | 84 | 0 | 5 | 89 |
|
||||
| component\\loading | 2 | 128 | 2 | 19 | 149 |
|
||||
| component\\other | 1 | 53 | 0 | 3 | 56 |
|
||||
| component\\picker | 2 | 300 | 5 | 30 | 335 |
|
||||
| component\\toast | 1 | 84 | 0 | 7 | 91 |
|
||||
| component\\topTabBar | 1 | 111 | 0 | 6 | 117 |
|
||||
| component\\transiton | 2 | 76 | 0 | 7 | 83 |
|
||||
| layouts | 1 | 68 | 0 | 13 | 81 |
|
||||
| pages | 17 | 3,158 | 16 | 249 | 3,423 |
|
||||
| pages\\function | 2 | 611 | 10 | 47 | 668 |
|
||||
| pages\\health | 1 | 289 | 2 | 12 | 303 |
|
||||
| pages\\index | 1 | 133 | 0 | 17 | 150 |
|
||||
| pages\\learn | 1 | 111 | 0 | 13 | 124 |
|
||||
| pages\\post | 2 | 309 | 0 | 22 | 331 |
|
||||
| pages\\setting | 3 | 602 | 4 | 43 | 649 |
|
||||
| pages\\share | 3 | 687 | 0 | 54 | 741 |
|
||||
| pages\\test | 1 | 121 | 0 | 9 | 130 |
|
||||
| pages\\verify | 2 | 290 | 0 | 29 | 319 |
|
||||
| pages\\weather | 1 | 5 | 0 | 3 | 8 |
|
||||
| static | 1 | 4 | 0 | 1 | 5 |
|
||||
| static\\css | 1 | 4 | 0 | 1 | 5 |
|
||||
| store | 16 | 730 | 84 | 85 | 899 |
|
||||
| store (Files) | 1 | 7 | 0 | 1 | 8 |
|
||||
| store\\modules | 15 | 723 | 84 | 84 | 891 |
|
||||
| store\\modules\\comment | 2 | 163 | 17 | 14 | 194 |
|
||||
| store\\modules\\common | 2 | 18 | 2 | 5 | 25 |
|
||||
| store\\modules\\home | 2 | 5 | 0 | 3 | 8 |
|
||||
| store\\modules\\post | 2 | 47 | 2 | 8 | 57 |
|
||||
| store\\modules\\share | 3 | 165 | 10 | 24 | 199 |
|
||||
| store\\modules\\toast | 2 | 15 | 0 | 2 | 17 |
|
||||
| store\\modules\\user | 2 | 310 | 53 | 28 | 391 |
|
||||
| utils | 15 | 442 | 131 | 60 | 633 |
|
||||
| utils\\api | 8 | 265 | 52 | 31 | 348 |
|
||||
| utils\\config | 2 | 6 | 6 | 4 | 16 |
|
||||
| utils\\enum | 2 | 7 | 0 | 2 | 9 |
|
||||
| utils\\fn | 3 | 164 | 73 | 23 | 260 |
|
||||
|
||||
Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
||||
@ -0,0 +1,159 @@
|
||||
Date : 2023-10-27 23:42:28
|
||||
Directory : e:\Layou\src\laoyou_client\src
|
||||
Total : 84 files, 7169 codes, 275 comments, 683 blanks, all 8127 lines
|
||||
|
||||
Languages
|
||||
+------------+------------+------------+------------+------------+------------+
|
||||
| language | files | code | comment | blank | total |
|
||||
+------------+------------+------------+------------+------------+------------+
|
||||
| Vue | 46 | 5,740 | 32 | 509 | 6,281 |
|
||||
| JavaScript | 33 | 1,184 | 216 | 148 | 1,548 |
|
||||
| JSON | 2 | 181 | 1 | 4 | 186 |
|
||||
| SCSS | 2 | 59 | 26 | 21 | 106 |
|
||||
| TypeScript | 1 | 5 | 0 | 1 | 6 |
|
||||
+------------+------------+------------+------------+------------+------------+
|
||||
|
||||
Directories
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
| path | files | code | comment | blank | total |
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
| . | 84 | 7,169 | 275 | 683 | 8,127 |
|
||||
| . (Files) | 6 | 263 | 28 | 30 | 321 |
|
||||
| component | 28 | 2,504 | 16 | 245 | 2,765 |
|
||||
| component\block | 2 | 92 | 0 | 10 | 102 |
|
||||
| component\box | 2 | 115 | 0 | 12 | 127 |
|
||||
| component\button | 2 | 134 | 0 | 13 | 147 |
|
||||
| component\card | 3 | 438 | 2 | 34 | 474 |
|
||||
| component\commentInput | 1 | 158 | 5 | 14 | 177 |
|
||||
| component\comments | 4 | 378 | 2 | 46 | 426 |
|
||||
| component\commitBox | 1 | 103 | 0 | 12 | 115 |
|
||||
| component\drawer | 1 | 74 | 0 | 8 | 82 |
|
||||
| component\header | 2 | 176 | 0 | 19 | 195 |
|
||||
| component\lazyImg | 1 | 84 | 0 | 5 | 89 |
|
||||
| component\loading | 2 | 128 | 2 | 19 | 149 |
|
||||
| component\other | 1 | 53 | 0 | 3 | 56 |
|
||||
| component\picker | 2 | 300 | 5 | 30 | 335 |
|
||||
| component\toast | 1 | 84 | 0 | 7 | 91 |
|
||||
| component\topTabBar | 1 | 111 | 0 | 6 | 117 |
|
||||
| component\transiton | 2 | 76 | 0 | 7 | 83 |
|
||||
| layouts | 1 | 68 | 0 | 13 | 81 |
|
||||
| pages | 17 | 3,158 | 16 | 249 | 3,423 |
|
||||
| pages\function | 2 | 611 | 10 | 47 | 668 |
|
||||
| pages\health | 1 | 289 | 2 | 12 | 303 |
|
||||
| pages\index | 1 | 133 | 0 | 17 | 150 |
|
||||
| pages\learn | 1 | 111 | 0 | 13 | 124 |
|
||||
| pages\post | 2 | 309 | 0 | 22 | 331 |
|
||||
| pages\setting | 3 | 602 | 4 | 43 | 649 |
|
||||
| pages\share | 3 | 687 | 0 | 54 | 741 |
|
||||
| pages\test | 1 | 121 | 0 | 9 | 130 |
|
||||
| pages\verify | 2 | 290 | 0 | 29 | 319 |
|
||||
| pages\weather | 1 | 5 | 0 | 3 | 8 |
|
||||
| static | 1 | 4 | 0 | 1 | 5 |
|
||||
| static\css | 1 | 4 | 0 | 1 | 5 |
|
||||
| store | 16 | 730 | 84 | 85 | 899 |
|
||||
| store (Files) | 1 | 7 | 0 | 1 | 8 |
|
||||
| store\modules | 15 | 723 | 84 | 84 | 891 |
|
||||
| store\modules\comment | 2 | 163 | 17 | 14 | 194 |
|
||||
| store\modules\common | 2 | 18 | 2 | 5 | 25 |
|
||||
| store\modules\home | 2 | 5 | 0 | 3 | 8 |
|
||||
| store\modules\post | 2 | 47 | 2 | 8 | 57 |
|
||||
| store\modules\share | 3 | 165 | 10 | 24 | 199 |
|
||||
| store\modules\toast | 2 | 15 | 0 | 2 | 17 |
|
||||
| store\modules\user | 2 | 310 | 53 | 28 | 391 |
|
||||
| utils | 15 | 442 | 131 | 60 | 633 |
|
||||
| utils\api | 8 | 265 | 52 | 31 | 348 |
|
||||
| utils\config | 2 | 6 | 6 | 4 | 16 |
|
||||
| utils\enum | 2 | 7 | 0 | 2 | 9 |
|
||||
| utils\fn | 3 | 164 | 73 | 23 | 260 |
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
|
||||
Files
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
| filename | language | code | comment | blank | total |
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
| e:\Layou\src\laoyou_client\src\App.vue | Vue | 11 | 0 | 2 | 13 |
|
||||
| e:\Layou\src\laoyou_client\src\component\block\customBlock.vue | Vue | 55 | 0 | 4 | 59 |
|
||||
| e:\Layou\src\laoyou_client\src\component\block\editBlock.vue | Vue | 37 | 0 | 6 | 43 |
|
||||
| e:\Layou\src\laoyou_client\src\component\box\closeBox.vue | Vue | 39 | 0 | 4 | 43 |
|
||||
| e:\Layou\src\laoyou_client\src\component\box\newbox.vue | Vue | 76 | 0 | 8 | 84 |
|
||||
| e:\Layou\src\laoyou_client\src\component\button\likeButton.vue | Vue | 86 | 0 | 9 | 95 |
|
||||
| e:\Layou\src\laoyou_client\src\component\button\smallButton.vue | Vue | 48 | 0 | 4 | 52 |
|
||||
| e:\Layou\src\laoyou_client\src\component\card\WideCommentCard.vue | Vue | 126 | 1 | 12 | 139 |
|
||||
| e:\Layou\src\laoyou_client\src\component\card\WideCommonShareCard..vue | Vue | 177 | 1 | 11 | 189 |
|
||||
| e:\Layou\src\laoyou_client\src\component\card\card.vue | Vue | 135 | 0 | 11 | 146 |
|
||||
| e:\Layou\src\laoyou_client\src\component\commentInput\commentInput.vue | Vue | 158 | 5 | 14 | 177 |
|
||||
| e:\Layou\src\laoyou_client\src\component\comments\commentDetail.vue | Vue | 115 | 0 | 13 | 128 |
|
||||
| e:\Layou\src\laoyou_client\src\component\comments\commentList.vue | Vue | 30 | 0 | 5 | 35 |
|
||||
| e:\Layou\src\laoyou_client\src\component\comments\comments.vue | Vue | 116 | 0 | 17 | 133 |
|
||||
| e:\Layou\src\laoyou_client\src\component\comments\footerComment.vue | Vue | 117 | 2 | 11 | 130 |
|
||||
| e:\Layou\src\laoyou_client\src\component\commitBox\commitBox.vue | Vue | 103 | 0 | 12 | 115 |
|
||||
| e:\Layou\src\laoyou_client\src\component\drawer\drawer.vue | Vue | 74 | 0 | 8 | 82 |
|
||||
| e:\Layou\src\laoyou_client\src\component\header\fade-header.vue | Vue | 97 | 0 | 12 | 109 |
|
||||
| e:\Layou\src\laoyou_client\src\component\header\header.vue | Vue | 79 | 0 | 7 | 86 |
|
||||
| e:\Layou\src\laoyou_client\src\component\lazyImg\lazyImg.vue | Vue | 84 | 0 | 5 | 89 |
|
||||
| e:\Layou\src\laoyou_client\src\component\loading\commonLoading.vue | Vue | 62 | 1 | 8 | 71 |
|
||||
| e:\Layou\src\laoyou_client\src\component\loading\loading_v2.vue | Vue | 66 | 1 | 11 | 78 |
|
||||
| e:\Layou\src\laoyou_client\src\component\other\scroll-footer.vue | Vue | 53 | 0 | 3 | 56 |
|
||||
| e:\Layou\src\laoyou_client\src\component\picker\mulPicker.vue | Vue | 170 | 0 | 15 | 185 |
|
||||
| e:\Layou\src\laoyou_client\src\component\picker\picker.vue | Vue | 130 | 5 | 15 | 150 |
|
||||
| e:\Layou\src\laoyou_client\src\component\toast\customToast.vue | Vue | 84 | 0 | 7 | 91 |
|
||||
| e:\Layou\src\laoyou_client\src\component\topTabBar\topTabBar.vue | Vue | 111 | 0 | 6 | 117 |
|
||||
| e:\Layou\src\laoyou_client\src\component\transiton\config.js | JavaScript | 1 | 0 | 0 | 1 |
|
||||
| e:\Layou\src\laoyou_client\src\component\transiton\fadeTransiton.vue | Vue | 75 | 0 | 7 | 82 |
|
||||
| e:\Layou\src\laoyou_client\src\global.scss | SCSS | 55 | 26 | 20 | 101 |
|
||||
| e:\Layou\src\laoyou_client\src\layouts\commonLayout.vue | Vue | 68 | 0 | 13 | 81 |
|
||||
| e:\Layou\src\laoyou_client\src\main.js | JavaScript | 11 | 1 | 3 | 15 |
|
||||
| e:\Layou\src\laoyou_client\src\manifest.json | JSON | 64 | 1 | 1 | 66 |
|
||||
| e:\Layou\src\laoyou_client\src\pages.json | JSON | 117 | 0 | 3 | 120 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\function\function.vue | Vue | 269 | 7 | 20 | 296 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\function\user-interaction.vue | Vue | 342 | 3 | 27 | 372 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\health\health.vue | Vue | 289 | 2 | 12 | 303 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\index\index.vue | Vue | 133 | 0 | 17 | 150 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\learn\learn.vue | Vue | 111 | 0 | 13 | 124 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\post\post.vue | Vue | 220 | 0 | 16 | 236 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\post\postHeader.vue | Vue | 89 | 0 | 6 | 95 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\setting\face-auth-setting.vue | Vue | 191 | 0 | 15 | 206 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\setting\setting.vue | Vue | 75 | 0 | 11 | 86 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\setting\userSetting.vue | Vue | 336 | 4 | 17 | 357 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\share\commonShare.vue | Vue | 195 | 0 | 19 | 214 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\share\share.vue | Vue | 228 | 0 | 17 | 245 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\share\videoShare.vue | Vue | 264 | 0 | 18 | 282 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\test\test.vue | Vue | 121 | 0 | 9 | 130 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\verify\face-login.vue | Vue | 133 | 0 | 12 | 145 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\verify\login.vue | Vue | 157 | 0 | 17 | 174 |
|
||||
| e:\Layou\src\laoyou_client\src\pages\weather\weather.vue | Vue | 5 | 0 | 3 | 8 |
|
||||
| e:\Layou\src\laoyou_client\src\shime-uni.d.ts | TypeScript | 5 | 0 | 1 | 6 |
|
||||
| e:\Layou\src\laoyou_client\src\static\css\var.scss | SCSS | 4 | 0 | 1 | 5 |
|
||||
| e:\Layou\src\laoyou_client\src\store\index.js | JavaScript | 7 | 0 | 1 | 8 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\comment\comment.js | JavaScript | 162 | 17 | 13 | 192 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\comment\index.js | JavaScript | 1 | 0 | 1 | 2 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\common\common.js | JavaScript | 17 | 2 | 5 | 24 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\common\index.js | JavaScript | 1 | 0 | 0 | 1 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\home\home.js | JavaScript | 4 | 0 | 2 | 6 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\home\index.js | JavaScript | 1 | 0 | 1 | 2 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\post\index.js | JavaScript | 1 | 0 | 1 | 2 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\post\post.js | JavaScript | 46 | 2 | 7 | 55 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\share\commonShare.js | JavaScript | 129 | 5 | 15 | 149 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\share\index.js | JavaScript | 2 | 0 | 1 | 3 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\share\videoShare.js | JavaScript | 34 | 5 | 8 | 47 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\toast\index.js | JavaScript | 1 | 0 | 0 | 1 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\toast\toast.js | JavaScript | 14 | 0 | 2 | 16 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\user\index.js | JavaScript | 1 | 0 | 1 | 2 |
|
||||
| e:\Layou\src\laoyou_client\src\store\modules\user\user.js | JavaScript | 309 | 53 | 27 | 389 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\api.js | JavaScript | 7 | 2 | 3 | 12 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\base.js | JavaScript | 68 | 0 | 5 | 73 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\comment.js | JavaScript | 40 | 4 | 4 | 48 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\face.js | JavaScript | 7 | 2 | 3 | 12 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\like.js | JavaScript | 18 | 2 | 3 | 23 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\post.js | JavaScript | 24 | 36 | 3 | 63 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\upload.js | JavaScript | 36 | 1 | 5 | 42 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\api\user.js | JavaScript | 65 | 5 | 5 | 75 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\config\constants.js | JavaScript | 4 | 4 | 2 | 10 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\config\http.js | JavaScript | 2 | 2 | 2 | 6 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\enum\auth.js | JavaScript | 3 | 0 | 1 | 4 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\enum\http.js | JavaScript | 4 | 0 | 1 | 5 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\fn\index.js | JavaScript | 103 | 68 | 16 | 187 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\fn\init.js | JavaScript | 24 | 5 | 3 | 32 |
|
||||
| e:\Layou\src\laoyou_client\src\utils\fn\toast.js | JavaScript | 37 | 0 | 4 | 41 |
|
||||
| Total | | 7,169 | 275 | 683 | 8,127 |
|
||||
+------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||
@ -1,3 +1,7 @@
|
||||
export const Auth = {
|
||||
USER_TOKEN: "user_token",
|
||||
};
|
||||
|
||||
export const face_register = {
|
||||
223105: "人脸已经存在",
|
||||
};
|
||||
|
||||
Loading…
Reference in new issue