Skip to content

Commit

Permalink
release: v8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Sep 17, 2024
1 parent 6a41018 commit c8c7cc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"----------------": "----------------以下字段无需处理--------------------------",
"================": "网站所有内容都是可以在后台系统配置的,不懂的不要擅自修改源代码,出现异常请自行处理",
"name": "nav",
"version": "8.9.0",
"version": "8.10.0",
"author": "xiejiahe",
"homepage": "https://github.com/xjh22222228/nav",
"scripts": {
"ng": "ng",
"start": "npm run build-start && ng serve --port=7001",
"build-start": "ts-node ./scripts/start.mjs",
"setup": "npm run build-start && ts-node ./scripts/build.mjs",
"build-gh-pages": "npm run setup && ng build --base-href ./ --index src/index.html && ts-node",
"build": "npm run setup && ng build --index src/index.html && ts-node",
"build-gh-pages": "npm run setup && ng build --base-href ./ --index src/index.html",
"build": "npm run setup && ng build --index src/index.html",
"watch": "ng build --watch --configuration development",
"update": "git pull && (git remote add upstream https://gitee.com/xiejiahe/nav.git || true) && git fetch upstream main && git merge upstream/main --allow-unrelated-histories --no-edit && git push",
"pull": "git pull"
Expand Down
4 changes: 3 additions & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ textarea.ant-input {
.color-red {
color: red !important;
}

.color-white {
color: #fff;
}
.grid {
display: grid;
}
Expand Down

0 comments on commit c8c7cc8

Please sign in to comment.