mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
v1.2.1 release (^.^)YYa!!
This commit is contained in:
parent
2d565c8b3b
commit
8215463b33
@ -6,9 +6,19 @@ export default defineConfig({
|
|||||||
title: "Mybatis-Flex",
|
title: "Mybatis-Flex",
|
||||||
titleTemplate: ':title - Mybatis-Flex 官方网站',
|
titleTemplate: ':title - Mybatis-Flex 官方网站',
|
||||||
description: "一个优雅的 Mybatis 增强框架",
|
description: "一个优雅的 Mybatis 增强框架",
|
||||||
|
lastUpdated: true,
|
||||||
|
|
||||||
// logo: '/assets/images/logo02.png',
|
// logo: '/assets/images/logo02.png',
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
search: {
|
||||||
|
provider: 'local'
|
||||||
|
},
|
||||||
|
editLink: {
|
||||||
|
// pattern: 'https://github.com/mybatis-flex/mybatis-flex/edit/main/docs/:path'
|
||||||
|
pattern: 'https://gitee.com/mybatis-flex/mybatis-flex/edit/main/docs/:path',
|
||||||
|
text: '编辑当前页面'
|
||||||
|
},
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
// logo: '/assets/images/logo01.png',
|
// logo: '/assets/images/logo01.png',
|
||||||
nav: [
|
nav: [
|
||||||
|
|||||||
@ -28,6 +28,6 @@ public final class NoneListener implements InsertListener, UpdateListener, SetLi
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Object onSet(Object entity, String property, Object value) {
|
public Object onSet(Object entity, String property, Object value) {
|
||||||
return null;
|
return value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user