Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
release: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Mar 25, 2020
1 parent db0a3fd commit 11ba386
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .env.jsdelivr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected]-beta.4/dist/
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected]/dist/
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halo-admin",
"version": "1.3.0-beta.4",
"version": "1.3.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="robots" content="noindex,nofllow" />
<meta name="generator" content="Halo 1.3.0-beta.4" />
<meta name="generator" content="Halo 1.3.0" />
<link rel="icon" href="<%= BASE_URL %>logo.png" />
<title>Halo Dashboard</title>
<style>
Expand Down
8 changes: 4 additions & 4 deletions src/views/interface/ThemeList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@
更多主题请访问:
<a
target="_blank"
href="https://halo.run/s/themes"
>https://halo.run/s/themes</a>
href="https://halo.run/p/themes"
>https://halo.run/p/themes</a>
</template>
</a-alert>
</a-tab-pane>
Expand Down Expand Up @@ -202,8 +202,8 @@
<br>更多主题请访问:
<a
target="_blank"
href="https://halo.run/s/themes"
>https://halo.run/s/themes</a>
href="https://halo.run/p/themes"
>https://halo.run/p/themes</a>
</template>
</a-alert>
</a-tab-pane>
Expand Down

0 comments on commit 11ba386

Please sign in to comment.