Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
908116dd
Commit
908116dd
authored
Mar 22, 2021
by
Vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update workflow
parent
391da9ec
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
80 additions
and
31 deletions
+80
-31
issue-close-require.yml
.github/workflows/issue-close-require.yml
+17
-0
issue-labeled.yml
.github/workflows/issue-labeled.yml
+29
-0
package.json
package.json
+4
-4
SubMenuItem.vue
src/components/SimpleMenu/src/components/SubMenuItem.vue
+2
-2
Breadcrumb.vue
src/layouts/default/header/components/Breadcrumb.vue
+0
-2
yarn.lock
yarn.lock
+28
-23
No files found.
.github/workflows/issue-close-require.yml
0 → 100644
View file @
908116dd
name
:
Issue Close Require
on
:
schedule
:
-
cron
:
'
0
0
*
*
*'
jobs
:
close-issues
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
need reproduction
uses
:
actions-cool/issues-helper@v2.1.1
with
:
actions
:
'
close-issues'
token
:
${{ secrets.OPER_TOKEN }}
labels
:
'
need
reproduction'
inactive-day
:
3
.github/workflows/issue-labeled.yml
0 → 100644
View file @
908116dd
name
:
Issue Labeled
on
:
issues
:
types
:
[
labeled
]
jobs
:
reply-labeled
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
remove pending
if
:
github.event.label.name == 'enhancement' || github.event.label.name == 'bug'
uses
:
actions-cool/issues-helper@v2.1.1
with
:
actions
:
'
remove-labels'
token
:
${{ secrets.OPER_TOKEN }}
issue-number
:
${{ github.event.issue.number }}
labels
:
'
bug:
pending
triage'
-
name
:
need reproduction
if
:
github.event.label.name == 'need reproduction'
uses
:
actions-cool/issues-helper@v2.1.1
with
:
actions
:
'
create-comment,
remove-labels'
token
:
${{ secrets.OPER_TOKEN }}
issue-number
:
${{ github.event.issue.number }}
body
:
|
Hello @${{ github.event.issue.user.login }}. Please provide the complete reproduction steps and code. Issues labeled by `need reproduction` will be closed if no activities in 3 days.
labels
:
'
bug:
pending
triage'
package.json
View file @
908116dd
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
"devDependencies"
:
{
"devDependencies"
:
{
"
@commitlint/cli
"
:
"
^12.0.1
"
,
"
@commitlint/cli
"
:
"
^12.0.1
"
,
"
@commitlint/config-conventional
"
:
"
^12.0.1
"
,
"
@commitlint/config-conventional
"
:
"
^12.0.1
"
,
"
@iconify/json
"
:
"
^1.1.3
17
"
,
"
@iconify/json
"
:
"
^1.1.3
20
"
,
"
@ls-lint/ls-lint
"
:
"
^1.9.2
"
,
"
@ls-lint/ls-lint
"
:
"
^1.9.2
"
,
"
@purge-icons/generated
"
:
"
^0.7.0
"
,
"
@purge-icons/generated
"
:
"
^0.7.0
"
,
"
@types/crypto-js
"
:
"
^4.0.1
"
,
"
@types/crypto-js
"
:
"
^4.0.1
"
,
...
@@ -88,11 +88,11 @@
...
@@ -88,11 +88,11 @@
"
eslint
"
:
"
^7.22.0
"
,
"
eslint
"
:
"
^7.22.0
"
,
"
eslint-config-prettier
"
:
"
^8.1.0
"
,
"
eslint-config-prettier
"
:
"
^8.1.0
"
,
"
eslint-plugin-prettier
"
:
"
^3.3.1
"
,
"
eslint-plugin-prettier
"
:
"
^3.3.1
"
,
"
eslint-plugin-vue
"
:
"
^7.
7
.0
"
,
"
eslint-plugin-vue
"
:
"
^7.
8
.0
"
,
"
esno
"
:
"
^0.5.0
"
,
"
esno
"
:
"
^0.5.0
"
,
"
fs-extra
"
:
"
^9.1.0
"
,
"
fs-extra
"
:
"
^9.1.0
"
,
"
http-server
"
:
"
^0.12.3
"
,
"
http-server
"
:
"
^0.12.3
"
,
"
husky
"
:
"
^5.
1.3
"
,
"
husky
"
:
"
^5.
2.0
"
,
"
inquirer
"
:
"
^8.0.0
"
,
"
inquirer
"
:
"
^8.0.0
"
,
"
is-ci
"
:
"
^3.0.0
"
,
"
is-ci
"
:
"
^3.0.0
"
,
"
less
"
:
"
^4.1.1
"
,
"
less
"
:
"
^4.1.1
"
,
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
"
vite-plugin-style-import
"
:
"
^0.8.1
"
,
"
vite-plugin-style-import
"
:
"
^0.8.1
"
,
"
vite-plugin-svg-icons
"
:
"
^0.4.0
"
,
"
vite-plugin-svg-icons
"
:
"
^0.4.0
"
,
"
vite-plugin-theme
"
:
"
^0.5.0
"
,
"
vite-plugin-theme
"
:
"
^0.5.0
"
,
"
vite-plugin-windicss
"
:
"
0.9.
4
"
,
"
vite-plugin-windicss
"
:
"
0.9.
6
"
,
"
vue-eslint-parser
"
:
"
^7.6.0
"
,
"
vue-eslint-parser
"
:
"
^7.6.0
"
,
"
yargs
"
:
"
^16.2.0
"
"
yargs
"
:
"
^16.2.0
"
},
},
...
...
src/components/SimpleMenu/src/components/SubMenuItem.vue
View file @
908116dd
...
@@ -43,8 +43,8 @@
...
@@ -43,8 +43,8 @@
:class=
"`${prefixCls}-submenu-title-icon`"
:class=
"`${prefixCls}-submenu-title-icon`"
/>
/>
</div>
</div>
<
template
#content
v-show=
"opened"
>
<
template
#content
>
<div
v-bind=
"getEvents(true)"
>
<div
v-bind=
"getEvents(true)"
v-show=
"opened"
>
<ul
:class=
"[prefixCls, `$
{prefixCls}-${getTheme}`, `${prefixCls}-popup`]">
<ul
:class=
"[prefixCls, `$
{prefixCls}-${getTheme}`, `${prefixCls}-popup`]">
<slot></slot>
<slot></slot>
</ul>
</ul>
...
...
src/layouts/default/header/components/Breadcrumb.vue
View file @
908116dd
...
@@ -22,8 +22,6 @@
...
@@ -22,8 +22,6 @@
import
{
Breadcrumb
}
from
'
ant-design-vue
'
;
import
{
Breadcrumb
}
from
'
ant-design-vue
'
;
import
Icon
from
'
/@/components/Icon
'
;
import
Icon
from
'
/@/components/Icon
'
;
import
{
PageEnum
}
from
'
/@/enums/pageEnum
'
;
import
{
useDesign
}
from
'
/@/hooks/web/useDesign
'
;
import
{
useDesign
}
from
'
/@/hooks/web/useDesign
'
;
import
{
useRootSetting
}
from
'
/@/hooks/setting/useRootSetting
'
;
import
{
useRootSetting
}
from
'
/@/hooks/setting/useRootSetting
'
;
import
{
useGo
}
from
'
/@/hooks/web/usePage
'
;
import
{
useGo
}
from
'
/@/hooks/web/usePage
'
;
...
...
yarn.lock
View file @
908116dd
...
@@ -1121,10 +1121,10 @@
...
@@ -1121,10 +1121,10 @@
dependencies:
dependencies:
cross-fetch "^3.0.6"
cross-fetch "^3.0.6"
"@iconify/json@^1.1.3
17
":
"@iconify/json@^1.1.3
20
":
version "1.1.3
18
"
version "1.1.3
20
"
resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.3
18.tgz#7d4e56de65dd0c7c6381a94dde1d574efea308ff
"
resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.3
20.tgz#2f3685f8f3394bc1e6c734621a62551e85cad63e
"
integrity sha512-
t66mtNPASeG/MQm3CWIJSr9jy8nXWNVs1L3auWc41xHqS114/dGkSlgu1LkMPUgBdyIB5AD4bjZrl50QuEf44
Q==
integrity sha512-
cQpdMwjnGsKHCkabowCQ01figNBSwZ3UQxRLDD9gVlEpLuccpE2aWmRYPhbp7ofvZEyhffFn/zX9tPeoCAZnN
Q==
"@intlify/core-base@9.0.0":
"@intlify/core-base@9.0.0":
version "9.0.0"
version "9.0.0"
...
@@ -2026,16 +2026,16 @@
...
@@ -2026,16 +2026,16 @@
dependencies:
dependencies:
vue-demi latest
vue-demi latest
"@windicss/plugin-utils@0.9.
4
":
"@windicss/plugin-utils@0.9.
6
":
version "0.9.
4
"
version "0.9.
6
"
resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.9.
4.tgz#6f1212f672257a391e0077a7baf172a55282e631
"
resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.9.
6.tgz#89e4709bc48c9eb03c2484054f519560791ccafa
"
integrity sha512-
udA6kvgj1/zUrDvKw8To0BqG3PsaDwJkOHgT0GnEzyXg3b37TUEJ/8H1sW98ai12K5jL+ovd6/8hmve0wkvvoA
==
integrity sha512-
rpuRPjndF5GR2BZFaISGAwe6DHii16Cfs0/003El6vBxQbWpL75BslfNYeJKAhnRfkqfPxcq4lybxHGWmvsaug
==
dependencies:
dependencies:
debug "^4.3.2"
debug "^4.3.2"
fast-glob "^3.2.5"
fast-glob "^3.2.5"
micromatch "^4.0.2"
micromatch "^4.0.2"
sucrase "^3.17.1"
sucrase "^3.17.1"
windicss "^2.5.
2
"
windicss "^2.5.
4
"
"@zxcvbn-ts/core@^0.3.0":
"@zxcvbn-ts/core@^0.3.0":
version "0.3.0"
version "0.3.0"
...
@@ -4453,10 +4453,10 @@ eslint-plugin-prettier@^3.3.1:
...
@@ -4453,10 +4453,10 @@ eslint-plugin-prettier@^3.3.1:
dependencies:
dependencies:
prettier-linter-helpers "^1.0.0"
prettier-linter-helpers "^1.0.0"
eslint-plugin-vue@^7.
7
.0:
eslint-plugin-vue@^7.
8
.0:
version "7.
7
.0"
version "7.
8
.0"
resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.
7.0.tgz#a90df4595e670821bf243bd2750ededdb74948b8
"
resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.
8.0.tgz#cb0e85d65b65fa8d15e783fbb03c049d2c4cfdae
"
integrity sha512-
mYz4bpLGv5jx6YG/GvKkqbGSfV7uma2u1P3mLA41Q5vQl8W1MeuTneB8tfsLq6xxxesFubcrOC0BZBJ5R+eaCQ
==
integrity sha512-
OGrnPz+PuYL2HmVyBHxm4mRjxW2kfFCQE6Hw9G6qOHs/Pcu0srOlCCW0FMa8SLzIEqxl8WuKoBSPcMnrjUG2vw
==
dependencies:
dependencies:
eslint-utils "^2.1.0"
eslint-utils "^2.1.0"
natural-compare "^1.4.0"
natural-compare "^1.4.0"
...
@@ -5800,6 +5800,11 @@ husky@^5.1.3:
...
@@ -5800,6 +5800,11 @@ husky@^5.1.3:
resolved "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz#1a0645a4fe3ffc006c4d0d8bd0bcb4c98787cc9d"
resolved "https://registry.npmjs.org/husky/-/husky-5.1.3.tgz#1a0645a4fe3ffc006c4d0d8bd0bcb4c98787cc9d"
integrity sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==
integrity sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==
husky@^5.2.0:
version "5.2.0"
resolved "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
version "0.4.24"
version "0.4.24"
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
...
@@ -11284,14 +11289,14 @@ vite-plugin-theme@^0.5.0:
...
@@ -11284,14 +11289,14 @@ vite-plugin-theme@^0.5.0:
tinycolor2 "^1.4.2"
tinycolor2 "^1.4.2"
ts-jest "^26.5.3"
ts-jest "^26.5.3"
vite-plugin-windicss@0.9.
4
:
vite-plugin-windicss@0.9.
6
:
version "0.9.
4
"
version "0.9.
6
"
resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.9.
4.tgz#cc77935b60b6f7ae6b51cbed9c9fd13e48bc705f
"
resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.9.
6.tgz#8c1b55e365ef311296e0db427ed358b5b46247b1
"
integrity sha512-
hLrPV+9KF260iIRVK4XirG3zb7T9qJyZ5xfUGrF560cA7I8IsTMI91ePk8F0H70cWzME+h/wSQiUejRvcvaSn
A==
integrity sha512-
vNyPTuVyCV34slkbzaARvMOCC93ueuP0bw0ETyoUduCwIjP2NwI9C88b3LneVM46TAEDIzHtlTJjkq+APADVO
A==
dependencies:
dependencies:
"@windicss/plugin-utils" "0.9.
4
"
"@windicss/plugin-utils" "0.9.
6
"
debug "^4.3.2"
debug "^4.3.2"
windicss "^2.5.
2
"
windicss "^2.5.
4
"
vite@2.0.5:
vite@2.0.5:
version "2.0.5"
version "2.0.5"
...
@@ -11477,10 +11482,10 @@ which@^2.0.1, which@^2.0.2:
...
@@ -11477,10 +11482,10 @@ which@^2.0.1, which@^2.0.2:
dependencies:
dependencies:
isexe "^2.0.0"
isexe "^2.0.0"
windicss@^2.5.
2
:
windicss@^2.5.
4
:
version "2.5.
2
"
version "2.5.
4
"
resolved "https://registry.npmjs.org/windicss/-/windicss-2.5.
2.tgz#831858fe45edbf8400d5e8c6b9275fa3ffffcb2f
"
resolved "https://registry.npmjs.org/windicss/-/windicss-2.5.
4.tgz#e89cd614cc4a7c2c13cc5af588642959de6746db
"
integrity sha512-
WzynOx1rQGzgUq62wqyWjUzOEPArwP8oeWyLqymiF54LSFC7f0oIYXR01bxY/y6OK2wODyK/OuwahPNAsseqqg
==
integrity sha512-
K+w/TOxbY38bIjRyJVgQ29ndZ0xZsbpf4a7wClqyFDQdCTbuCnzChBMpO13BqLmksIaHRzL46TeBRpFyV6n5/A
==
wmf@~1.0.1:
wmf@~1.0.1:
version "1.0.2"
version "1.0.2"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment