Skip to content

Commit

Permalink
apis
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackWhite2000 committed Dec 12, 2023
1 parent 37d0d6c commit d694e53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions docs/components/content/Versions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ try {
{{ data?.versions ? `v${data.versions}` : '获取失败' }}
</p>
</div>
<div class="mb-15px">
<p class="text-xl font-bold">
{{ appType }}最新更新日期
</p>
<p>
{{ data?.updated_at ? `${data.updated_at}` : '获取失败' }}
</p>
</div>
<div class="mb-15px">
<p class="text-xl font-bold">
{{ appType }}下载地址
Expand Down
2 changes: 1 addition & 1 deletion docs/constants/apis.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const serverApiUrl = 'https://my.api.com'
const serverApiParam = '/api/gamecreator/modules?id='
const serverApiParam = '/apis/gamecreator/modules?id='

export {
serverApiUrl,
Expand Down

0 comments on commit d694e53

Please sign in to comment.