diff --git a/.eslintrc.js b/.eslintrc.js index 3049d24..976e600 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -37,6 +37,14 @@ module.exports = { math: 'always', }, ], + 'vue/component-name-in-template-casing': [ + 'error', + 'kebab-case', + { + registeredComponentsOnly: false, + ignores: [], + }, + ], // 多字组件名称 'vue/multi-word-component-names': 'off', // Vue组件排序 diff --git a/package.json b/package.json index 16bcae6..16ecaf4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "axios": "^1.4.0", - "caniuse-lite": "^1.0.30001517", + "caniuse-lite": "^1.0.30001518", "clipboard": "^2.0.11", "core-js": "^3.32.0", "dayjs": "^1.11.9", diff --git a/src/colorfulIcon/svg/alphabetical_sorting.svg b/src/colorfulIcon/svg/alphabetical_sorting.svg index 3cfa035..c853a59 100644 --- a/src/colorfulIcon/svg/alphabetical_sorting.svg +++ b/src/colorfulIcon/svg/alphabetical_sorting.svg @@ -1 +1,6 @@ - \ No newline at end of file + + + + diff --git a/src/colorfulIcon/svg/vab.svg b/src/colorfulIcon/svg/vab.svg index 5c46271..fd609b1 100644 --- a/src/colorfulIcon/svg/vab.svg +++ b/src/colorfulIcon/svg/vab.svg @@ -4,18 +4,21 @@ width="550px" height="400px" xml:space="preserve"> - + - + - - + + - + - - + + - + diff --git a/src/components/VabUpload/index.vue b/src/components/VabUpload/index.vue index 9c43117..1217757 100644 --- a/src/components/VabUpload/index.vue +++ b/src/components/VabUpload/index.vue @@ -205,12 +205,12 @@ this.imgSuccessNum = 0 this.imgErrorNum = 0 /* if ("development" === process.env.NODE_ENV) { - this.api = process.env.VUE_APP_BASE_API; - } else { - this.api = `${window.location.protocol}//${window.location.host}`; - } + this.api = process.env.VUE_APP_BASE_API; + } else { + this.api = `${window.location.protocol}//${window.location.host}`; + } - this.action = this.api + this.url; */ + this.action = this.api + this.url; */ this.dialogFormVisible = false }, }, diff --git a/src/styles/element-variables.scss b/src/styles/element-variables.scss index 3258a91..178346e 100644 --- a/src/styles/element-variables.scss +++ b/src/styles/element-variables.scss @@ -6,9 +6,8 @@ $--all-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); $--fade-transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1); $--fade-linear-transition: opacity 200ms linear; $--md-fade-transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), - opacity 300ms cubic-bezier(0.23, 1, 0.32, 1); -$--border-transition-base: border-color 0.2s - cubic-bezier(0.645, 0.045, 0.355, 1); +opacity 300ms cubic-bezier(0.23, 1, 0.32, 1); +$--border-transition-base: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); $--color-transition-base: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); /* Color diff --git a/src/styles/spinner/dots.css b/src/styles/spinner/dots.css index 6a1820a..e52c52c 100644 --- a/src/styles/spinner/dots.css +++ b/src/styles/spinner/dots.css @@ -9,7 +9,7 @@ background: transparent; border-radius: 100%; box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, - #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px; + #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px; transform-origin: 50% 50%; animation: dots-loader 5s infinite ease-in-out; } @@ -17,66 +17,66 @@ @keyframes dots-loader { 0% { box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, - #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px; + #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px; } 8.33% { box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, - #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px; + #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px; } 16.67% { box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, - #4ae -14px 14px 0 7px; + #4ae -14px 14px 0 7px; } 25% { box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, - #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px; + #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px; } 33.33% { box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, - #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px; + #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px; } 41.67% { box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, - #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px; + #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px; } 50% { box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, - #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px; + #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px; } 58.33% { box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, - #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px; + #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px; } 66.67% { box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, - #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px; + #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px; } 75% { box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, - #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px; + #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px; } 83.33% { box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, - #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px; + #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px; } 91.67% { box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, - #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px; + #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px; } 100% { box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, - #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px; + #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px; } } diff --git a/src/styles/variables.scss b/src/styles/variables.scss index b84cc4c..9f6b7cb 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -57,7 +57,7 @@ $base-menu-item-height: 50px; //app-main的高度 $base-app-main-height: calc( 100vh - #{$base-nav-bar-height} - #{$base-tabs-bar-height} - #{$base-padding} - - #{$base-padding} - 55px - 55px + #{$base-padding} - 55px - 55px ); //纵向布局时左侧导航未折叠时的宽度 $base-left-menu-width: 256px; @@ -69,7 +69,7 @@ $base-left-menu-width-min: 65px; $base-right-content-width-min: calc(100% - #{$base-left-menu-width-min}); //默认动画 $base-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border 0s, - background 0s, color 0s, font-size 0s; +background 0s, color 0s, font-size 0s; //默认动画长 $base-transition-time: 0.3s; diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 9a65615..2cad626 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -575,18 +575,18 @@ const res = await getNoticeList() this.noticeList = res.data /* getRepos({ + token: "1061286824f978ea3cf98b7b8ea26fe27ba7cea1", + }).then((res) => { + const per_page = Math.ceil(res.data.stargazers_count / 100); + alert(per_page); + getStargazers({ token: "1061286824f978ea3cf98b7b8ea26fe27ba7cea1", + page: 1, + per_page: res.per_page, }).then((res) => { - const per_page = Math.ceil(res.data.stargazers_count / 100); - alert(per_page); - getStargazers({ - token: "1061286824f978ea3cf98b7b8ea26fe27ba7cea1", - page: 1, - per_page: res.per_page, - }).then((res) => { - alert(JSON.stringify(res)); - }); - }); */ + alert(JSON.stringify(res)); + }); + }); */ }, }, }