Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package cc.lik.timefactor.service;

import java.util.List;
import lombok.Data;
import reactor.core.publisher.Mono;
import reactor.core.publisher.Operators;
import java.util.List;

public interface SettingConfigGetter {
Mono<BasicConfig> getBasicConfig();
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/extensions/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spec:
title: 朋友圈 - %SITENAME%
description: 朋友圈 - %SITEDESC%
- templateId: douban
title: "%TITLE%"
title: "%TITLE% - %SITENAME%"
description: "%TITLE% - %SITEDESC%"
- templateId: bangumi
title: 番剧 - %SITENAME%
Expand Down
Loading