Browse Source

release: 1.3.0

pull/115/head v1.3.0
ruibaby 5 years ago
parent
commit
11ba386858
  1. 2
      .env.jsdelivr
  2. 26
      package-lock.json
  3. 2
      package.json
  4. 2
      public/index.html
  5. 8
      src/views/interface/ThemeList.vue

2
.env.jsdelivr

@ -1,2 +1,2 @@
NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.3.0-beta.4/dist/
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.3.0/dist/

26
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "halo-admin",
"version": "1.3.0-beta.4",
"version": "1.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1364,9 +1364,9 @@
"dev": true
},
"@types/node": {
"version": "13.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.3.tgz",
"integrity": "sha512-01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA==",
"version": "12.12.31",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.31.tgz",
"integrity": "sha512-T+wnJno8uh27G9c+1T+a1/WYCHzLeDqtsGJkoEdSp2X8RTh3oOCZQcUnjAx90CS8cmmADX51O0FI/tu9s0yssg==",
"dev": true
},
"@types/normalize-package-data": {
@ -3630,9 +3630,9 @@
}
},
"caniuse-lite": {
"version": "1.0.30001036",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001036.tgz",
"integrity": "sha512-jU8CIFIj2oR7r4W+5AKcsvWNVIb6Q6OZE3UsrXrZBHFtreT4YgTeOJtTucp+zSedEpTi3L5wASSP0LYIE3if6w==",
"version": "1.0.30001037",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001037.tgz",
"integrity": "sha512-qQP40FzWQ1i9RTjxppOUnpM8OwTBFL5DQbjoR9Az32EtM7YUZOw9orFO6rj1C+xWAGzz+X3bUe09Jf5Ep+zpuA==",
"dev": true
},
"capture-exit": {
@ -5504,9 +5504,9 @@
"dev": true
},
"electron-to-chromium": {
"version": "1.3.382",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.382.tgz",
"integrity": "sha512-gJfxOcgnBlXhfnUUObsq3n3ReU8CT6S8je97HndYRkKsNZMJJ38zO/pI5aqO7L3Myfq+E3pqPyKK/ynyLEQfBA==",
"version": "1.3.384",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.384.tgz",
"integrity": "sha512-9jGNF78o450ymPf63n7/j1HrRAD4xGTsDkKY2X6jtCAWaYgph2A9xQjwfwRpj+AovkARMO+JfZuVCFTdandD6w==",
"dev": true
},
"elliptic": {
@ -6596,9 +6596,9 @@
}
},
"figgy-pudding": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz",
"integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==",
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz",
"integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
"dev": true
},
"figures": {

2
package.json

@ -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",

2
public/index.html

@ -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>

8
src/views/interface/ThemeList.vue

@ -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>
@ -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>

Loading…
Cancel
Save