Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: xjh22222228/nav
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: vpslala/nav
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 24, 2024

  1. Update package.json

    waiducom authored Aug 24, 2024
    Copy the full SHA
    e3b7500 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 package.json
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"gitRepoUrl": "https://github.com/xjh22222228/nav",
"gitRepoUrl": "https://github.com/vpslala/nav",
"provider": "Github",
"branch": "main",
"hashMode": true,
"address": "",
"address": "https://www.uunv.net",
"password": "admin",
"port": 7777,
"port": 6987,
"email": "",
"----------------": "----------------以下字段无需处理--------------------------",
"================": "网站所有内容都是可以在后台系统配置的,不懂的不要擅自修改源代码,出现异常请自行处理",
@@ -21,7 +21,7 @@
"build-gh-pages": "npm run setup && ng build --base-href ./ --index src/index.html && ts-node ./scripts/done.mjs",
"build": "npm run setup && ng build --index src/index.html && ts-node ./scripts/done.mjs",
"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",
"update": "git pull && (git remote add upstream https://github.com/vpslala/nav.git || true) && git fetch upstream main && git merge upstream/main --allow-unrelated-histories --no-edit && git push",
"pull": "git pull",
"server": "pm2 start server.mjs",
"restartServer": "pm2 restart server",