From d563f6ab73765221a0becae3048bb1c87fe43e67 Mon Sep 17 00:00:00 2001 From: humf <231006755@qq.com> Date: Sat, 31 Jan 2026 01:48:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yunying-app/App.vue | 33 + yunying-app/LICENSE | 21 + yunying-app/README.md | 55 + yunying-app/api/login.js | 59 + yunying-app/api/system/user.js | 41 + .../components/uni-section/uni-section.vue | 174 + yunying-app/config.js | 26 + yunying-app/main.js | 17 + yunying-app/manifest.json | 69 + yunying-app/pages.json | 120 + yunying-app/pages/common/textview/index.vue | 43 + yunying-app/pages/common/webview/index.vue | 34 + yunying-app/pages/index.vue | 43 + yunying-app/pages/login.vue | 202 + yunying-app/pages/mine/about/index.vue | 75 + yunying-app/pages/mine/avatar/index.vue | 650 + yunying-app/pages/mine/help/index.vue | 113 + yunying-app/pages/mine/index.vue | 197 + yunying-app/pages/mine/info/edit.vue | 126 + yunying-app/pages/mine/info/index.vue | 46 + yunying-app/pages/mine/pwd/index.vue | 85 + yunying-app/pages/mine/setting/index.vue | 78 + yunying-app/pages/register.vue | 197 + yunying-app/pages/work/index.vue | 182 + yunying-app/permission.js | 39 + yunying-app/plugins/auth.js | 60 + yunying-app/plugins/index.js | 14 + yunying-app/plugins/modal.js | 74 + yunying-app/plugins/tab.js | 30 + yunying-app/static/favicon.ico | Bin 0 -> 16958 bytes yunying-app/static/font/iconfont.css | 90 + yunying-app/static/font/iconfont.ttf | Bin 0 -> 6724 bytes yunying-app/static/images/banner/banner01.jpg | Bin 0 -> 39640 bytes yunying-app/static/images/banner/banner02.jpg | Bin 0 -> 37061 bytes yunying-app/static/images/banner/banner03.jpg | Bin 0 -> 38123 bytes yunying-app/static/images/profile.jpg | Bin 0 -> 81131 bytes yunying-app/static/images/tabbar/home.png | Bin 0 -> 3265 bytes yunying-app/static/images/tabbar/home_.png | Bin 0 -> 3229 bytes yunying-app/static/images/tabbar/mine.png | Bin 0 -> 4235 bytes yunying-app/static/images/tabbar/mine_.png | Bin 0 -> 4219 bytes yunying-app/static/images/tabbar/work.png | Bin 0 -> 4108 bytes yunying-app/static/images/tabbar/work_.png | Bin 0 -> 5008 bytes yunying-app/static/index.html | 20 + yunying-app/static/logo.png | Bin 0 -> 3616 bytes yunying-app/static/logo200.png | Bin 0 -> 7995 bytes yunying-app/static/scss/colorui.css | 5143 ++++ yunying-app/static/scss/global.scss | 91 + yunying-app/static/scss/index.scss | 6 + yunying-app/store/getters.js | 8 + yunying-app/store/index.js | 15 + yunying-app/store/modules/user.js | 98 + yunying-app/uni.scss | 64 + .../uni_modules/uni-badge/changelog.md | 58 + .../components/uni-badge/uni-badge.vue | 269 + .../uni_modules/uni-badge/package.json | 87 + yunying-app/uni_modules/uni-badge/readme.md | 12 + .../uni_modules/uni-breadcrumb/changelog.md | 11 + .../uni-breadcrumb-item.vue | 121 + .../uni-breadcrumb/uni-breadcrumb.vue | 41 + .../uni_modules/uni-breadcrumb/package.json | 88 + .../uni_modules/uni-breadcrumb/readme.md | 66 + .../uni_modules/uni-calendar/changelog.md | 51 + .../components/uni-calendar/calendar.js | 600 + .../components/uni-calendar/i18n/en.json | 12 + .../components/uni-calendar/i18n/index.js | 9 + .../components/uni-calendar/i18n/zh-Hans.json | 12 + .../components/uni-calendar/i18n/zh-Hant.json | 12 + .../uni-calendar/uni-calendar-item.vue | 194 + .../components/uni-calendar/uni-calendar.vue | 571 + .../components/uni-calendar/util.js | 365 + .../uni_modules/uni-calendar/package.json | 85 + .../uni_modules/uni-calendar/readme.md | 100 + yunying-app/uni_modules/uni-card/changelog.md | 40 + .../uni-card/components/uni-card/uni-card.vue | 275 + yunying-app/uni_modules/uni-card/package.json | 90 + yunying-app/uni_modules/uni-card/readme.md | 12 + .../uni_modules/uni-collapse/changelog.md | 65 + .../uni-collapse-item/uni-collapse-item.vue | 401 + .../components/uni-collapse/uni-collapse.vue | 147 + .../uni_modules/uni-collapse/package.json | 89 + .../uni_modules/uni-collapse/readme.md | 12 + .../uni_modules/uni-combox/changelog.md | 30 + .../components/uni-combox/uni-combox.vue | 296 + .../uni_modules/uni-combox/package.json | 90 + yunying-app/uni_modules/uni-combox/readme.md | 11 + .../uni_modules/uni-countdown/changelog.md | 47 + .../components/uni-countdown/i18n/en.json | 6 + .../components/uni-countdown/i18n/index.js | 9 + .../uni-countdown/i18n/zh-Hans.json | 6 + .../uni-countdown/i18n/zh-Hant.json | 6 + .../uni-countdown/uni-countdown.vue | 266 + .../uni_modules/uni-countdown/package.json | 88 + .../uni_modules/uni-countdown/readme.md | 10 + .../uni-data-checkbox/changelog.md | 90 + .../uni-data-checkbox/uni-data-checkbox.vue | 845 + .../uni-data-checkbox/package.json | 87 + .../uni_modules/uni-data-checkbox/readme.md | 20 + .../uni_modules/uni-data-picker/changelog.md | 142 + .../components/uni-data-picker/keypress.js | 46 + .../uni-data-picker/uni-data-picker.vue | 554 + .../uni-data-pickerview/uni-data-picker.js | 622 + .../uni-data-pickerview.vue | 326 + .../uni_modules/uni-data-picker/package.json | 90 + .../uni_modules/uni-data-picker/readme.md | 25 + .../uni_modules/uni-data-select/changelog.md | 66 + .../uni-data-select/uni-data-select.vue | 518 + .../uni_modules/uni-data-select/package.json | 87 + .../uni_modules/uni-data-select/readme.md | 10 + .../uni_modules/uni-dateformat/changelog.md | 19 + .../components/uni-dateformat/date-format.js | 199 + .../uni-dateformat/uni-dateformat.vue | 89 + .../uni_modules/uni-dateformat/package.json | 90 + .../uni_modules/uni-dateformat/readme.md | 11 + .../uni-datetime-picker/changelog.md | 234 + .../uni-datetime-picker/calendar-item.vue | 180 + .../uni-datetime-picker/calendar.vue | 931 + .../uni-datetime-picker/i18n/en.json | 22 + .../uni-datetime-picker/i18n/index.js | 9 + .../uni-datetime-picker/i18n/zh-Hans.json | 22 + .../uni-datetime-picker/i18n/zh-Hant.json | 22 + .../uni-datetime-picker/time-picker.vue | 935 + .../uni-datetime-picker.vue | 1031 + .../components/uni-datetime-picker/util.js | 408 + .../uni-datetime-picker/package.json | 87 + .../uni_modules/uni-datetime-picker/readme.md | 21 + .../uni_modules/uni-drawer/changelog.md | 26 + .../components/uni-drawer/keypress.js | 46 + .../components/uni-drawer/uni-drawer.vue | 187 + .../uni_modules/uni-drawer/package.json | 89 + yunying-app/uni_modules/uni-drawer/readme.md | 10 + .../uni_modules/uni-easyinput/changelog.md | 111 + .../components/uni-easyinput/common.js | 56 + .../uni-easyinput/uni-easyinput.vue | 660 + .../uni_modules/uni-easyinput/package.json | 87 + .../uni_modules/uni-easyinput/readme.md | 12 + yunying-app/uni_modules/uni-fab/changelog.md | 44 + .../uni-fab/components/uni-fab/uni-fab.vue | 493 + yunying-app/uni_modules/uni-fab/package.json | 87 + yunying-app/uni_modules/uni-fab/readme.md | 11 + yunying-app/uni_modules/uni-fav/changelog.md | 37 + .../uni-fav/components/uni-fav/i18n/en.json | 4 + .../uni-fav/components/uni-fav/i18n/index.js | 9 + .../components/uni-fav/i18n/zh-Hans.json | 4 + .../components/uni-fav/i18n/zh-Hant.json | 4 + .../uni-fav/components/uni-fav/uni-fav.vue | 164 + yunying-app/uni_modules/uni-fav/package.json | 89 + yunying-app/uni_modules/uni-fav/readme.md | 10 + .../uni_modules/uni-file-picker/changelog.md | 130 + .../uni-file-picker/choose-and-upload-file.js | 220 + .../uni-file-picker/uni-file-picker.vue | 662 + .../uni-file-picker/upload-file.vue | 325 + .../uni-file-picker/upload-image.vue | 292 + .../components/uni-file-picker/utils.js | 109 + .../uni_modules/uni-file-picker/package.json | 85 + .../uni_modules/uni-file-picker/readme.md | 11 + .../uni_modules/uni-forms/changelog.md | 162 + .../uni-forms-item/uni-forms-item.vue | 627 + .../components/uni-forms/uni-forms.vue | 399 + .../uni-forms/components/uni-forms/utils.js | 293 + .../components/uni-forms/validate.js | 486 + .../uni_modules/uni-forms/package.json | 88 + yunying-app/uni_modules/uni-forms/readme.md | 25 + .../uni_modules/uni-goods-nav/changelog.md | 34 + .../components/uni-goods-nav/i18n/en.json | 6 + .../components/uni-goods-nav/i18n/index.js | 9 + .../uni-goods-nav/i18n/zh-Hans.json | 6 + .../uni-goods-nav/i18n/zh-Hant.json | 6 + .../uni-goods-nav/uni-goods-nav.vue | 233 + .../uni_modules/uni-goods-nav/package.json | 88 + .../uni_modules/uni-goods-nav/readme.md | 10 + yunying-app/uni_modules/uni-grid/changelog.md | 25 + .../uni-grid-item/uni-grid-item.vue | 129 + .../uni-grid/components/uni-grid/uni-grid.vue | 143 + yunying-app/uni_modules/uni-grid/package.json | 89 + yunying-app/uni_modules/uni-grid/readme.md | 11 + .../uni_modules/uni-group/changelog.md | 29 + .../components/uni-group/uni-group.vue | 134 + .../uni_modules/uni-group/package.json | 89 + yunying-app/uni_modules/uni-group/readme.md | 10 + .../uni_modules/uni-icons/changelog.md | 41 + .../uni-icons/components/uni-icons/icons.js | 1169 + .../components/uni-icons/uni-icons.vue | 100 + .../components/uni-icons/uniicons.css | 663 + .../components/uni-icons/uniicons.ttf | Bin 0 -> 35760 bytes .../uni_modules/uni-icons/package.json | 88 + yunying-app/uni_modules/uni-icons/readme.md | 10 + .../uni_modules/uni-indexed-list/changelog.md | 31 + .../uni-indexed-list-item.vue | 147 + .../uni-indexed-list/uni-indexed-list.vue | 370 + .../uni_modules/uni-indexed-list/package.json | 89 + .../uni_modules/uni-indexed-list/readme.md | 11 + yunying-app/uni_modules/uni-link/changelog.md | 31 + .../uni-link/components/uni-link/uni-link.vue | 128 + yunying-app/uni_modules/uni-link/package.json | 89 + yunying-app/uni_modules/uni-link/readme.md | 11 + yunying-app/uni_modules/uni-list/changelog.md | 91 + .../components/uni-list-ad/uni-list-ad.vue | 107 + .../uni-list-chat/uni-list-chat.scss | 58 + .../uni-list-chat/uni-list-chat.vue | 600 + .../uni-list-item/uni-list-item.vue | 536 + .../uni-list/components/uni-list/uni-list.vue | 124 + .../components/uni-list/uni-refresh.vue | 66 + .../components/uni-list/uni-refresh.wxs | 87 + yunying-app/uni_modules/uni-list/package.json | 88 + yunying-app/uni_modules/uni-list/readme.md | 338 + .../uni_modules/uni-load-more/changelog.md | 38 + .../components/uni-load-more/i18n/en.json | 5 + .../components/uni-load-more/i18n/index.js | 9 + .../uni-load-more/i18n/zh-Hans.json | 5 + .../uni-load-more/i18n/zh-Hant.json | 5 + .../uni-load-more/uni-load-more.vue | 400 + .../uni_modules/uni-load-more/package.json | 88 + .../uni_modules/uni-load-more/readme.md | 13 + .../uni_modules/uni-nav-bar/changelog.md | 93 + .../components/uni-nav-bar/uni-nav-bar.vue | 362 + .../components/uni-nav-bar/uni-status-bar.vue | 24 + .../uni_modules/uni-nav-bar/package.json | 86 + yunying-app/uni_modules/uni-nav-bar/readme.md | 15 + .../uni_modules/uni-notice-bar/changelog.md | 34 + .../uni-notice-bar/uni-notice-bar.vue | 427 + .../uni_modules/uni-notice-bar/package.json | 87 + .../uni_modules/uni-notice-bar/readme.md | 13 + .../uni_modules/uni-number-box/changelog.md | 43 + .../uni-number-box/uni-number-box.vue | 225 + .../uni_modules/uni-number-box/package.json | 87 + .../uni_modules/uni-number-box/readme.md | 13 + .../uni_modules/uni-pagination/changelog.md | 51 + .../components/uni-pagination/i18n/en.json | 5 + .../components/uni-pagination/i18n/es.json | 5 + .../components/uni-pagination/i18n/fr.json | 5 + .../components/uni-pagination/i18n/index.js | 13 + .../uni-pagination/i18n/zh-Hans.json | 5 + .../uni-pagination/i18n/zh-Hant.json | 5 + .../uni-pagination/uni-pagination.vue | 466 + .../uni_modules/uni-pagination/package.json | 86 + .../uni_modules/uni-pagination/readme.md | 11 + .../uni_modules/uni-popup/changelog.md | 122 + .../components/uni-popup-dialog/keypress.js | 46 + .../uni-popup-dialog/uni-popup-dialog.vue | 274 + .../uni-popup-message/uni-popup-message.vue | 144 + .../uni-popup-share/uni-popup-share.vue | 193 + .../components/uni-popup/i18n/en.json | 7 + .../components/uni-popup/i18n/index.js | 9 + .../components/uni-popup/i18n/zh-Hans.json | 7 + .../components/uni-popup/i18n/zh-Hant.json | 7 + .../components/uni-popup/keypress.js | 46 + .../uni-popup/components/uni-popup/popup.js | 23 + .../components/uni-popup/uni-popup.vue | 473 + .../uni_modules/uni-popup/package.json | 87 + yunying-app/uni_modules/uni-popup/readme.md | 17 + yunying-app/uni_modules/uni-rate/changelog.md | 43 + .../uni-rate/components/uni-rate/uni-rate.vue | 365 + yunying-app/uni_modules/uni-rate/package.json | 88 + yunying-app/uni_modules/uni-rate/readme.md | 12 + yunying-app/uni_modules/uni-row/changelog.md | 18 + .../uni-row/components/uni-col/uni-col.vue | 315 + .../uni-row/components/uni-row/uni-row.vue | 190 + yunying-app/uni_modules/uni-row/package.json | 89 + yunying-app/uni_modules/uni-row/readme.md | 11 + yunying-app/uni_modules/uni-scss/changelog.md | 15 + yunying-app/uni_modules/uni-scss/index.scss | 1 + yunying-app/uni_modules/uni-scss/package.json | 82 + yunying-app/uni_modules/uni-scss/readme.md | 5 + .../uni_modules/uni-scss/styles/index.scss | 7 + .../uni-scss/styles/setting/_border.scss | 3 + .../uni-scss/styles/setting/_color.scss | 69 + .../uni-scss/styles/setting/_radius.scss | 55 + .../uni-scss/styles/setting/_space.scss | 56 + .../uni-scss/styles/setting/_styles.scss | 185 + .../uni-scss/styles/setting/_text.scss | 24 + .../uni-scss/styles/setting/_variables.scss | 145 + .../uni-scss/styles/tools/functions.scss | 21 + yunying-app/uni_modules/uni-scss/theme.scss | 31 + .../uni_modules/uni-scss/variables.scss | 62 + .../uni_modules/uni-search-bar/changelog.md | 56 + .../components/uni-search-bar/i18n/en.json | 4 + .../components/uni-search-bar/i18n/index.js | 9 + .../uni-search-bar/i18n/zh-Hans.json | 4 + .../uni-search-bar/i18n/zh-Hant.json | 4 + .../uni-search-bar/uni-search-bar.vue | 299 + .../uni_modules/uni-search-bar/package.json | 89 + .../uni_modules/uni-search-bar/readme.md | 13 + .../uni-segmented-control/changelog.md | 18 + .../uni-segmented-control.vue | 147 + .../uni-segmented-control/package.json | 89 + .../uni-segmented-control/readme.md | 13 + .../uni_modules/uni-steps/changelog.md | 29 + .../components/uni-steps/uni-steps.vue | 271 + .../uni_modules/uni-steps/package.json | 89 + yunying-app/uni_modules/uni-steps/readme.md | 13 + .../uni_modules/uni-swipe-action/changelog.md | 78 + .../uni-swipe-action-item/bindingx.js | 302 + .../components/uni-swipe-action-item/isPC.js | 12 + .../uni-swipe-action-item/mpalipay.js | 197 + .../uni-swipe-action-item/mpother.js | 260 + .../components/uni-swipe-action-item/mpwxs.js | 83 + .../uni-swipe-action-item/render.js | 270 + .../uni-swipe-action-item.vue | 362 + .../components/uni-swipe-action-item/wx.wxs | 341 + .../uni-swipe-action/uni-swipe-action.vue | 60 + .../uni_modules/uni-swipe-action/package.json | 89 + .../uni_modules/uni-swipe-action/readme.md | 11 + .../uni_modules/uni-swiper-dot/changelog.md | 21 + .../uni-swiper-dot/uni-swiper-dot.vue | 224 + .../uni_modules/uni-swiper-dot/package.json | 89 + .../uni_modules/uni-swiper-dot/readme.md | 11 + .../uni_modules/uni-table/changelog.md | 51 + .../components/uni-table/uni-table.vue | 466 + .../components/uni-tbody/uni-tbody.vue | 30 + .../uni-table/components/uni-td/uni-td.vue | 91 + .../components/uni-th/filter-dropdown.vue | 518 + .../uni-table/components/uni-th/uni-th.vue | 298 + .../components/uni-thead/uni-thead.vue | 133 + .../components/uni-tr/table-checkbox.vue | 181 + .../uni-table/components/uni-tr/uni-tr.vue | 174 + .../uni_modules/uni-table/i18n/en.json | 9 + .../uni_modules/uni-table/i18n/es.json | 9 + .../uni_modules/uni-table/i18n/fr.json | 9 + .../uni_modules/uni-table/i18n/index.js | 13 + .../uni_modules/uni-table/i18n/zh-Hans.json | 9 + .../uni_modules/uni-table/i18n/zh-Hant.json | 9 + .../uni_modules/uni-table/package.json | 86 + yunying-app/uni_modules/uni-table/readme.md | 13 + yunying-app/uni_modules/uni-tag/changelog.md | 37 + .../uni-tag/components/uni-tag/uni-tag.vue | 252 + yunying-app/uni_modules/uni-tag/package.json | 89 + yunying-app/uni_modules/uni-tag/readme.md | 13 + .../uni_modules/uni-title/changelog.md | 18 + .../components/uni-title/uni-title.vue | 169 + .../uni_modules/uni-title/package.json | 90 + yunying-app/uni_modules/uni-title/readme.md | 14 + .../uni_modules/uni-tooltip/changelog.md | 18 + .../components/uni-tooltip/uni-tooltip.vue | 66 + .../uni_modules/uni-tooltip/package.json | 88 + yunying-app/uni_modules/uni-tooltip/readme.md | 10 + .../uni_modules/uni-transition/changelog.md | 35 + .../uni-transition/createAnimation.js | 133 + .../uni-transition/uni-transition.vue | 284 + .../uni_modules/uni-transition/package.json | 89 + .../uni_modules/uni-transition/readme.md | 11 + yunying-app/utils/auth.js | 13 + yunying-app/utils/common.js | 54 + yunying-app/utils/constant.js | 8 + yunying-app/utils/errorCode.js | 6 + yunying-app/utils/permission.js | 51 + yunying-app/utils/request.js | 73 + yunying-app/utils/storage.js | 32 + yunying-app/utils/upload.js | 70 + yunying-web/.editorconfig | 22 + yunying-web/.env.development | 11 + yunying-web/.env.production | 8 + yunying-web/.env.staging | 10 + yunying-web/.eslintignore | 10 + yunying-web/.eslintrc.js | 199 + yunying-web/README.md | 30 + yunying-web/babel.config.js | 13 + yunying-web/bin/build.bat | 12 + yunying-web/bin/package.bat | 12 + yunying-web/bin/run-web.bat | 12 + yunying-web/build/index.js | 35 + yunying-web/package-lock.json | 21285 ++++++++++++++++ yunying-web/package.json | 98 + yunying-web/public/favicon.ico | Bin 0 -> 894 bytes yunying-web/public/html/ie.html | 159 + yunying-web/public/index.html | 220 + yunying-web/public/preview.html | 38 + yunying-web/public/robots.txt | 2 + yunying-web/src/App.vue | 28 + yunying-web/src/api/flowable/definition.js | 140 + yunying-web/src/api/flowable/expression.js | 44 + yunying-web/src/api/flowable/finished.js | 70 + yunying-web/src/api/flowable/form.js | 70 + yunying-web/src/api/flowable/listener.js | 44 + yunying-web/src/api/flowable/process.js | 113 + yunying-web/src/api/flowable/todo.js | 133 + yunying-web/src/api/login.js | 60 + yunying-web/src/api/menu.js | 9 + yunying-web/src/api/monitor/cache.js | 57 + yunying-web/src/api/monitor/job.js | 71 + yunying-web/src/api/monitor/jobLog.js | 26 + yunying-web/src/api/monitor/logininfor.js | 34 + yunying-web/src/api/monitor/online.js | 18 + yunying-web/src/api/monitor/operlog.js | 26 + yunying-web/src/api/monitor/server.js | 9 + yunying-web/src/api/system/config.js | 60 + yunying-web/src/api/system/dept.js | 60 + yunying-web/src/api/system/dict/data.js | 52 + yunying-web/src/api/system/dict/type.js | 60 + yunying-web/src/api/system/expression.js | 44 + yunying-web/src/api/system/listener.js | 44 + yunying-web/src/api/system/menu.js | 60 + yunying-web/src/api/system/notice.js | 44 + yunying-web/src/api/system/post.js | 44 + yunying-web/src/api/system/role.js | 119 + yunying-web/src/api/system/user.js | 136 + yunying-web/src/api/tool/gen.js | 86 + yunying-web/src/assets/401_images/401.gif | Bin 0 -> 164227 bytes yunying-web/src/assets/404_images/404.png | Bin 0 -> 98071 bytes .../src/assets/404_images/404_cloud.png | Bin 0 -> 4766 bytes yunying-web/src/assets/icons/index.js | 9 + yunying-web/src/assets/icons/svg/404.svg | 4 + yunying-web/src/assets/icons/svg/bug.svg | 4 + yunying-web/src/assets/icons/svg/build.svg | 11 + yunying-web/src/assets/icons/svg/button.svg | 10 + yunying-web/src/assets/icons/svg/cascader.svg | 11 + yunying-web/src/assets/icons/svg/chart.svg | 3 + yunying-web/src/assets/icons/svg/checkbox.svg | 14 + .../src/assets/icons/svg/clipboard.svg | 4 + yunying-web/src/assets/icons/svg/code.svg | 11 + yunying-web/src/assets/icons/svg/color.svg | 14 + .../src/assets/icons/svg/component.svg | 11 + .../src/assets/icons/svg/dashboard.svg | 4 + .../src/assets/icons/svg/date-range.svg | 14 + yunying-web/src/assets/icons/svg/date.svg | 11 + yunying-web/src/assets/icons/svg/dict.svg | 14 + .../src/assets/icons/svg/documentation.svg | 4 + yunying-web/src/assets/icons/svg/download.svg | 14 + yunying-web/src/assets/icons/svg/drag.svg | 4 + yunying-web/src/assets/icons/svg/druid.svg | 11 + yunying-web/src/assets/icons/svg/edit.svg | 6 + .../src/assets/icons/svg/education.svg | 4 + yunying-web/src/assets/icons/svg/email.svg | 5 + yunying-web/src/assets/icons/svg/example.svg | 4 + yunying-web/src/assets/icons/svg/excel.svg | 6 + .../src/assets/icons/svg/exit-fullscreen.svg | 4 + yunying-web/src/assets/icons/svg/eye-open.svg | 7 + yunying-web/src/assets/icons/svg/eye.svg | 4 + yunying-web/src/assets/icons/svg/form.svg | 4 + .../src/assets/icons/svg/fullscreen.svg | 4 + yunying-web/src/assets/icons/svg/github.svg | 11 + yunying-web/src/assets/icons/svg/guide.svg | 4 + yunying-web/src/assets/icons/svg/icon.svg | 4 + yunying-web/src/assets/icons/svg/input.svg | 13 + .../src/assets/icons/svg/international.svg | 4 + yunying-web/src/assets/icons/svg/job.svg | 20 + yunying-web/src/assets/icons/svg/language.svg | 6 + yunying-web/src/assets/icons/svg/link.svg | 5 + yunying-web/src/assets/icons/svg/list.svg | 4 + yunying-web/src/assets/icons/svg/lock.svg | 4 + yunying-web/src/assets/icons/svg/log.svg | 11 + .../src/assets/icons/svg/logininfor.svg | 14 + yunying-web/src/assets/icons/svg/message.svg | 4 + yunying-web/src/assets/icons/svg/money.svg | 4 + yunying-web/src/assets/icons/svg/monitor.svg | 16 + yunying-web/src/assets/icons/svg/nested.svg | 4 + yunying-web/src/assets/icons/svg/number.svg | 11 + yunying-web/src/assets/icons/svg/online.svg | 11 + yunying-web/src/assets/icons/svg/password.svg | 11 + yunying-web/src/assets/icons/svg/pdf.svg | 4 + yunying-web/src/assets/icons/svg/people.svg | 4 + yunying-web/src/assets/icons/svg/peoples.svg | 6 + yunying-web/src/assets/icons/svg/phone.svg | 11 + yunying-web/src/assets/icons/svg/post.svg | 14 + yunying-web/src/assets/icons/svg/qq.svg | 4 + yunying-web/src/assets/icons/svg/question.svg | 11 + yunying-web/src/assets/icons/svg/radio.svg | 11 + yunying-web/src/assets/icons/svg/rate.svg | 11 + .../src/assets/icons/svg/redis-list.svg | 27 + yunying-web/src/assets/icons/svg/redis.svg | 11 + yunying-web/src/assets/icons/svg/row.svg | 11 + yunying-web/src/assets/icons/svg/search.svg | 4 + yunying-web/src/assets/icons/svg/select.svg | 11 + yunying-web/src/assets/icons/svg/server.svg | 11 + yunying-web/src/assets/icons/svg/shopping.svg | 4 + yunying-web/src/assets/icons/svg/size.svg | 4 + yunying-web/src/assets/icons/svg/skill.svg | 4 + yunying-web/src/assets/icons/svg/slider.svg | 11 + yunying-web/src/assets/icons/svg/star.svg | 4 + yunying-web/src/assets/icons/svg/swagger.svg | 11 + yunying-web/src/assets/icons/svg/switch.svg | 12 + yunying-web/src/assets/icons/svg/system.svg | 14 + yunying-web/src/assets/icons/svg/tab.svg | 4 + yunying-web/src/assets/icons/svg/table.svg | 6 + yunying-web/src/assets/icons/svg/textarea.svg | 14 + yunying-web/src/assets/icons/svg/theme.svg | 4 + .../src/assets/icons/svg/time-range.svg | 26 + yunying-web/src/assets/icons/svg/time.svg | 11 + yunying-web/src/assets/icons/svg/tool.svg | 11 + .../src/assets/icons/svg/tree-table.svg | 4 + yunying-web/src/assets/icons/svg/tree.svg | 4 + yunying-web/src/assets/icons/svg/upload.svg | 11 + yunying-web/src/assets/icons/svg/user.svg | 5 + .../src/assets/icons/svg/validCode.svg | 14 + yunying-web/src/assets/icons/svg/wechat.svg | 6 + yunying-web/src/assets/icons/svg/zip.svg | 4 + yunying-web/src/assets/icons/svgo.yml | 22 + yunying-web/src/assets/images/dark.svg | 41 + yunying-web/src/assets/images/light.svg | 41 + .../src/assets/images/login-background.jpg | Bin 0 -> 521275 bytes yunying-web/src/assets/images/pay.png | Bin 0 -> 140720 bytes yunying-web/src/assets/images/profile.jpg | Bin 0 -> 81131 bytes yunying-web/src/assets/logo/logo.png | Bin 0 -> 3986 bytes yunying-web/src/assets/logo/logo1.png | Bin 0 -> 5518 bytes yunying-web/src/assets/logo/logo2.png | Bin 0 -> 2230 bytes yunying-web/src/assets/logo/logo4.png | Bin 0 -> 2484 bytes yunying-web/src/assets/styles/btn.scss | 99 + yunying-web/src/assets/styles/element-ui.scss | 92 + .../src/assets/styles/element-variables.scss | 31 + yunying-web/src/assets/styles/index.scss | 191 + yunying-web/src/assets/styles/mixin.scss | 60 + yunying-web/src/assets/styles/sidebar.scss | 227 + yunying-web/src/assets/styles/transition.scss | 49 + yunying-web/src/assets/styles/variables.scss | 54 + yunying-web/src/assets/styles/yunying.scss | 293 + .../src/components/Breadcrumb/index.vue | 75 + yunying-web/src/components/Crontab/day.vue | 166 + yunying-web/src/components/Crontab/hour.vue | 124 + yunying-web/src/components/Crontab/index.vue | 437 + yunying-web/src/components/Crontab/min.vue | 120 + yunying-web/src/components/Crontab/month.vue | 118 + yunying-web/src/components/Crontab/result.vue | 559 + yunying-web/src/components/Crontab/second.vue | 121 + yunying-web/src/components/Crontab/week.vue | 211 + yunying-web/src/components/Crontab/year.vue | 134 + yunying-web/src/components/DictData/index.js | 51 + yunying-web/src/components/DictTag/index.vue | 89 + yunying-web/src/components/Editor/index.vue | 292 + .../src/components/FileUpload/index.vue | 219 + .../src/components/Hamburger/index.vue | 45 + .../src/components/HeaderSearch/index.vue | 201 + .../src/components/IconSelect/index.vue | 115 + .../src/components/IconSelect/requireIcons.js | 10 + .../src/components/ImagePreview/index.vue | 93 + .../src/components/ImageUpload/index.vue | 227 + .../src/components/Pagination/index.vue | 114 + yunying-web/src/components/PanThumb/index.vue | 142 + .../src/components/ParentView/index.vue | 3 + yunying-web/src/components/Process/README.md | 184 + .../components/Process/common/bpmnUtils.js | 120 + .../src/components/Process/common/global.js | 17 + .../src/components/Process/common/index.js | 14 + .../Process/common/packed-config.js | 1803 ++ .../Process/customPanel/CustomContextPad.js | 507 + .../Process/customPanel/CustomPalette.js | 145 + .../Process/customPanel/customTranslate.js | 32 + .../components/Process/customPanel/index.js | 8 + .../src/components/Process/designer.vue | 188 + .../components/Process/flowable/flowable.json | 1385 + .../src/components/Process/flowable/init.js | 32 + yunying-web/src/components/Process/index.vue | 359 + yunying-web/src/components/Process/lang/zh.js | 277 + .../components/Process/panel/ButtonsPanel.vue | 142 + .../Process/panel/PropertiesPanel.vue | 141 + .../components/Process/panel/commonPanel.vue | 90 + .../Process/panel/conditionPanel.vue | 177 + .../Process/panel/executionListener.vue | 483 + .../components/Process/panel/formPanel.vue | 84 + .../Process/panel/multiInstance.vue | 243 + .../components/Process/panel/otherPanel.vue | 65 + .../components/Process/panel/taskListener.vue | 542 + .../components/Process/panel/taskPanel.vue | 428 + .../components/Process/style/flow-viewer.scss | 183 + .../Process/style/process-panel.scss | 145 + .../src/components/Process/viewer/index.vue | 177 + .../src/components/RightPanel/index.vue | 107 + .../src/components/RightToolbar/index.vue | 132 + .../src/components/Screenfull/index.vue | 57 + .../src/components/SizeSelect/index.vue | 57 + yunying-web/src/components/SvgIcon/index.vue | 61 + .../src/components/ThemePicker/index.vue | 173 + yunying-web/src/components/TopNav/index.vue | 195 + .../src/components/YunYing/Doc/index.vue | 21 + .../src/components/YunYing/Git/index.vue | 21 + .../src/components/customBpmn/index.js | 14 + .../src/components/flow/ElInputTag/index.vue | 195 + .../src/components/flow/Expression/index.vue | 133 + .../src/components/flow/Role/index.vue | 189 + .../src/components/flow/User/index.vue | 268 + yunying-web/src/components/iFrame/index.vue | 36 + yunying-web/src/components/parser/Parser.vue | 257 + yunying-web/src/components/parser/README.md | 22 + .../src/components/parser/example/Index.vue | 325 + yunying-web/src/components/parser/index.js | 3 + .../src/components/parser/package.json | 25 + .../src/components/render/package.json | 19 + yunying-web/src/components/render/render.js | 147 + .../src/components/render/slots/el-button.js | 5 + .../render/slots/el-checkbox-group.js | 13 + .../src/components/render/slots/el-input.js | 8 + .../components/render/slots/el-radio-group.js | 13 + .../src/components/render/slots/el-select.js | 9 + .../src/components/render/slots/el-upload.js | 18 + yunying-web/src/components/tinymce/README.md | 4 + yunying-web/src/components/tinymce/config.js | 8 + yunying-web/src/components/tinymce/index.js | 3 + yunying-web/src/components/tinymce/index.vue | 88 + .../src/components/tinymce/package.json | 28 + yunying-web/src/components/tinymce/zh_CN.js | 420 + .../src/components/vform/VFormDesigner.css | 1 + .../components/vform/VFormDesigner.umd.min.js | 74 + yunying-web/src/directive/dialog/drag.js | 65 + .../src/directive/dialog/dragHeight.js | 34 + yunying-web/src/directive/dialog/dragWidth.js | 30 + yunying-web/src/directive/index.js | 23 + yunying-web/src/directive/module/clipboard.js | 57 + .../src/directive/permission/hasPermi.js | 28 + .../src/directive/permission/hasRole.js | 28 + yunying-web/src/icons/index.js | 9 + yunying-web/src/icons/svg/button.svg | 10 + yunying-web/src/icons/svg/cascader.svg | 11 + yunying-web/src/icons/svg/checkbox.svg | 14 + yunying-web/src/icons/svg/color.svg | 14 + yunying-web/src/icons/svg/component.svg | 11 + yunying-web/src/icons/svg/date-range.svg | 14 + yunying-web/src/icons/svg/date.svg | 11 + yunying-web/src/icons/svg/input.svg | 13 + yunying-web/src/icons/svg/number.svg | 11 + yunying-web/src/icons/svg/password.svg | 11 + yunying-web/src/icons/svg/radio.svg | 11 + yunying-web/src/icons/svg/rate.svg | 11 + yunying-web/src/icons/svg/rich-text.svg | 14 + yunying-web/src/icons/svg/row.svg | 11 + yunying-web/src/icons/svg/select.svg | 11 + yunying-web/src/icons/svg/slider.svg | 11 + yunying-web/src/icons/svg/switch.svg | 12 + yunying-web/src/icons/svg/table.svg | 11 + yunying-web/src/icons/svg/textarea.svg | 14 + yunying-web/src/icons/svg/time-range.svg | 26 + yunying-web/src/icons/svg/time.svg | 11 + yunying-web/src/icons/svg/upload.svg | 11 + yunying-web/src/layout/components/AppMain.vue | 75 + .../layout/components/IframeToggle/index.vue | 33 + .../src/layout/components/InnerLink/index.vue | 47 + yunying-web/src/layout/components/Navbar.vue | 202 + .../src/layout/components/Settings/index.vue | 267 + .../layout/components/Sidebar/FixiOSBug.js | 25 + .../src/layout/components/Sidebar/Item.vue | 33 + .../src/layout/components/Sidebar/Link.vue | 43 + .../src/layout/components/Sidebar/Logo.vue | 98 + .../layout/components/Sidebar/SidebarItem.vue | 101 + .../src/layout/components/Sidebar/index.vue | 58 + .../layout/components/TagsView/ScrollPane.vue | 96 + .../src/layout/components/TagsView/index.vue | 344 + yunying-web/src/layout/components/index.js | 5 + yunying-web/src/layout/index.vue | 111 + yunying-web/src/layout/mixin/ResizeHandler.js | 45 + yunying-web/src/main.js | 97 + yunying-web/src/permission.js | 58 + yunying-web/src/plugins/auth.js | 60 + yunying-web/src/plugins/cache.js | 77 + yunying-web/src/plugins/download.js | 83 + yunying-web/src/plugins/index.js | 20 + yunying-web/src/plugins/modal.js | 83 + yunying-web/src/plugins/tab.js | 71 + yunying-web/src/router/index.js | 273 + yunying-web/src/settings.js | 44 + yunying-web/src/store/getters.js | 19 + yunying-web/src/store/index.js | 25 + yunying-web/src/store/modules/app.js | 66 + yunying-web/src/store/modules/dict.js | 50 + yunying-web/src/store/modules/permission.js | 137 + yunying-web/src/store/modules/settings.js | 42 + yunying-web/src/store/modules/tagsView.js | 228 + yunying-web/src/store/modules/user.js | 101 + yunying-web/src/styles/home.scss | 316 + yunying-web/src/styles/index.scss | 163 + yunying-web/src/styles/mixin.scss | 38 + yunying-web/src/utils/StrUtil.js | 553 + yunying-web/src/utils/auth.js | 15 + yunying-web/src/utils/db.js | 58 + yunying-web/src/utils/dict/Dict.js | 82 + yunying-web/src/utils/dict/DictConverter.js | 17 + yunying-web/src/utils/dict/DictData.js | 13 + yunying-web/src/utils/dict/DictMeta.js | 38 + yunying-web/src/utils/dict/DictOptions.js | 51 + yunying-web/src/utils/dict/index.js | 33 + yunying-web/src/utils/errorCode.js | 6 + yunying-web/src/utils/generator/config.js | 629 + yunying-web/src/utils/generator/css.js | 18 + .../src/utils/generator/drawingDefalut.js | 37 + yunying-web/src/utils/generator/html.js | 399 + yunying-web/src/utils/generator/icon.json | 282 + yunying-web/src/utils/generator/js.js | 277 + yunying-web/src/utils/generator/render.js | 127 + .../src/utils/generator/ruleTrigger.js | 16 + yunying-web/src/utils/index.js | 441 + yunying-web/src/utils/jsencrypt.js | 30 + yunying-web/src/utils/loadBeautifier.js | 28 + yunying-web/src/utils/loadMonaco.js | 40 + yunying-web/src/utils/loadScript.js | 61 + yunying-web/src/utils/loadTinymce.js | 29 + yunying-web/src/utils/permission.js | 47 + yunying-web/src/utils/pluginsConfig.js | 13 + yunying-web/src/utils/request.js | 162 + yunying-web/src/utils/scroll-to.js | 60 + yunying-web/src/utils/validate.js | 80 + yunying-web/src/utils/yunying.js | 234 + yunying-web/src/views/dashboard/BarChart.vue | 103 + yunying-web/src/views/dashboard/LineChart.vue | 136 + .../src/views/dashboard/PanelGroup.vue | 181 + yunying-web/src/views/dashboard/PieChart.vue | 80 + .../src/views/dashboard/RaddarChart.vue | 117 + .../src/views/dashboard/mixins/resize.js | 56 + yunying-web/src/views/error/401.vue | 96 + yunying-web/src/views/error/404.vue | 247 + .../src/views/flowable/definition/index.vue | 608 + .../src/views/flowable/definition/model.vue | 159 + .../src/views/flowable/expression/index.vue | 305 + .../src/views/flowable/listener/index.vue | 342 + .../flowable/task/finished/detail/index.vue | 205 + .../views/flowable/task/finished/index.vue | 296 + .../views/flowable/task/flowForm/index.vue | 143 + .../src/views/flowable/task/form/index.vue | 366 + .../flowable/task/myProcess/detail/index.vue | 201 + .../views/flowable/task/myProcess/index.vue | 379 + .../flowable/task/myProcess/send/index.vue | 250 + .../views/flowable/task/todo/detail/index.vue | 461 + .../src/views/flowable/task/todo/index.vue | 204 + yunying-web/src/views/index.vue | 144 + yunying-web/src/views/index_v1.vue | 98 + yunying-web/src/views/login.vue | 229 + yunying-web/src/views/monitor/cache/index.vue | 205 + yunying-web/src/views/monitor/cache/list.vue | 249 + yunying-web/src/views/monitor/druid/index.vue | 16 + yunying-web/src/views/monitor/job/index.vue | 527 + yunying-web/src/views/monitor/job/log.vue | 302 + .../src/views/monitor/logininfor/index.vue | 256 + .../src/views/monitor/online/index.vue | 123 + .../src/views/monitor/operlog/index.vue | 334 + .../src/views/monitor/server/index.vue | 333 + yunying-web/src/views/redirect.vue | 12 + yunying-web/src/views/register.vue | 220 + yunying-web/src/views/system/config/index.vue | 352 + yunying-web/src/views/system/dept/index.vue | 348 + yunying-web/src/views/system/dict/data.vue | 416 + yunying-web/src/views/system/dict/index.vue | 356 + .../src/views/system/expression/index.vue | 289 + .../src/views/system/listener/index.vue | 342 + yunying-web/src/views/system/menu/index.vue | 461 + yunying-web/src/views/system/notice/index.vue | 319 + yunying-web/src/views/system/post/index.vue | 317 + .../src/views/system/role/authUser.vue | 205 + yunying-web/src/views/system/role/index.vue | 629 + .../src/views/system/role/selectUser.vue | 138 + .../src/views/system/user/authRole.vue | 118 + yunying-web/src/views/system/user/index.vue | 706 + .../src/views/system/user/profile/index.vue | 97 + .../views/system/user/profile/resetPwd.vue | 69 + .../views/system/user/profile/userAvatar.vue | 186 + .../views/system/user/profile/userInfo.vue | 88 + yunying-web/src/views/tool/build/App.vue | 22 + .../src/views/tool/build/CodeTypeDialog.vue | 110 + .../src/views/tool/build/DraggableItem.vue | 128 + .../src/views/tool/build/FormDrawer.vue | 340 + .../src/views/tool/build/IconsDialog.vue | 131 + .../src/views/tool/build/JsonDrawer.vue | 147 + .../src/views/tool/build/ResourceDialog.vue | 119 + .../src/views/tool/build/RightPanel.vue | 1066 + .../src/views/tool/build/TreeNodeDialog.vue | 161 + yunying-web/src/views/tool/build/index.vue | 549 + yunying-web/src/views/tool/build/main.js | 17 + .../src/views/tool/gen/basicInfoForm.vue | 60 + .../src/views/tool/gen/createTable.vue | 46 + yunying-web/src/views/tool/gen/editTable.vue | 234 + .../src/views/tool/gen/genInfoForm.vue | 312 + .../src/views/tool/gen/importTable.vue | 122 + yunying-web/src/views/tool/gen/index.vue | 370 + yunying-web/src/views/tool/preview/main.js | 61 + yunying-web/src/views/tool/swagger/index.vue | 16 + yunying-web/vue.config.js | 137 + 760 files changed, 113042 insertions(+) create mode 100644 yunying-app/App.vue create mode 100644 yunying-app/LICENSE create mode 100644 yunying-app/README.md create mode 100644 yunying-app/api/login.js create mode 100644 yunying-app/api/system/user.js create mode 100644 yunying-app/components/uni-section/uni-section.vue create mode 100644 yunying-app/config.js create mode 100644 yunying-app/main.js create mode 100644 yunying-app/manifest.json create mode 100644 yunying-app/pages.json create mode 100644 yunying-app/pages/common/textview/index.vue create mode 100644 yunying-app/pages/common/webview/index.vue create mode 100644 yunying-app/pages/index.vue create mode 100644 yunying-app/pages/login.vue create mode 100644 yunying-app/pages/mine/about/index.vue create mode 100644 yunying-app/pages/mine/avatar/index.vue create mode 100644 yunying-app/pages/mine/help/index.vue create mode 100644 yunying-app/pages/mine/index.vue create mode 100644 yunying-app/pages/mine/info/edit.vue create mode 100644 yunying-app/pages/mine/info/index.vue create mode 100644 yunying-app/pages/mine/pwd/index.vue create mode 100644 yunying-app/pages/mine/setting/index.vue create mode 100644 yunying-app/pages/register.vue create mode 100644 yunying-app/pages/work/index.vue create mode 100644 yunying-app/permission.js create mode 100644 yunying-app/plugins/auth.js create mode 100644 yunying-app/plugins/index.js create mode 100644 yunying-app/plugins/modal.js create mode 100644 yunying-app/plugins/tab.js create mode 100644 yunying-app/static/favicon.ico create mode 100644 yunying-app/static/font/iconfont.css create mode 100644 yunying-app/static/font/iconfont.ttf create mode 100644 yunying-app/static/images/banner/banner01.jpg create mode 100644 yunying-app/static/images/banner/banner02.jpg create mode 100644 yunying-app/static/images/banner/banner03.jpg create mode 100644 yunying-app/static/images/profile.jpg create mode 100644 yunying-app/static/images/tabbar/home.png create mode 100644 yunying-app/static/images/tabbar/home_.png create mode 100644 yunying-app/static/images/tabbar/mine.png create mode 100644 yunying-app/static/images/tabbar/mine_.png create mode 100644 yunying-app/static/images/tabbar/work.png create mode 100644 yunying-app/static/images/tabbar/work_.png create mode 100644 yunying-app/static/index.html create mode 100644 yunying-app/static/logo.png create mode 100644 yunying-app/static/logo200.png create mode 100644 yunying-app/static/scss/colorui.css create mode 100644 yunying-app/static/scss/global.scss create mode 100644 yunying-app/static/scss/index.scss create mode 100644 yunying-app/store/getters.js create mode 100644 yunying-app/store/index.js create mode 100644 yunying-app/store/modules/user.js create mode 100644 yunying-app/uni.scss create mode 100644 yunying-app/uni_modules/uni-badge/changelog.md create mode 100644 yunying-app/uni_modules/uni-badge/components/uni-badge/uni-badge.vue create mode 100644 yunying-app/uni_modules/uni-badge/package.json create mode 100644 yunying-app/uni_modules/uni-badge/readme.md create mode 100644 yunying-app/uni_modules/uni-breadcrumb/changelog.md create mode 100644 yunying-app/uni_modules/uni-breadcrumb/components/uni-breadcrumb-item/uni-breadcrumb-item.vue create mode 100644 yunying-app/uni_modules/uni-breadcrumb/components/uni-breadcrumb/uni-breadcrumb.vue create mode 100644 yunying-app/uni_modules/uni-breadcrumb/package.json create mode 100644 yunying-app/uni_modules/uni-breadcrumb/readme.md create mode 100644 yunying-app/uni_modules/uni-calendar/changelog.md create mode 100644 yunying-app/uni_modules/uni-calendar/components/uni-calendar/calendar.js create mode 100644 yunying-app/uni_modules/uni-calendar/components/uni-calendar/i18n/en.json create mode 100644 yunying-app/uni_modules/uni-calendar/components/uni-calendar/i18n/index.js create mode 100644 yunying-app/uni_modules/uni-calendar/components/uni-calendar/i18n/zh-Hans.json create mode 100644 yunying-app/uni_modules/uni-calendar/components/uni-calendar/i18n/zh-Hant.json create mode 100644 yunying-app/uni_modules/uni-calendar/components/uni-calendar/uni-calendar-item.vue create mode 100644 yunying-app/uni_modules/uni-calendar/components/uni-calendar/uni-calendar.vue create mode 100644 yunying-app/uni_modules/uni-calendar/components/uni-calendar/util.js create mode 100644 yunying-app/uni_modules/uni-calendar/package.json create mode 100644 yunying-app/uni_modules/uni-calendar/readme.md create mode 100644 yunying-app/uni_modules/uni-card/changelog.md create mode 100644 yunying-app/uni_modules/uni-card/components/uni-card/uni-card.vue create mode 100644 yunying-app/uni_modules/uni-card/package.json create mode 100644 yunying-app/uni_modules/uni-card/readme.md create mode 100644 yunying-app/uni_modules/uni-collapse/changelog.md create mode 100644 yunying-app/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue create mode 100644 yunying-app/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue create mode 100644 yunying-app/uni_modules/uni-collapse/package.json create mode 100644 yunying-app/uni_modules/uni-collapse/readme.md create mode 100644 yunying-app/uni_modules/uni-combox/changelog.md create mode 100644 yunying-app/uni_modules/uni-combox/components/uni-combox/uni-combox.vue create mode 100644 yunying-app/uni_modules/uni-combox/package.json create mode 100644 yunying-app/uni_modules/uni-combox/readme.md create mode 100644 yunying-app/uni_modules/uni-countdown/changelog.md create mode 100644 yunying-app/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json create mode 100644 yunying-app/uni_modules/uni-countdown/components/uni-countdown/i18n/index.js create mode 100644 yunying-app/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hans.json create mode 100644 yunying-app/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hant.json create mode 100644 yunying-app/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue create mode 100644 yunying-app/uni_modules/uni-countdown/package.json create mode 100644 yunying-app/uni_modules/uni-countdown/readme.md create mode 100644 yunying-app/uni_modules/uni-data-checkbox/changelog.md create mode 100644 yunying-app/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue create mode 100644 yunying-app/uni_modules/uni-data-checkbox/package.json create mode 100644 yunying-app/uni_modules/uni-data-checkbox/readme.md create mode 100644 yunying-app/uni_modules/uni-data-picker/changelog.md create mode 100644 yunying-app/uni_modules/uni-data-picker/components/uni-data-picker/keypress.js create mode 100644 yunying-app/uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue create mode 100644 yunying-app/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js create mode 100644 yunying-app/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-pickerview.vue create mode 100644 yunying-app/uni_modules/uni-data-picker/package.json create mode 100644 yunying-app/uni_modules/uni-data-picker/readme.md create mode 100644 yunying-app/uni_modules/uni-data-select/changelog.md create mode 100644 yunying-app/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue create mode 100644 yunying-app/uni_modules/uni-data-select/package.json create mode 100644 yunying-app/uni_modules/uni-data-select/readme.md create mode 100644 yunying-app/uni_modules/uni-dateformat/changelog.md create mode 100644 yunying-app/uni_modules/uni-dateformat/components/uni-dateformat/date-format.js create mode 100644 yunying-app/uni_modules/uni-dateformat/components/uni-dateformat/uni-dateformat.vue create mode 100644 yunying-app/uni_modules/uni-dateformat/package.json create mode 100644 yunying-app/uni_modules/uni-dateformat/readme.md create mode 100644 yunying-app/uni_modules/uni-datetime-picker/changelog.md create mode 100644 yunying-app/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue create mode 100644 yunying-app/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue create mode 100644 yunying-app/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json create mode 100644 yunying-app/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js create mode 100644 yunying-app/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json create mode 100644 yunying-app/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json create mode 100644 yunying-app/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue create mode 100644 yunying-app/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue create mode 100644 yunying-app/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js create mode 100644 yunying-app/uni_modules/uni-datetime-picker/package.json create mode 100644 yunying-app/uni_modules/uni-datetime-picker/readme.md create mode 100644 yunying-app/uni_modules/uni-drawer/changelog.md create mode 100644 yunying-app/uni_modules/uni-drawer/components/uni-drawer/keypress.js create mode 100644 yunying-app/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue create mode 100644 yunying-app/uni_modules/uni-drawer/package.json create mode 100644 yunying-app/uni_modules/uni-drawer/readme.md create mode 100644 yunying-app/uni_modules/uni-easyinput/changelog.md create mode 100644 yunying-app/uni_modules/uni-easyinput/components/uni-easyinput/common.js create mode 100644 yunying-app/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue create mode 100644 yunying-app/uni_modules/uni-easyinput/package.json create mode 100644 yunying-app/uni_modules/uni-easyinput/readme.md create mode 100644 yunying-app/uni_modules/uni-fab/changelog.md create mode 100644 yunying-app/uni_modules/uni-fab/components/uni-fab/uni-fab.vue create mode 100644 yunying-app/uni_modules/uni-fab/package.json create mode 100644 yunying-app/uni_modules/uni-fab/readme.md create mode 100644 yunying-app/uni_modules/uni-fav/changelog.md create mode 100644 yunying-app/uni_modules/uni-fav/components/uni-fav/i18n/en.json create mode 100644 yunying-app/uni_modules/uni-fav/components/uni-fav/i18n/index.js create mode 100644 yunying-app/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json create mode 100644 yunying-app/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json create mode 100644 yunying-app/uni_modules/uni-fav/components/uni-fav/uni-fav.vue create mode 100644 yunying-app/uni_modules/uni-fav/package.json create mode 100644 yunying-app/uni_modules/uni-fav/readme.md create mode 100644 yunying-app/uni_modules/uni-file-picker/changelog.md create mode 100644 yunying-app/uni_modules/uni-file-picker/components/uni-file-picker/choose-and-upload-file.js create mode 100644 yunying-app/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue create mode 100644 yunying-app/uni_modules/uni-file-picker/components/uni-file-picker/upload-file.vue create mode 100644 yunying-app/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue create mode 100644 yunying-app/uni_modules/uni-file-picker/components/uni-file-picker/utils.js create mode 100644 yunying-app/uni_modules/uni-file-picker/package.json create mode 100644 yunying-app/uni_modules/uni-file-picker/readme.md create mode 100644 yunying-app/uni_modules/uni-forms/changelog.md create mode 100644 yunying-app/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue create mode 100644 yunying-app/uni_modules/uni-forms/components/uni-forms/uni-forms.vue create mode 100644 yunying-app/uni_modules/uni-forms/components/uni-forms/utils.js create mode 100644 yunying-app/uni_modules/uni-forms/components/uni-forms/validate.js create mode 100644 yunying-app/uni_modules/uni-forms/package.json create mode 100644 yunying-app/uni_modules/uni-forms/readme.md create mode 100644 yunying-app/uni_modules/uni-goods-nav/changelog.md create mode 100644 yunying-app/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/en.json create mode 100644 yunying-app/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/index.js create mode 100644 yunying-app/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hans.json create mode 100644 yunying-app/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hant.json create mode 100644 yunying-app/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav.vue create mode 100644 yunying-app/uni_modules/uni-goods-nav/package.json create mode 100644 yunying-app/uni_modules/uni-goods-nav/readme.md create mode 100644 yunying-app/uni_modules/uni-grid/changelog.md create mode 100644 yunying-app/uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue create mode 100644 yunying-app/uni_modules/uni-grid/components/uni-grid/uni-grid.vue create mode 100644 yunying-app/uni_modules/uni-grid/package.json create mode 100644 yunying-app/uni_modules/uni-grid/readme.md create mode 100644 yunying-app/uni_modules/uni-group/changelog.md create mode 100644 yunying-app/uni_modules/uni-group/components/uni-group/uni-group.vue create mode 100644 yunying-app/uni_modules/uni-group/package.json create mode 100644 yunying-app/uni_modules/uni-group/readme.md create mode 100644 yunying-app/uni_modules/uni-icons/changelog.md create mode 100644 yunying-app/uni_modules/uni-icons/components/uni-icons/icons.js create mode 100644 yunying-app/uni_modules/uni-icons/components/uni-icons/uni-icons.vue create mode 100644 yunying-app/uni_modules/uni-icons/components/uni-icons/uniicons.css create mode 100644 yunying-app/uni_modules/uni-icons/components/uni-icons/uniicons.ttf create mode 100644 yunying-app/uni_modules/uni-icons/package.json create mode 100644 yunying-app/uni_modules/uni-icons/readme.md create mode 100644 yunying-app/uni_modules/uni-indexed-list/changelog.md create mode 100644 yunying-app/uni_modules/uni-indexed-list/components/uni-indexed-list/uni-indexed-list-item.vue create mode 100644 yunying-app/uni_modules/uni-indexed-list/components/uni-indexed-list/uni-indexed-list.vue create mode 100644 yunying-app/uni_modules/uni-indexed-list/package.json create mode 100644 yunying-app/uni_modules/uni-indexed-list/readme.md create mode 100644 yunying-app/uni_modules/uni-link/changelog.md create mode 100644 yunying-app/uni_modules/uni-link/components/uni-link/uni-link.vue create mode 100644 yunying-app/uni_modules/uni-link/package.json create mode 100644 yunying-app/uni_modules/uni-link/readme.md create mode 100644 yunying-app/uni_modules/uni-list/changelog.md create mode 100644 yunying-app/uni_modules/uni-list/components/uni-list-ad/uni-list-ad.vue create mode 100644 yunying-app/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.scss create mode 100644 yunying-app/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue create mode 100644 yunying-app/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue create mode 100644 yunying-app/uni_modules/uni-list/components/uni-list/uni-list.vue create mode 100644 yunying-app/uni_modules/uni-list/components/uni-list/uni-refresh.vue create mode 100644 yunying-app/uni_modules/uni-list/components/uni-list/uni-refresh.wxs create mode 100644 yunying-app/uni_modules/uni-list/package.json create mode 100644 yunying-app/uni_modules/uni-list/readme.md create mode 100644 yunying-app/uni_modules/uni-load-more/changelog.md create mode 100644 yunying-app/uni_modules/uni-load-more/components/uni-load-more/i18n/en.json create mode 100644 yunying-app/uni_modules/uni-load-more/components/uni-load-more/i18n/index.js create mode 100644 yunying-app/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json create mode 100644 yunying-app/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json create mode 100644 yunying-app/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue create mode 100644 yunying-app/uni_modules/uni-load-more/package.json create mode 100644 yunying-app/uni_modules/uni-load-more/readme.md create mode 100644 yunying-app/uni_modules/uni-nav-bar/changelog.md create mode 100644 yunying-app/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue create mode 100644 yunying-app/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue create mode 100644 yunying-app/uni_modules/uni-nav-bar/package.json create mode 100644 yunying-app/uni_modules/uni-nav-bar/readme.md create mode 100644 yunying-app/uni_modules/uni-notice-bar/changelog.md create mode 100644 yunying-app/uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue create mode 100644 yunying-app/uni_modules/uni-notice-bar/package.json create mode 100644 yunying-app/uni_modules/uni-notice-bar/readme.md create mode 100644 yunying-app/uni_modules/uni-number-box/changelog.md create mode 100644 yunying-app/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue create mode 100644 yunying-app/uni_modules/uni-number-box/package.json create mode 100644 yunying-app/uni_modules/uni-number-box/readme.md create mode 100644 yunying-app/uni_modules/uni-pagination/changelog.md create mode 100644 yunying-app/uni_modules/uni-pagination/components/uni-pagination/i18n/en.json create mode 100644 yunying-app/uni_modules/uni-pagination/components/uni-pagination/i18n/es.json create mode 100644 yunying-app/uni_modules/uni-pagination/components/uni-pagination/i18n/fr.json create mode 100644 yunying-app/uni_modules/uni-pagination/components/uni-pagination/i18n/index.js create mode 100644 yunying-app/uni_modules/uni-pagination/components/uni-pagination/i18n/zh-Hans.json create mode 100644 yunying-app/uni_modules/uni-pagination/components/uni-pagination/i18n/zh-Hant.json create mode 100644 yunying-app/uni_modules/uni-pagination/components/uni-pagination/uni-pagination.vue create mode 100644 yunying-app/uni_modules/uni-pagination/package.json create mode 100644 yunying-app/uni_modules/uni-pagination/readme.md create mode 100644 yunying-app/uni_modules/uni-popup/changelog.md create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup-dialog/keypress.js create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog.vue create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup-message/uni-popup-message.vue create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup/i18n/en.json create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup/i18n/index.js create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup/i18n/zh-Hans.json create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup/i18n/zh-Hant.json create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup/keypress.js create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup/popup.js create mode 100644 yunying-app/uni_modules/uni-popup/components/uni-popup/uni-popup.vue create mode 100644 yunying-app/uni_modules/uni-popup/package.json create mode 100644 yunying-app/uni_modules/uni-popup/readme.md create mode 100644 yunying-app/uni_modules/uni-rate/changelog.md create mode 100644 yunying-app/uni_modules/uni-rate/components/uni-rate/uni-rate.vue create mode 100644 yunying-app/uni_modules/uni-rate/package.json create mode 100644 yunying-app/uni_modules/uni-rate/readme.md create mode 100644 yunying-app/uni_modules/uni-row/changelog.md create mode 100644 yunying-app/uni_modules/uni-row/components/uni-col/uni-col.vue create mode 100644 yunying-app/uni_modules/uni-row/components/uni-row/uni-row.vue create mode 100644 yunying-app/uni_modules/uni-row/package.json create mode 100644 yunying-app/uni_modules/uni-row/readme.md create mode 100644 yunying-app/uni_modules/uni-scss/changelog.md create mode 100644 yunying-app/uni_modules/uni-scss/index.scss create mode 100644 yunying-app/uni_modules/uni-scss/package.json create mode 100644 yunying-app/uni_modules/uni-scss/readme.md create mode 100644 yunying-app/uni_modules/uni-scss/styles/index.scss create mode 100644 yunying-app/uni_modules/uni-scss/styles/setting/_border.scss create mode 100644 yunying-app/uni_modules/uni-scss/styles/setting/_color.scss create mode 100644 yunying-app/uni_modules/uni-scss/styles/setting/_radius.scss create mode 100644 yunying-app/uni_modules/uni-scss/styles/setting/_space.scss create mode 100644 yunying-app/uni_modules/uni-scss/styles/setting/_styles.scss create mode 100644 yunying-app/uni_modules/uni-scss/styles/setting/_text.scss create mode 100644 yunying-app/uni_modules/uni-scss/styles/setting/_variables.scss create mode 100644 yunying-app/uni_modules/uni-scss/styles/tools/functions.scss create mode 100644 yunying-app/uni_modules/uni-scss/theme.scss create mode 100644 yunying-app/uni_modules/uni-scss/variables.scss create mode 100644 yunying-app/uni_modules/uni-search-bar/changelog.md create mode 100644 yunying-app/uni_modules/uni-search-bar/components/uni-search-bar/i18n/en.json create mode 100644 yunying-app/uni_modules/uni-search-bar/components/uni-search-bar/i18n/index.js create mode 100644 yunying-app/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hans.json create mode 100644 yunying-app/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hant.json create mode 100644 yunying-app/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue create mode 100644 yunying-app/uni_modules/uni-search-bar/package.json create mode 100644 yunying-app/uni_modules/uni-search-bar/readme.md create mode 100644 yunying-app/uni_modules/uni-segmented-control/changelog.md create mode 100644 yunying-app/uni_modules/uni-segmented-control/components/uni-segmented-control/uni-segmented-control.vue create mode 100644 yunying-app/uni_modules/uni-segmented-control/package.json create mode 100644 yunying-app/uni_modules/uni-segmented-control/readme.md create mode 100644 yunying-app/uni_modules/uni-steps/changelog.md create mode 100644 yunying-app/uni_modules/uni-steps/components/uni-steps/uni-steps.vue create mode 100644 yunying-app/uni_modules/uni-steps/package.json create mode 100644 yunying-app/uni_modules/uni-steps/readme.md create mode 100644 yunying-app/uni_modules/uni-swipe-action/changelog.md create mode 100644 yunying-app/uni_modules/uni-swipe-action/components/uni-swipe-action-item/bindingx.js create mode 100644 yunying-app/uni_modules/uni-swipe-action/components/uni-swipe-action-item/isPC.js create mode 100644 yunying-app/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpalipay.js create mode 100644 yunying-app/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpother.js create mode 100644 yunying-app/uni_modules/uni-swipe-action/components/uni-swipe-action-item/mpwxs.js create mode 100644 yunying-app/uni_modules/uni-swipe-action/components/uni-swipe-action-item/render.js create mode 100644 yunying-app/uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue create mode 100644 yunying-app/uni_modules/uni-swipe-action/components/uni-swipe-action-item/wx.wxs create mode 100644 yunying-app/uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action.vue create mode 100644 yunying-app/uni_modules/uni-swipe-action/package.json create mode 100644 yunying-app/uni_modules/uni-swipe-action/readme.md create mode 100644 yunying-app/uni_modules/uni-swiper-dot/changelog.md create mode 100644 yunying-app/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue create mode 100644 yunying-app/uni_modules/uni-swiper-dot/package.json create mode 100644 yunying-app/uni_modules/uni-swiper-dot/readme.md create mode 100644 yunying-app/uni_modules/uni-table/changelog.md create mode 100644 yunying-app/uni_modules/uni-table/components/uni-table/uni-table.vue create mode 100644 yunying-app/uni_modules/uni-table/components/uni-tbody/uni-tbody.vue create mode 100644 yunying-app/uni_modules/uni-table/components/uni-td/uni-td.vue create mode 100644 yunying-app/uni_modules/uni-table/components/uni-th/filter-dropdown.vue create mode 100644 yunying-app/uni_modules/uni-table/components/uni-th/uni-th.vue create mode 100644 yunying-app/uni_modules/uni-table/components/uni-thead/uni-thead.vue create mode 100644 yunying-app/uni_modules/uni-table/components/uni-tr/table-checkbox.vue create mode 100644 yunying-app/uni_modules/uni-table/components/uni-tr/uni-tr.vue create mode 100644 yunying-app/uni_modules/uni-table/i18n/en.json create mode 100644 yunying-app/uni_modules/uni-table/i18n/es.json create mode 100644 yunying-app/uni_modules/uni-table/i18n/fr.json create mode 100644 yunying-app/uni_modules/uni-table/i18n/index.js create mode 100644 yunying-app/uni_modules/uni-table/i18n/zh-Hans.json create mode 100644 yunying-app/uni_modules/uni-table/i18n/zh-Hant.json create mode 100644 yunying-app/uni_modules/uni-table/package.json create mode 100644 yunying-app/uni_modules/uni-table/readme.md create mode 100644 yunying-app/uni_modules/uni-tag/changelog.md create mode 100644 yunying-app/uni_modules/uni-tag/components/uni-tag/uni-tag.vue create mode 100644 yunying-app/uni_modules/uni-tag/package.json create mode 100644 yunying-app/uni_modules/uni-tag/readme.md create mode 100644 yunying-app/uni_modules/uni-title/changelog.md create mode 100644 yunying-app/uni_modules/uni-title/components/uni-title/uni-title.vue create mode 100644 yunying-app/uni_modules/uni-title/package.json create mode 100644 yunying-app/uni_modules/uni-title/readme.md create mode 100644 yunying-app/uni_modules/uni-tooltip/changelog.md create mode 100644 yunying-app/uni_modules/uni-tooltip/components/uni-tooltip/uni-tooltip.vue create mode 100644 yunying-app/uni_modules/uni-tooltip/package.json create mode 100644 yunying-app/uni_modules/uni-tooltip/readme.md create mode 100644 yunying-app/uni_modules/uni-transition/changelog.md create mode 100644 yunying-app/uni_modules/uni-transition/components/uni-transition/createAnimation.js create mode 100644 yunying-app/uni_modules/uni-transition/components/uni-transition/uni-transition.vue create mode 100644 yunying-app/uni_modules/uni-transition/package.json create mode 100644 yunying-app/uni_modules/uni-transition/readme.md create mode 100644 yunying-app/utils/auth.js create mode 100644 yunying-app/utils/common.js create mode 100644 yunying-app/utils/constant.js create mode 100644 yunying-app/utils/errorCode.js create mode 100644 yunying-app/utils/permission.js create mode 100644 yunying-app/utils/request.js create mode 100644 yunying-app/utils/storage.js create mode 100644 yunying-app/utils/upload.js create mode 100644 yunying-web/.editorconfig create mode 100644 yunying-web/.env.development create mode 100644 yunying-web/.env.production create mode 100644 yunying-web/.env.staging create mode 100644 yunying-web/.eslintignore create mode 100644 yunying-web/.eslintrc.js create mode 100644 yunying-web/README.md create mode 100644 yunying-web/babel.config.js create mode 100644 yunying-web/bin/build.bat create mode 100644 yunying-web/bin/package.bat create mode 100644 yunying-web/bin/run-web.bat create mode 100644 yunying-web/build/index.js create mode 100644 yunying-web/package-lock.json create mode 100644 yunying-web/package.json create mode 100644 yunying-web/public/favicon.ico create mode 100644 yunying-web/public/html/ie.html create mode 100644 yunying-web/public/index.html create mode 100644 yunying-web/public/preview.html create mode 100644 yunying-web/public/robots.txt create mode 100644 yunying-web/src/App.vue create mode 100644 yunying-web/src/api/flowable/definition.js create mode 100644 yunying-web/src/api/flowable/expression.js create mode 100644 yunying-web/src/api/flowable/finished.js create mode 100644 yunying-web/src/api/flowable/form.js create mode 100644 yunying-web/src/api/flowable/listener.js create mode 100644 yunying-web/src/api/flowable/process.js create mode 100644 yunying-web/src/api/flowable/todo.js create mode 100644 yunying-web/src/api/login.js create mode 100644 yunying-web/src/api/menu.js create mode 100644 yunying-web/src/api/monitor/cache.js create mode 100644 yunying-web/src/api/monitor/job.js create mode 100644 yunying-web/src/api/monitor/jobLog.js create mode 100644 yunying-web/src/api/monitor/logininfor.js create mode 100644 yunying-web/src/api/monitor/online.js create mode 100644 yunying-web/src/api/monitor/operlog.js create mode 100644 yunying-web/src/api/monitor/server.js create mode 100644 yunying-web/src/api/system/config.js create mode 100644 yunying-web/src/api/system/dept.js create mode 100644 yunying-web/src/api/system/dict/data.js create mode 100644 yunying-web/src/api/system/dict/type.js create mode 100644 yunying-web/src/api/system/expression.js create mode 100644 yunying-web/src/api/system/listener.js create mode 100644 yunying-web/src/api/system/menu.js create mode 100644 yunying-web/src/api/system/notice.js create mode 100644 yunying-web/src/api/system/post.js create mode 100644 yunying-web/src/api/system/role.js create mode 100644 yunying-web/src/api/system/user.js create mode 100644 yunying-web/src/api/tool/gen.js create mode 100644 yunying-web/src/assets/401_images/401.gif create mode 100644 yunying-web/src/assets/404_images/404.png create mode 100644 yunying-web/src/assets/404_images/404_cloud.png create mode 100644 yunying-web/src/assets/icons/index.js create mode 100644 yunying-web/src/assets/icons/svg/404.svg create mode 100644 yunying-web/src/assets/icons/svg/bug.svg create mode 100644 yunying-web/src/assets/icons/svg/build.svg create mode 100644 yunying-web/src/assets/icons/svg/button.svg create mode 100644 yunying-web/src/assets/icons/svg/cascader.svg create mode 100644 yunying-web/src/assets/icons/svg/chart.svg create mode 100644 yunying-web/src/assets/icons/svg/checkbox.svg create mode 100644 yunying-web/src/assets/icons/svg/clipboard.svg create mode 100644 yunying-web/src/assets/icons/svg/code.svg create mode 100644 yunying-web/src/assets/icons/svg/color.svg create mode 100644 yunying-web/src/assets/icons/svg/component.svg create mode 100644 yunying-web/src/assets/icons/svg/dashboard.svg create mode 100644 yunying-web/src/assets/icons/svg/date-range.svg create mode 100644 yunying-web/src/assets/icons/svg/date.svg create mode 100644 yunying-web/src/assets/icons/svg/dict.svg create mode 100644 yunying-web/src/assets/icons/svg/documentation.svg create mode 100644 yunying-web/src/assets/icons/svg/download.svg create mode 100644 yunying-web/src/assets/icons/svg/drag.svg create mode 100644 yunying-web/src/assets/icons/svg/druid.svg create mode 100644 yunying-web/src/assets/icons/svg/edit.svg create mode 100644 yunying-web/src/assets/icons/svg/education.svg create mode 100644 yunying-web/src/assets/icons/svg/email.svg create mode 100644 yunying-web/src/assets/icons/svg/example.svg create mode 100644 yunying-web/src/assets/icons/svg/excel.svg create mode 100644 yunying-web/src/assets/icons/svg/exit-fullscreen.svg create mode 100644 yunying-web/src/assets/icons/svg/eye-open.svg create mode 100644 yunying-web/src/assets/icons/svg/eye.svg create mode 100644 yunying-web/src/assets/icons/svg/form.svg create mode 100644 yunying-web/src/assets/icons/svg/fullscreen.svg create mode 100644 yunying-web/src/assets/icons/svg/github.svg create mode 100644 yunying-web/src/assets/icons/svg/guide.svg create mode 100644 yunying-web/src/assets/icons/svg/icon.svg create mode 100644 yunying-web/src/assets/icons/svg/input.svg create mode 100644 yunying-web/src/assets/icons/svg/international.svg create mode 100644 yunying-web/src/assets/icons/svg/job.svg create mode 100644 yunying-web/src/assets/icons/svg/language.svg create mode 100644 yunying-web/src/assets/icons/svg/link.svg create mode 100644 yunying-web/src/assets/icons/svg/list.svg create mode 100644 yunying-web/src/assets/icons/svg/lock.svg create mode 100644 yunying-web/src/assets/icons/svg/log.svg create mode 100644 yunying-web/src/assets/icons/svg/logininfor.svg create mode 100644 yunying-web/src/assets/icons/svg/message.svg create mode 100644 yunying-web/src/assets/icons/svg/money.svg create mode 100644 yunying-web/src/assets/icons/svg/monitor.svg create mode 100644 yunying-web/src/assets/icons/svg/nested.svg create mode 100644 yunying-web/src/assets/icons/svg/number.svg create mode 100644 yunying-web/src/assets/icons/svg/online.svg create mode 100644 yunying-web/src/assets/icons/svg/password.svg create mode 100644 yunying-web/src/assets/icons/svg/pdf.svg create mode 100644 yunying-web/src/assets/icons/svg/people.svg create mode 100644 yunying-web/src/assets/icons/svg/peoples.svg create mode 100644 yunying-web/src/assets/icons/svg/phone.svg create mode 100644 yunying-web/src/assets/icons/svg/post.svg create mode 100644 yunying-web/src/assets/icons/svg/qq.svg create mode 100644 yunying-web/src/assets/icons/svg/question.svg create mode 100644 yunying-web/src/assets/icons/svg/radio.svg create mode 100644 yunying-web/src/assets/icons/svg/rate.svg create mode 100644 yunying-web/src/assets/icons/svg/redis-list.svg create mode 100644 yunying-web/src/assets/icons/svg/redis.svg create mode 100644 yunying-web/src/assets/icons/svg/row.svg create mode 100644 yunying-web/src/assets/icons/svg/search.svg create mode 100644 yunying-web/src/assets/icons/svg/select.svg create mode 100644 yunying-web/src/assets/icons/svg/server.svg create mode 100644 yunying-web/src/assets/icons/svg/shopping.svg create mode 100644 yunying-web/src/assets/icons/svg/size.svg create mode 100644 yunying-web/src/assets/icons/svg/skill.svg create mode 100644 yunying-web/src/assets/icons/svg/slider.svg create mode 100644 yunying-web/src/assets/icons/svg/star.svg create mode 100644 yunying-web/src/assets/icons/svg/swagger.svg create mode 100644 yunying-web/src/assets/icons/svg/switch.svg create mode 100644 yunying-web/src/assets/icons/svg/system.svg create mode 100644 yunying-web/src/assets/icons/svg/tab.svg create mode 100644 yunying-web/src/assets/icons/svg/table.svg create mode 100644 yunying-web/src/assets/icons/svg/textarea.svg create mode 100644 yunying-web/src/assets/icons/svg/theme.svg create mode 100644 yunying-web/src/assets/icons/svg/time-range.svg create mode 100644 yunying-web/src/assets/icons/svg/time.svg create mode 100644 yunying-web/src/assets/icons/svg/tool.svg create mode 100644 yunying-web/src/assets/icons/svg/tree-table.svg create mode 100644 yunying-web/src/assets/icons/svg/tree.svg create mode 100644 yunying-web/src/assets/icons/svg/upload.svg create mode 100644 yunying-web/src/assets/icons/svg/user.svg create mode 100644 yunying-web/src/assets/icons/svg/validCode.svg create mode 100644 yunying-web/src/assets/icons/svg/wechat.svg create mode 100644 yunying-web/src/assets/icons/svg/zip.svg create mode 100644 yunying-web/src/assets/icons/svgo.yml create mode 100644 yunying-web/src/assets/images/dark.svg create mode 100644 yunying-web/src/assets/images/light.svg create mode 100644 yunying-web/src/assets/images/login-background.jpg create mode 100644 yunying-web/src/assets/images/pay.png create mode 100644 yunying-web/src/assets/images/profile.jpg create mode 100644 yunying-web/src/assets/logo/logo.png create mode 100644 yunying-web/src/assets/logo/logo1.png create mode 100644 yunying-web/src/assets/logo/logo2.png create mode 100644 yunying-web/src/assets/logo/logo4.png create mode 100644 yunying-web/src/assets/styles/btn.scss create mode 100644 yunying-web/src/assets/styles/element-ui.scss create mode 100644 yunying-web/src/assets/styles/element-variables.scss create mode 100644 yunying-web/src/assets/styles/index.scss create mode 100644 yunying-web/src/assets/styles/mixin.scss create mode 100644 yunying-web/src/assets/styles/sidebar.scss create mode 100644 yunying-web/src/assets/styles/transition.scss create mode 100644 yunying-web/src/assets/styles/variables.scss create mode 100644 yunying-web/src/assets/styles/yunying.scss create mode 100644 yunying-web/src/components/Breadcrumb/index.vue create mode 100644 yunying-web/src/components/Crontab/day.vue create mode 100644 yunying-web/src/components/Crontab/hour.vue create mode 100644 yunying-web/src/components/Crontab/index.vue create mode 100644 yunying-web/src/components/Crontab/min.vue create mode 100644 yunying-web/src/components/Crontab/month.vue create mode 100644 yunying-web/src/components/Crontab/result.vue create mode 100644 yunying-web/src/components/Crontab/second.vue create mode 100644 yunying-web/src/components/Crontab/week.vue create mode 100644 yunying-web/src/components/Crontab/year.vue create mode 100644 yunying-web/src/components/DictData/index.js create mode 100644 yunying-web/src/components/DictTag/index.vue create mode 100644 yunying-web/src/components/Editor/index.vue create mode 100644 yunying-web/src/components/FileUpload/index.vue create mode 100644 yunying-web/src/components/Hamburger/index.vue create mode 100644 yunying-web/src/components/HeaderSearch/index.vue create mode 100644 yunying-web/src/components/IconSelect/index.vue create mode 100644 yunying-web/src/components/IconSelect/requireIcons.js create mode 100644 yunying-web/src/components/ImagePreview/index.vue create mode 100644 yunying-web/src/components/ImageUpload/index.vue create mode 100644 yunying-web/src/components/Pagination/index.vue create mode 100644 yunying-web/src/components/PanThumb/index.vue create mode 100644 yunying-web/src/components/ParentView/index.vue create mode 100644 yunying-web/src/components/Process/README.md create mode 100644 yunying-web/src/components/Process/common/bpmnUtils.js create mode 100644 yunying-web/src/components/Process/common/global.js create mode 100644 yunying-web/src/components/Process/common/index.js create mode 100644 yunying-web/src/components/Process/common/packed-config.js create mode 100644 yunying-web/src/components/Process/customPanel/CustomContextPad.js create mode 100644 yunying-web/src/components/Process/customPanel/CustomPalette.js create mode 100644 yunying-web/src/components/Process/customPanel/customTranslate.js create mode 100644 yunying-web/src/components/Process/customPanel/index.js create mode 100644 yunying-web/src/components/Process/designer.vue create mode 100644 yunying-web/src/components/Process/flowable/flowable.json create mode 100644 yunying-web/src/components/Process/flowable/init.js create mode 100644 yunying-web/src/components/Process/index.vue create mode 100644 yunying-web/src/components/Process/lang/zh.js create mode 100644 yunying-web/src/components/Process/panel/ButtonsPanel.vue create mode 100644 yunying-web/src/components/Process/panel/PropertiesPanel.vue create mode 100644 yunying-web/src/components/Process/panel/commonPanel.vue create mode 100644 yunying-web/src/components/Process/panel/conditionPanel.vue create mode 100644 yunying-web/src/components/Process/panel/executionListener.vue create mode 100644 yunying-web/src/components/Process/panel/formPanel.vue create mode 100644 yunying-web/src/components/Process/panel/multiInstance.vue create mode 100644 yunying-web/src/components/Process/panel/otherPanel.vue create mode 100644 yunying-web/src/components/Process/panel/taskListener.vue create mode 100644 yunying-web/src/components/Process/panel/taskPanel.vue create mode 100644 yunying-web/src/components/Process/style/flow-viewer.scss create mode 100644 yunying-web/src/components/Process/style/process-panel.scss create mode 100644 yunying-web/src/components/Process/viewer/index.vue create mode 100644 yunying-web/src/components/RightPanel/index.vue create mode 100644 yunying-web/src/components/RightToolbar/index.vue create mode 100644 yunying-web/src/components/Screenfull/index.vue create mode 100644 yunying-web/src/components/SizeSelect/index.vue create mode 100644 yunying-web/src/components/SvgIcon/index.vue create mode 100644 yunying-web/src/components/ThemePicker/index.vue create mode 100644 yunying-web/src/components/TopNav/index.vue create mode 100644 yunying-web/src/components/YunYing/Doc/index.vue create mode 100644 yunying-web/src/components/YunYing/Git/index.vue create mode 100644 yunying-web/src/components/customBpmn/index.js create mode 100644 yunying-web/src/components/flow/ElInputTag/index.vue create mode 100644 yunying-web/src/components/flow/Expression/index.vue create mode 100644 yunying-web/src/components/flow/Role/index.vue create mode 100644 yunying-web/src/components/flow/User/index.vue create mode 100644 yunying-web/src/components/iFrame/index.vue create mode 100644 yunying-web/src/components/parser/Parser.vue create mode 100644 yunying-web/src/components/parser/README.md create mode 100644 yunying-web/src/components/parser/example/Index.vue create mode 100644 yunying-web/src/components/parser/index.js create mode 100644 yunying-web/src/components/parser/package.json create mode 100644 yunying-web/src/components/render/package.json create mode 100644 yunying-web/src/components/render/render.js create mode 100644 yunying-web/src/components/render/slots/el-button.js create mode 100644 yunying-web/src/components/render/slots/el-checkbox-group.js create mode 100644 yunying-web/src/components/render/slots/el-input.js create mode 100644 yunying-web/src/components/render/slots/el-radio-group.js create mode 100644 yunying-web/src/components/render/slots/el-select.js create mode 100644 yunying-web/src/components/render/slots/el-upload.js create mode 100644 yunying-web/src/components/tinymce/README.md create mode 100644 yunying-web/src/components/tinymce/config.js create mode 100644 yunying-web/src/components/tinymce/index.js create mode 100644 yunying-web/src/components/tinymce/index.vue create mode 100644 yunying-web/src/components/tinymce/package.json create mode 100644 yunying-web/src/components/tinymce/zh_CN.js create mode 100644 yunying-web/src/components/vform/VFormDesigner.css create mode 100644 yunying-web/src/components/vform/VFormDesigner.umd.min.js create mode 100644 yunying-web/src/directive/dialog/drag.js create mode 100644 yunying-web/src/directive/dialog/dragHeight.js create mode 100644 yunying-web/src/directive/dialog/dragWidth.js create mode 100644 yunying-web/src/directive/index.js create mode 100644 yunying-web/src/directive/module/clipboard.js create mode 100644 yunying-web/src/directive/permission/hasPermi.js create mode 100644 yunying-web/src/directive/permission/hasRole.js create mode 100644 yunying-web/src/icons/index.js create mode 100644 yunying-web/src/icons/svg/button.svg create mode 100644 yunying-web/src/icons/svg/cascader.svg create mode 100644 yunying-web/src/icons/svg/checkbox.svg create mode 100644 yunying-web/src/icons/svg/color.svg create mode 100644 yunying-web/src/icons/svg/component.svg create mode 100644 yunying-web/src/icons/svg/date-range.svg create mode 100644 yunying-web/src/icons/svg/date.svg create mode 100644 yunying-web/src/icons/svg/input.svg create mode 100644 yunying-web/src/icons/svg/number.svg create mode 100644 yunying-web/src/icons/svg/password.svg create mode 100644 yunying-web/src/icons/svg/radio.svg create mode 100644 yunying-web/src/icons/svg/rate.svg create mode 100644 yunying-web/src/icons/svg/rich-text.svg create mode 100644 yunying-web/src/icons/svg/row.svg create mode 100644 yunying-web/src/icons/svg/select.svg create mode 100644 yunying-web/src/icons/svg/slider.svg create mode 100644 yunying-web/src/icons/svg/switch.svg create mode 100644 yunying-web/src/icons/svg/table.svg create mode 100644 yunying-web/src/icons/svg/textarea.svg create mode 100644 yunying-web/src/icons/svg/time-range.svg create mode 100644 yunying-web/src/icons/svg/time.svg create mode 100644 yunying-web/src/icons/svg/upload.svg create mode 100644 yunying-web/src/layout/components/AppMain.vue create mode 100644 yunying-web/src/layout/components/IframeToggle/index.vue create mode 100644 yunying-web/src/layout/components/InnerLink/index.vue create mode 100644 yunying-web/src/layout/components/Navbar.vue create mode 100644 yunying-web/src/layout/components/Settings/index.vue create mode 100644 yunying-web/src/layout/components/Sidebar/FixiOSBug.js create mode 100644 yunying-web/src/layout/components/Sidebar/Item.vue create mode 100644 yunying-web/src/layout/components/Sidebar/Link.vue create mode 100644 yunying-web/src/layout/components/Sidebar/Logo.vue create mode 100644 yunying-web/src/layout/components/Sidebar/SidebarItem.vue create mode 100644 yunying-web/src/layout/components/Sidebar/index.vue create mode 100644 yunying-web/src/layout/components/TagsView/ScrollPane.vue create mode 100644 yunying-web/src/layout/components/TagsView/index.vue create mode 100644 yunying-web/src/layout/components/index.js create mode 100644 yunying-web/src/layout/index.vue create mode 100644 yunying-web/src/layout/mixin/ResizeHandler.js create mode 100644 yunying-web/src/main.js create mode 100644 yunying-web/src/permission.js create mode 100644 yunying-web/src/plugins/auth.js create mode 100644 yunying-web/src/plugins/cache.js create mode 100644 yunying-web/src/plugins/download.js create mode 100644 yunying-web/src/plugins/index.js create mode 100644 yunying-web/src/plugins/modal.js create mode 100644 yunying-web/src/plugins/tab.js create mode 100644 yunying-web/src/router/index.js create mode 100644 yunying-web/src/settings.js create mode 100644 yunying-web/src/store/getters.js create mode 100644 yunying-web/src/store/index.js create mode 100644 yunying-web/src/store/modules/app.js create mode 100644 yunying-web/src/store/modules/dict.js create mode 100644 yunying-web/src/store/modules/permission.js create mode 100644 yunying-web/src/store/modules/settings.js create mode 100644 yunying-web/src/store/modules/tagsView.js create mode 100644 yunying-web/src/store/modules/user.js create mode 100644 yunying-web/src/styles/home.scss create mode 100644 yunying-web/src/styles/index.scss create mode 100644 yunying-web/src/styles/mixin.scss create mode 100644 yunying-web/src/utils/StrUtil.js create mode 100644 yunying-web/src/utils/auth.js create mode 100644 yunying-web/src/utils/db.js create mode 100644 yunying-web/src/utils/dict/Dict.js create mode 100644 yunying-web/src/utils/dict/DictConverter.js create mode 100644 yunying-web/src/utils/dict/DictData.js create mode 100644 yunying-web/src/utils/dict/DictMeta.js create mode 100644 yunying-web/src/utils/dict/DictOptions.js create mode 100644 yunying-web/src/utils/dict/index.js create mode 100644 yunying-web/src/utils/errorCode.js create mode 100644 yunying-web/src/utils/generator/config.js create mode 100644 yunying-web/src/utils/generator/css.js create mode 100644 yunying-web/src/utils/generator/drawingDefalut.js create mode 100644 yunying-web/src/utils/generator/html.js create mode 100644 yunying-web/src/utils/generator/icon.json create mode 100644 yunying-web/src/utils/generator/js.js create mode 100644 yunying-web/src/utils/generator/render.js create mode 100644 yunying-web/src/utils/generator/ruleTrigger.js create mode 100644 yunying-web/src/utils/index.js create mode 100644 yunying-web/src/utils/jsencrypt.js create mode 100644 yunying-web/src/utils/loadBeautifier.js create mode 100644 yunying-web/src/utils/loadMonaco.js create mode 100644 yunying-web/src/utils/loadScript.js create mode 100644 yunying-web/src/utils/loadTinymce.js create mode 100644 yunying-web/src/utils/permission.js create mode 100644 yunying-web/src/utils/pluginsConfig.js create mode 100644 yunying-web/src/utils/request.js create mode 100644 yunying-web/src/utils/scroll-to.js create mode 100644 yunying-web/src/utils/validate.js create mode 100644 yunying-web/src/utils/yunying.js create mode 100644 yunying-web/src/views/dashboard/BarChart.vue create mode 100644 yunying-web/src/views/dashboard/LineChart.vue create mode 100644 yunying-web/src/views/dashboard/PanelGroup.vue create mode 100644 yunying-web/src/views/dashboard/PieChart.vue create mode 100644 yunying-web/src/views/dashboard/RaddarChart.vue create mode 100644 yunying-web/src/views/dashboard/mixins/resize.js create mode 100644 yunying-web/src/views/error/401.vue create mode 100644 yunying-web/src/views/error/404.vue create mode 100644 yunying-web/src/views/flowable/definition/index.vue create mode 100644 yunying-web/src/views/flowable/definition/model.vue create mode 100644 yunying-web/src/views/flowable/expression/index.vue create mode 100644 yunying-web/src/views/flowable/listener/index.vue create mode 100644 yunying-web/src/views/flowable/task/finished/detail/index.vue create mode 100644 yunying-web/src/views/flowable/task/finished/index.vue create mode 100644 yunying-web/src/views/flowable/task/flowForm/index.vue create mode 100644 yunying-web/src/views/flowable/task/form/index.vue create mode 100644 yunying-web/src/views/flowable/task/myProcess/detail/index.vue create mode 100644 yunying-web/src/views/flowable/task/myProcess/index.vue create mode 100644 yunying-web/src/views/flowable/task/myProcess/send/index.vue create mode 100644 yunying-web/src/views/flowable/task/todo/detail/index.vue create mode 100644 yunying-web/src/views/flowable/task/todo/index.vue create mode 100644 yunying-web/src/views/index.vue create mode 100644 yunying-web/src/views/index_v1.vue create mode 100644 yunying-web/src/views/login.vue create mode 100644 yunying-web/src/views/monitor/cache/index.vue create mode 100644 yunying-web/src/views/monitor/cache/list.vue create mode 100644 yunying-web/src/views/monitor/druid/index.vue create mode 100644 yunying-web/src/views/monitor/job/index.vue create mode 100644 yunying-web/src/views/monitor/job/log.vue create mode 100644 yunying-web/src/views/monitor/logininfor/index.vue create mode 100644 yunying-web/src/views/monitor/online/index.vue create mode 100644 yunying-web/src/views/monitor/operlog/index.vue create mode 100644 yunying-web/src/views/monitor/server/index.vue create mode 100644 yunying-web/src/views/redirect.vue create mode 100644 yunying-web/src/views/register.vue create mode 100644 yunying-web/src/views/system/config/index.vue create mode 100644 yunying-web/src/views/system/dept/index.vue create mode 100644 yunying-web/src/views/system/dict/data.vue create mode 100644 yunying-web/src/views/system/dict/index.vue create mode 100644 yunying-web/src/views/system/expression/index.vue create mode 100644 yunying-web/src/views/system/listener/index.vue create mode 100644 yunying-web/src/views/system/menu/index.vue create mode 100644 yunying-web/src/views/system/notice/index.vue create mode 100644 yunying-web/src/views/system/post/index.vue create mode 100644 yunying-web/src/views/system/role/authUser.vue create mode 100644 yunying-web/src/views/system/role/index.vue create mode 100644 yunying-web/src/views/system/role/selectUser.vue create mode 100644 yunying-web/src/views/system/user/authRole.vue create mode 100644 yunying-web/src/views/system/user/index.vue create mode 100644 yunying-web/src/views/system/user/profile/index.vue create mode 100644 yunying-web/src/views/system/user/profile/resetPwd.vue create mode 100644 yunying-web/src/views/system/user/profile/userAvatar.vue create mode 100644 yunying-web/src/views/system/user/profile/userInfo.vue create mode 100644 yunying-web/src/views/tool/build/App.vue create mode 100644 yunying-web/src/views/tool/build/CodeTypeDialog.vue create mode 100644 yunying-web/src/views/tool/build/DraggableItem.vue create mode 100644 yunying-web/src/views/tool/build/FormDrawer.vue create mode 100644 yunying-web/src/views/tool/build/IconsDialog.vue create mode 100644 yunying-web/src/views/tool/build/JsonDrawer.vue create mode 100644 yunying-web/src/views/tool/build/ResourceDialog.vue create mode 100644 yunying-web/src/views/tool/build/RightPanel.vue create mode 100644 yunying-web/src/views/tool/build/TreeNodeDialog.vue create mode 100644 yunying-web/src/views/tool/build/index.vue create mode 100644 yunying-web/src/views/tool/build/main.js create mode 100644 yunying-web/src/views/tool/gen/basicInfoForm.vue create mode 100644 yunying-web/src/views/tool/gen/createTable.vue create mode 100644 yunying-web/src/views/tool/gen/editTable.vue create mode 100644 yunying-web/src/views/tool/gen/genInfoForm.vue create mode 100644 yunying-web/src/views/tool/gen/importTable.vue create mode 100644 yunying-web/src/views/tool/gen/index.vue create mode 100644 yunying-web/src/views/tool/preview/main.js create mode 100644 yunying-web/src/views/tool/swagger/index.vue create mode 100644 yunying-web/vue.config.js diff --git a/yunying-app/App.vue b/yunying-app/App.vue new file mode 100644 index 0000000..d32b271 --- /dev/null +++ b/yunying-app/App.vue @@ -0,0 +1,33 @@ + + + diff --git a/yunying-app/LICENSE b/yunying-app/LICENSE new file mode 100644 index 0000000..2c46dba --- /dev/null +++ b/yunying-app/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 若依 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/yunying-app/README.md b/yunying-app/README.md new file mode 100644 index 0000000..f38258d --- /dev/null +++ b/yunying-app/README.md @@ -0,0 +1,55 @@ +
+
+
+
+## 演示图
+
+![]() |
+ ![]() |
+ ![]() |
+
![]() |
+ ![]() |
+ ![]() |
+
![]() |
+ ![]() |
+ ![]() |
+
D1Y)Qg7jYOn9D8V$;*>Km=%k
z3$X}r@B)32jzU)MMmM3GA^8NEQj*M66s9@Qfxy$CW=GIh^_XO1z>$17lv2$tl?2}r
zLNKYRI7OEDU?iC)=<<3wUnu0u>u(
ze*E~48rKb0tAT7AtkWH?8$+_+FXPu{n60uLy+`kd96f-BAqE0647oN8ULFmDsEZiX
zs5v_a`UHqo8cK!(JBDgXeM}G2F%*Xy2nyCfiai6i#y?njJQyBOlhR~1q;LGt9`|S|
zD$;?+_)zX9mfJcZhovHs8~+?hF@TI|{XNP4b#Hr%^mln={U?G`4;PFSKmq+M2nL}dPcpmghpHaX
z$#f0^B0~T+&B}Y$VORx9Ef)kwC|)|SEP?h|hhZhY7Xl$e0G3fyJ7C&T7{Ste0xB7x
zmSE%{0yC0DaEcVTH!RN<5cm)jN9?pvz#;H)pc7(*AdE6%BJRabhy$=NTL+?p;>u{T
zIiavIEXcEPp=yXZU^1FwgrV+*kO5Bz@jrRHIFn09yQHj?mZUyxqNM2S>hcu{HPV;_
z$gI@I$tDhWd1rkvSmt^iIVlBWiBX3~+N0gx5v((kJ_(RHM@;83>2R0ti@ez&c^2G~
zSG4-1_( 3((
zmsWwqa6Uf_v{sk0d74ZmPM!Y2X{{(%fs~drzDlprWz+$2XX@}|(2s2{C6fTN)y{R`
zi8fYV!XbhEhHPqC!Ah|aY-8R6U&>;Q>Xgj+2p*Xo89EyyJyYYja>nUATS@lXMMEEn
zogEsP9X-94FG1|RIaQslrf!a6M LPT}9S5Kj^e
z{|?H_%Ztm4pUcVBnwwWdMC4HhA0H>81gD#iqq~_mr=uI=e B@v8bo7KBDQYERvTzZ#De8ER`vZmZHC;vDV6
zOXu&X7BAx7j;M}q+C!Y~h`a0~f0TW*)byiyYtUULHb3
zci3>!-b$k5iRfe($A<#RTzITo7xgwi>5cYx;s;%QA?e1i@Po8*f#9z+J}KJpBgXt`
zC70z$Yg8JVv$lCPeqNxv)DQd&pfTV_wLHxlWtSR7WLE-0Mv-LLEgc4Zfwoju
wcLbPb0
z@*c^NrWEDdQ%Ba`U242aE?thBI@dn{8C@P66R7nm`77lIK4&eos+1qUren4+m%}EE?!Y#ixHd6{wbb_PO;Et
z2#sUQ$A)yv-k8Mqj#L(~RLW06^&&TXIh9GuQ!k
OT#QfWo~?R-gtrsu2Q4vx}Sw2vrcL(YfIxQe;y
z#gvHGo|&W?%n
8a
zVdQ0TRw>4*XhBB99@{XR20)3VB)wuKG{;%n3rP9o;Dy02N(NY}tc>7v_3;9j9Uq&N
z6Q)7u=j4@qFN*QC7KoBiYM&+Q7T+ZfGK?uEz!(ZUL^H|Z%}
z(wN?v#gZIBU#V7aLATC~au=xoiyic&n7n7|K6H6A*EBvVD~mr*9MOvCr^YQ0BlYN@1LHhSFlLJmdJ(xUBne7bqNdf1L$>(g)5E4y|a7r}-JC_?5&
zV|&0Yr^@}2rBhaaC@^77p`ATj;cr%n=&yI$4mS^%Ap49CS;gI&7{2q$3#Ino_kPtd
zzI~7#kd>N~9ZL%;EK|I+PiYRlh@7}AilVw`d_yW{0N#|e!H%2f4x;b5zcYRT8hfqM
zba#gLW=amy6T`FTLR~Ey
zZcrF?TLBS&JMHVdo-Xo@q3Hs(!sz+D!%A!Nq^4^_lEO55?(c>#Vdvr>OK&!IofjZQ
zzU~;5ZS!BW)V*9AbmsDX6I53E_f@KFS~Hz#IiyuRa%rZE^=YFz_4I-TA-~o`-*aF8
zTOIWv9@ANtTMEwc5U4`;DgGJJzF^bj&R~Ze8hw;Ja)}i4nfXaC*_SPOa!%7Ax;Kc=
znOjt~8(4(D`{+>}JiQTSr}JmhOw(NytoOZ!vTcM9j)u!Ot!3OWcP5a<=hqJ2
zv3;WDBQP-|7@75*YwiSq;OY@hd#xSPt7_#$hgC#bKFa!Vv0s+!p~I78IK98bKQoI!
zSZQjRyq&hG!eHi1bn{vSqR(9tJRfM!||F_|3CQQ4JPqlEYiR0(nD`BNqYb83I3mD=>M*4
ze)#WBbz)8EC&`59QU)+Jm}7^6WKy}1OAY+^L33c--PbklUoI@cUG5{#wQpqiVLwao
zM6KuPXJY%hJeD~%E{=D`XA1A>|EPU3KH`{^E+h(`z^;fQx@Tw}T1znXvfhZ66U0Qx
zil#CnxpePa@Z+x@#^@0-j4%;5q>jz&t*}2#$#8HvT>hx8cuY_8CT2k*IxLERPiSpm
zJ;
V3271{<`r{Ru8_bVSBw!1ZbVx!&9=hEnpHcSg8pi=(v?xhTsn#`)0?d+rv{
zso_m!hKl&gb9mIDG+hQjDY`HKP&dWLK0zQ`x+!hNJ%2%2!JqqUDBXTtB)TcnHIi~x
z&Y7*~_(3^6=Ln3@