Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit dcf6525

Browse files
committed
release: 1.4.10
1 parent 310c32d commit dcf6525

File tree

5 files changed

+59
-86
lines changed

5 files changed

+59
-86
lines changed

.env.jsdelivr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
NODE_ENV=production
2-
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected].9/dist/
2+
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected].10/dist/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
3535
2、检出最新版本:
3636

3737
```bash
38-
git checkout v1.4.9
38+
git checkout v1.4.10
3939
```
4040

4141
3、打包构建:

package-lock.json

Lines changed: 55 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "halo-admin",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"author": "halo-dev",
55
"description": "Halo admin client.",
66
"repository": {

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="renderer" content="webkit">
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
99
<meta name="robots" content="noindex,nofllow" />
10-
<meta name="generator" content="Halo 1.4.9" />
10+
<meta name="generator" content="Halo 1.4.10" />
1111
<link rel="icon" href="/favicon.ico" />
1212
<title>Halo Dashboard</title>
1313
<style>

0 commit comments

Comments
 (0)