mirror of https://github.com/halo-dev/halo-admin
parent
a434ba6f51
commit
310c32dd78
|
@ -1,2 +1,2 @@
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.8/dist/
|
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.9/dist/
|
|
@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
|
||||||
2、检出最新版本:
|
2、检出最新版本:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git checkout v1.4.8
|
git checkout v1.4.9
|
||||||
```
|
```
|
||||||
|
|
||||||
3、打包构建:
|
3、打包构建:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "halo-admin",
|
"name": "halo-admin",
|
||||||
"version": "1.4.8",
|
"version": "1.4.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "halo-admin",
|
"name": "halo-admin",
|
||||||
"version": "1.4.8",
|
"version": "1.4.9",
|
||||||
"author": "halo-dev",
|
"author": "halo-dev",
|
||||||
"description": "Halo admin client.",
|
"description": "Halo admin client.",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<meta name="renderer" content="webkit">
|
<meta name="renderer" content="webkit">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
||||||
<meta name="robots" content="noindex,nofllow" />
|
<meta name="robots" content="noindex,nofllow" />
|
||||||
<meta name="generator" content="Halo 1.4.8" />
|
<meta name="generator" content="Halo 1.4.9" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<title>Halo Dashboard</title>
|
<title>Halo Dashboard</title>
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in New Issue