1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-20 04:23:01 +08:00

Merge pull request #879 from hailiang-wang/bugfix/872

#872 fix pug syntax as pug4j v1
This commit is contained in:
Hai Liang W 2023-07-20 05:56:10 +08:00 committed by GitHub
commit d69411c9fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
//- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd. //- Copyright (C) 2023 Beijing Huaxia Chunsong Technology Co., Ltd.
//- <https://www.chatopera.com>, Licensed under the Chunsong Public //- <https://www.chatopera.com>, Licensed under the Chunsong Public
//- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html //- License, Version 1.0 (the "License"), https://docs.cskefu.com/licenses/v1.html
//- Unless required by applicable law or agreed to in writing, software //- Unless required by applicable law or agreed to in writing, software
//- distributed under the License is distributed on an "AS IS" BASIS, //- distributed under the License is distributed on an "AS IS" BASIS,
@ -163,4 +163,3 @@ block content
getChannel(data.value) getChannel(data.value)
}); });
}) })

View File

@ -85,7 +85,7 @@
<dependency> <dependency>
<groupId>de.neuland-bfi</groupId> <groupId>de.neuland-bfi</groupId>
<artifactId>spring-pug4j</artifactId> <artifactId>spring-pug4j</artifactId>
<version>3.0.0</version> <version>3.0.1c-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>