Skip to content

Commit

Permalink
Merge pull request #171 from suyuan32/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
suyuan32 authored Jan 11, 2024
2 parents 1ed7852 + 3b9e8d0 commit 5131c7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.3.1",
"version": "1.3.2",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/views/dashboard/workbench/components/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ export const navItems: NavItem[] = [

export const systemInfoData = [
['sys.sys.Name', 'Simple Admin'],
['sys.sys.version', 'V 1.3.1'],
['sys.sys.version', 'V 1.3.2'],
];
4 changes: 2 additions & 2 deletions src/views/sys/api/api.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const searchFormSchema: FormSchema[] = [
label: t('sys.apis.group'),
component: 'Input',
colProps: { span: 8 },
rules: [{ max: 20 }],
rules: [{ max: 80 }],
},
{
field: 'description',
Expand Down Expand Up @@ -133,7 +133,7 @@ export const formSchema: FormSchema[] = [
label: t('sys.apis.group'),
required: true,
component: 'Input',
rules: [{ max: 20 }],
rules: [{ max: 80 }],
},
{
field: 'description',
Expand Down

0 comments on commit 5131c7c

Please sign in to comment.