Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Dec 9, 2023
1 parent 15054a3 commit 6e783ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
name: 部署 GitHub Pages

on:
# Runs on pushes targeting the default branch
Expand Down
2 changes: 1 addition & 1 deletion GoEasyDesigner/frontend/src/app11.vue
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ function 版本号自动检测() {
if (!store.客户端模式) {
版本信息(releases_latest)
fetch('./releases_latest.json')
fetch('./releases_latest.json?t=' + new Date().getTime())
.then(response => response.json())
.then(data => {
// 在这里处理获取到的数据
Expand Down

0 comments on commit 6e783ec

Please sign in to comment.