diff --git a/handlers/fake_liuneng.py b/handlers/fake_liuneng.py index afe8252..0630d71 100644 --- a/handlers/fake_liuneng.py +++ b/handlers/fake_liuneng.py @@ -8,7 +8,7 @@ import re from . import * -def split_lines(text, max_length=18): +def split_lines(text, max_length=30): def split_line(line): punctuation = r"[,.!?;,。!?;]" parts = re.split(f"({punctuation})", line) diff --git a/handlers/heros/乔布斯.jpg b/handlers/heros/乔布斯.jpg new file mode 100644 index 0000000..80553b1 Binary files /dev/null and b/handlers/heros/乔布斯.jpg differ diff --git a/handlers/heros/于丹.jpg b/handlers/heros/于丹.jpg new file mode 100644 index 0000000..b220d16 Binary files /dev/null and b/handlers/heros/于丹.jpg differ diff --git a/handlers/heros/刘能.jpg b/handlers/heros/刘能.jpg new file mode 100644 index 0000000..d2a248a Binary files /dev/null and b/handlers/heros/刘能.jpg differ diff --git a/handlers/heros/杨澜.jpg b/handlers/heros/杨澜.jpg new file mode 100644 index 0000000..a505b7a Binary files /dev/null and b/handlers/heros/杨澜.jpg differ diff --git a/handlers/heros/罗永浩.jpg b/handlers/heros/罗永浩.jpg new file mode 100644 index 0000000..67987e6 Binary files /dev/null and b/handlers/heros/罗永浩.jpg differ diff --git a/handlers/heros/莫言.jpg b/handlers/heros/莫言.jpg new file mode 100644 index 0000000..95fdd4d Binary files /dev/null and b/handlers/heros/莫言.jpg differ diff --git a/handlers/heros/郭德纲.jpg b/handlers/heros/郭德纲.jpg new file mode 100644 index 0000000..34a5c07 Binary files /dev/null and b/handlers/heros/郭德纲.jpg differ diff --git a/handlers/heros/马云.jpg b/handlers/heros/马云.jpg new file mode 100644 index 0000000..84af1a9 Binary files /dev/null and b/handlers/heros/马云.jpg differ diff --git a/handlers/heros/马斯克.jpg b/handlers/heros/马斯克.jpg new file mode 100644 index 0000000..ec70c28 Binary files /dev/null and b/handlers/heros/马斯克.jpg differ diff --git a/handlers/heros/鲁迅.jpg b/handlers/heros/鲁迅.jpg new file mode 100644 index 0000000..5a65a98 Binary files /dev/null and b/handlers/heros/鲁迅.jpg differ