Skip to content

Commit

Permalink
Minor Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinapole committed Sep 24, 2024
1 parent b15dad9 commit ddb8636
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"animejs": "^3.2.1",
"core-js": "^3.27.1",
"joi": "^17.7.0",
"modern-normalize": "^3.0.1",
"vue": "^2.6.11",
"vuedraggable": "^2.24.3"
},
Expand Down Expand Up @@ -44,4 +45,4 @@
"last 2 versions",
"not dead"
]
}
}
2 changes: 1 addition & 1 deletion src/components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
<div id="copyright-explanation">
Powered by Fetarute Community with ❤️<br>
导视牌设计版权所有 © 2023 Team Cenlinc | Update 2023.10b08
导视牌设计版权所有 © 2024 Team Cenlinc | Update 2024.09a
</div>
</div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions src/components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<a href="/about.html" class="header-nav">About</a>
<a href="/help.html" class="header-nav">Help</a>
<a href="https://github.com/Team-Cenlinc/FesGen/tree/main" class="header-nav">GitHub</a>
<a href="https://www.fetarute.org/wiki/index.php/FesGen" class="header-nav">Wiki</a>
<a href="/" target="_blank" class="header-nav">Home Page</a>
<a href="https://utils.fetarute.org/wiki/index.php/FesGen" class="header-nav">Wiki</a>
<a href="/" target="https://www.fetarute.org" class="header-nav">Home Page</a>
</span>
</div>
</header>
Expand Down
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Vue from 'vue'
import App from './App.vue'
import './assets/global.css'
import 'modern-normalize/modern-normalize.css'

Vue.config.productionTip = false

Expand Down

0 comments on commit ddb8636

Please sign in to comment.