refactor: trim cli tagline exports · openclaw/openclaw@0217db5
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -252,7 +252,7 @@ export interface TaglineOptions {
|
252 | 252 | mode?: TaglineMode; |
253 | 253 | } |
254 | 254 | |
255 | | -export function activeTaglines(options: TaglineOptions = {}): string[] { |
| 255 | +function activeTaglines(options: TaglineOptions = {}): string[] { |
256 | 256 | if (TAGLINES.length === 0) { |
257 | 257 | return [DEFAULT_TAGLINE]; |
258 | 258 | } |
@@ -283,4 +283,4 @@ export function pickTagline(options: TaglineOptions = {}): string {
|
283 | 283 | return pool[index]; |
284 | 284 | } |
285 | 285 | |
286 | | -export { TAGLINES, HOLIDAY_RULES, DEFAULT_TAGLINE }; |
| 286 | +export { DEFAULT_TAGLINE }; |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。