Skip to content

Commit c8c0446

Browse files
committed
chore: prepare v2.0.0-beta.37
1 parent 6dc6092 commit c8c0446

File tree

15 files changed

+75
-54
lines changed

15 files changed

+75
-54
lines changed

api/system/install.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package system
22

33
import (
44
"github.com/0xJacky/Nginx-UI/api"
5-
"github.com/0xJacky/Nginx-UI/internal/kernal"
5+
"github.com/0xJacky/Nginx-UI/internal/kernel"
66
"github.com/0xJacky/Nginx-UI/model"
77
"github.com/0xJacky/Nginx-UI/query"
88
"github.com/0xJacky/Nginx-UI/settings"
@@ -58,7 +58,7 @@ func InstallNginxUI(c *gin.Context) {
5858
}
5959

6060
// Init model
61-
kernal.InitDatabase()
61+
kernel.InitDatabase()
6262

6363
pwd, _ := bcrypt.GenerateFromPassword([]byte(json.Password), bcrypt.DefaultCost)
6464

app/components.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ declare module 'vue' {
4949
APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
5050
APopover: typeof import('ant-design-vue/es')['Popover']
5151
AProgress: typeof import('ant-design-vue/es')['Progress']
52-
ARadioButton: typeof import('ant-design-vue/es')['RadioButton']
53-
ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
5452
AResult: typeof import('ant-design-vue/es')['Result']
5553
ARow: typeof import('ant-design-vue/es')['Row']
5654
ASelect: typeof import('ant-design-vue/es')['Select']

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nginx-ui-app-next",
33
"type": "module",
4-
"version": "2.0.0-beta.36",
4+
"version": "2.0.0-beta.37",
55
"packageManager": "[email protected]",
66
"scripts": {
77
"dev": "vite --host",
@@ -54,10 +54,10 @@
5454
"@antfu/eslint-config": "^3.8.0",
5555
"@iconify-json/fa": "1.1.5",
5656
"@iconify-json/tabler": "1.1.95",
57-
"@iconify/tools": "3.0.5",
57+
"@iconify/tools": "^4.0.7",
5858
"@iconify/types": "^2.0.0",
5959
"@iconify/utils": "^2.1.33",
60-
"@iconify/vue": "4.1.1",
60+
"@iconify/vue": "^4.1.2",
6161
"@simplewebauthn/types": "^11.0.0",
6262
"@types/lodash": "^4.17.12",
6363
"@types/nprogress": "^0.2.3",

app/pnpm-lock.yaml

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

app/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.0.0-beta.36","build_id":1,"total_build":365}
1+
{"version":"2.0.0-beta.37","build_id":1,"total_build":366}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/spf13/cast v1.7.0
3636
github.com/stretchr/testify v1.9.0
3737
github.com/tufanbarisyildirim/gonginx v0.0.0-20241013191809-e73b7dd454e8
38-
github.com/uozi-tech/cosy v1.9.8
38+
github.com/uozi-tech/cosy v1.9.9
3939
github.com/uozi-tech/cosy-driver-sqlite v0.2.0
4040
go.uber.org/zap v1.27.0
4141
golang.org/x/crypto v0.28.0

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ cloud.google.com/go v0.104.0/go.mod h1:OO6xxXdJyvuJPcEPBLN9BJPD+jep5G1+2U5B5gkRY
3939
cloud.google.com/go v0.105.0/go.mod h1:PrLgOJNe5nfE9UMxKxgXj4mD3voiP+YQ6gdt6KMFOKM=
4040
cloud.google.com/go v0.107.0/go.mod h1:wpc2eNrD7hXUTy8EKS10jkxpZBjASrORK7goS+3YX2I=
4141
cloud.google.com/go v0.110.0/go.mod h1:SJnCLqQ0FCFGSZMUNUf84MV3Aia54kn7pi8st7tMzaY=
42+
cloud.google.com/go v0.116.0 h1:B3fRrSDkLRt5qSHWe40ERJvhvnQwdZiHu0bJOpldweE=
4243
cloud.google.com/go/accessapproval v1.4.0/go.mod h1:zybIuC3KpDOvotz59lFe5qxRZx6C75OtwbisN56xYB4=
4344
cloud.google.com/go/accessapproval v1.5.0/go.mod h1:HFy3tuiGvMdcd/u+Cu5b9NkO1pEICJ46IR82PoUdplw=
4445
cloud.google.com/go/accessapproval v1.6.0/go.mod h1:R0EiYnwV5fsRFiKZkPHr6mwyk2wxUJ30nL4j2pcFY2E=
@@ -760,6 +761,7 @@ github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyY
760761
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
761762
github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
762763
github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw=
764+
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
763765
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
764766
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
765767
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
@@ -1674,6 +1676,8 @@ github.com/uozi-tech/cosy v1.9.4 h1:oG5TbrS8XUpZnQ++9gxI5if0++uJ7h9nMPZPNeDgly0=
16741676
github.com/uozi-tech/cosy v1.9.4/go.mod h1:aQI/OU3EVF125K5ECgSg3+CTfG4cp5XOkr++DEP/Fas=
16751677
github.com/uozi-tech/cosy v1.9.8 h1:c3xKdG9Pa3PqRVjxr2teDjAGe0PNcFs1X5/fCiROkbY=
16761678
github.com/uozi-tech/cosy v1.9.8/go.mod h1:aQI/OU3EVF125K5ECgSg3+CTfG4cp5XOkr++DEP/Fas=
1679+
github.com/uozi-tech/cosy v1.9.9 h1:hA8R9Q0JuykDG1G6WO62cgi2oxJyONrjdg525Xu7AG0=
1680+
github.com/uozi-tech/cosy v1.9.9/go.mod h1:aQI/OU3EVF125K5ECgSg3+CTfG4cp5XOkr++DEP/Fas=
16771681
github.com/uozi-tech/cosy-driver-mysql v0.2.2 h1:22S/XNIvuaKGqxQPsYPXN8TZ8hHjCQdcJKVQ83Vzxoo=
16781682
github.com/uozi-tech/cosy-driver-mysql v0.2.2/go.mod h1:EZnRIbSj1V5U0gEeTobrXai/d1SV11lkl4zP9NFEmyE=
16791683
github.com/uozi-tech/cosy-driver-postgres v0.2.1 h1:OICakGuT+omva6QOJCxTJ5Lfr7CGXLmk/zD+aS51Z2o=

img.png

-39.5 KB
Binary file not shown.

internal/kernal/boot.go renamed to internal/kernel/boot.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package kernal
1+
package kernel
22

33
import (
44
"crypto/rand"
@@ -27,7 +27,6 @@ func Boot() {
2727
defer recovery()
2828

2929
async := []func(){
30-
settings.Init,
3130
InitJsExtensionType,
3231
InitDatabase,
3332
InitNodeSecret,

internal/kernal/register_acme_user.go renamed to internal/kernel/register_acme_user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package kernal
1+
package kernel
22

33
import (
44
"github.com/0xJacky/Nginx-UI/query"

0 commit comments

Comments
 (0)