mirror of https://github.com/halo-dev/halo-admin
parent
287a37a093
commit
0494855b24
|
@ -1,2 +1,2 @@
|
|||
NODE_ENV=production
|
||||
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.3-beta.1/dist/
|
||||
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.3/dist/
|
|
@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
|
|||
2、检出最新版本:
|
||||
|
||||
```bash
|
||||
git checkout v1.4.2
|
||||
git checkout v1.4.3
|
||||
```
|
||||
|
||||
3、打包构建:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "halo-admin",
|
||||
"version": "1.4.3-beta.1",
|
||||
"version": "1.4.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "halo-admin",
|
||||
"version": "1.4.3-beta.1",
|
||||
"version": "1.4.3",
|
||||
"author": "halo-dev",
|
||||
"description": "Halo admin client.",
|
||||
"repository": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="renderer" content="webkit">
|
||||
<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.4.2" />
|
||||
<meta name="generator" content="Halo 1.4.3" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<title>Halo Dashboard</title>
|
||||
<style>
|
||||
|
|
Loading…
Reference in New Issue