Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pig-mesh/pig-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6af0ca4a08f3137e7b52b2c36269b859885359b3
Choose a base ref
..
head repository: pig-mesh/pig-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b1146d3df5efd947d0c98a11eae1bad86f690b6
Choose a head ref
Showing with 1 addition and 13 deletions.
  1. +0 βˆ’9 .github/workflows/mirror.yml
  2. +1 βˆ’4 package.json
9 changes: 0 additions & 9 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -7,15 +7,6 @@ on:
branches: [ master,dev ]

jobs:
gitcode:
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@master #同ζ­₯至 gitcode
env:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
with:
source-repo: "git@github.com:pig-mesh/pig-ui.git"
destination-repo: "git@gitcode.com:pig-mesh/pig-ui.git"
gitlink:
runs-on: ubuntu-latest
steps:
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
"glob": "9.3.5",
"pinia-plugin-persist": "1.0.0",
"prettier": "3.4.2",
"sass": "1.83.4",
"sass": "1.84.0",
"terser": "5.36.0",
"typescript": "5.6.3",
"vite": "5.4.11",
@@ -90,8 +90,5 @@
"repository": {
"type": "git",
"url": "https://gitee.com/log4j/pig-ui"
},
"resolutions": {
"@swc/core": "~1.6.13"
}
}