novelws 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +161 -0
- package/LICENSE +22 -0
- package/README.md +372 -0
- package/dist/cli.d.ts +3 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +50 -0
- package/dist/cli.js.map +1 -0
- package/dist/commands/check.d.ts +6 -0
- package/dist/commands/check.d.ts.map +1 -0
- package/dist/commands/check.js +32 -0
- package/dist/commands/check.js.map +1 -0
- package/dist/commands/init.d.ts +6 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +160 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/plugin.d.ts +6 -0
- package/dist/commands/plugin.d.ts.map +1 -0
- package/dist/commands/plugin.js +135 -0
- package/dist/commands/plugin.js.map +1 -0
- package/dist/commands/upgrade.d.ts +6 -0
- package/dist/commands/upgrade.d.ts.map +1 -0
- package/dist/commands/upgrade.js +92 -0
- package/dist/commands/upgrade.js.map +1 -0
- package/dist/core/config.d.ts +72 -0
- package/dist/core/config.d.ts.map +1 -0
- package/dist/core/config.js +136 -0
- package/dist/core/config.js.map +1 -0
- package/dist/core/errors.d.ts +59 -0
- package/dist/core/errors.d.ts.map +1 -0
- package/dist/core/errors.js +125 -0
- package/dist/core/errors.js.map +1 -0
- package/dist/core/platform.d.ts +27 -0
- package/dist/core/platform.d.ts.map +1 -0
- package/dist/core/platform.js +75 -0
- package/dist/core/platform.js.map +1 -0
- package/dist/core/template.d.ts +35 -0
- package/dist/core/template.d.ts.map +1 -0
- package/dist/core/template.js +94 -0
- package/dist/core/template.js.map +1 -0
- package/dist/plugins/identifier.d.ts +13 -0
- package/dist/plugins/identifier.d.ts.map +1 -0
- package/dist/plugins/identifier.js +72 -0
- package/dist/plugins/identifier.js.map +1 -0
- package/dist/plugins/installers/base.d.ts +27 -0
- package/dist/plugins/installers/base.d.ts.map +1 -0
- package/dist/plugins/installers/base.js +30 -0
- package/dist/plugins/installers/base.js.map +1 -0
- package/dist/plugins/installers/github.d.ts +22 -0
- package/dist/plugins/installers/github.d.ts.map +1 -0
- package/dist/plugins/installers/github.js +133 -0
- package/dist/plugins/installers/github.js.map +1 -0
- package/dist/plugins/installers/local.d.ts +16 -0
- package/dist/plugins/installers/local.d.ts.map +1 -0
- package/dist/plugins/installers/local.js +69 -0
- package/dist/plugins/installers/local.js.map +1 -0
- package/dist/plugins/installers/npm.d.ts +20 -0
- package/dist/plugins/installers/npm.d.ts.map +1 -0
- package/dist/plugins/installers/npm.js +99 -0
- package/dist/plugins/installers/npm.js.map +1 -0
- package/dist/plugins/manager.d.ts +77 -0
- package/dist/plugins/manager.d.ts.map +1 -0
- package/dist/plugins/manager.js +349 -0
- package/dist/plugins/manager.js.map +1 -0
- package/dist/plugins/registry.d.ts +48 -0
- package/dist/plugins/registry.d.ts.map +1 -0
- package/dist/plugins/registry.js +111 -0
- package/dist/plugins/registry.js.map +1 -0
- package/dist/plugins/types.d.ts +66 -0
- package/dist/plugins/types.d.ts.map +1 -0
- package/dist/plugins/types.js +2 -0
- package/dist/plugins/types.js.map +1 -0
- package/dist/plugins/validator.d.ts +19 -0
- package/dist/plugins/validator.d.ts.map +1 -0
- package/dist/plugins/validator.js +164 -0
- package/dist/plugins/validator.js.map +1 -0
- package/dist/utils/logger.d.ts +13 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +48 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/project.d.ts +24 -0
- package/dist/utils/project.d.ts.map +1 -0
- package/dist/utils/project.js +61 -0
- package/dist/utils/project.js.map +1 -0
- package/dist/version.d.ts +3 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +21 -0
- package/dist/version.js.map +1 -0
- package/package.json +76 -0
- package/plugins/authentic-voice/README.md +31 -0
- package/plugins/authentic-voice/commands/authentic-voice.md +73 -0
- package/plugins/authentic-voice/commands/authenticity-audit.md +37 -0
- package/plugins/authentic-voice/config.yaml +30 -0
- package/plugins/authentic-voice/experts/authentic-editor.md +27 -0
- package/plugins/export/README.md +319 -0
- package/plugins/export/commands/export.md +460 -0
- package/plugins/export/commands/generate-cover.md +256 -0
- package/plugins/export/commands/metadata.md +309 -0
- package/plugins/export/config.yaml +47 -0
- package/plugins/export/experts/publishing-expert.md +171 -0
- package/plugins/export/templates/epub/chapter-template.html +13 -0
- package/plugins/export/templates/epub/cover-template.html +14 -0
- package/plugins/export/templates/epub/stylesheet.css +200 -0
- package/plugins/export/templates/pdf/ebook-style.css +137 -0
- package/plugins/export/templates/pdf/print-style.css +179 -0
- package/plugins/export/templates/platforms/jinjiang-format.md +101 -0
- package/plugins/export/templates/platforms/qidian-format.md +108 -0
- package/plugins/export/templates/platforms/tomato-format.md +95 -0
- package/plugins/translate/README.md +265 -0
- package/plugins/translate/commands/glossary.md +731 -0
- package/plugins/translate/commands/translate-preview.md +543 -0
- package/plugins/translate/commands/translate.md +649 -0
- package/plugins/translate/config.yaml +43 -0
- package/plugins/translate/experts/literary-translator.md +605 -0
- package/templates/commands/analyze.md +1485 -0
- package/templates/commands/checklist.md +434 -0
- package/templates/commands/clarify.md +257 -0
- package/templates/commands/constitution.md +257 -0
- package/templates/commands/expert.md +136 -0
- package/templates/commands/plan.md +749 -0
- package/templates/commands/recap.md +613 -0
- package/templates/commands/relations.md +96 -0
- package/templates/commands/revise.md +341 -0
- package/templates/commands/specify.md +682 -0
- package/templates/commands/tasks.md +142 -0
- package/templates/commands/timeline.md +73 -0
- package/templates/commands/track-init.md +137 -0
- package/templates/commands/track.md +463 -0
- package/templates/commands/write.md +1264 -0
- package/templates/config/keyword-mappings.json +106 -0
- package/templates/knowledge/audit-config.json +26 -0
- package/templates/knowledge/character-profiles.md +152 -0
- package/templates/knowledge/character-voices.md +137 -0
- package/templates/knowledge/locations.md +184 -0
- package/templates/knowledge/world-setting.md +121 -0
- package/templates/knowledge-base/README.md +285 -0
- package/templates/knowledge-base/character-archetypes/01-hero.md +233 -0
- package/templates/knowledge-base/character-archetypes/02-mentor.md +177 -0
- package/templates/knowledge-base/character-archetypes/03-shadow.md +221 -0
- package/templates/knowledge-base/character-archetypes/04-ally.md +178 -0
- package/templates/knowledge-base/character-archetypes/05-shapeshifter.md +177 -0
- package/templates/knowledge-base/character-archetypes/06-trickster.md +181 -0
- package/templates/knowledge-base/character-archetypes/07-threshold-guardian.md +177 -0
- package/templates/knowledge-base/character-archetypes/08-herald.md +180 -0
- package/templates/knowledge-base/character-archetypes/09-father.md +249 -0
- package/templates/knowledge-base/character-archetypes/10-mother.md +202 -0
- package/templates/knowledge-base/character-archetypes/11-child.md +183 -0
- package/templates/knowledge-base/character-archetypes/12-sage.md +202 -0
- package/templates/knowledge-base/character-archetypes/README.md +60 -0
- package/templates/knowledge-base/character-archetypes/application-guide.md +222 -0
- package/templates/knowledge-base/character-archetypes/archetype-combinations.md +242 -0
- package/templates/knowledge-base/character-archetypes/config.yaml +28 -0
- package/templates/knowledge-base/character-archetypes/examples-analysis.md +223 -0
- package/templates/knowledge-base/craft/character-arc.md +1153 -0
- package/templates/knowledge-base/craft/dialogue.md +1170 -0
- package/templates/knowledge-base/craft/pacing.md +1200 -0
- package/templates/knowledge-base/craft/scene-structure.md +1136 -0
- package/templates/knowledge-base/craft/show-not-tell.md +1012 -0
- package/templates/knowledge-base/emotional-beats/01-first-meeting.md +145 -0
- package/templates/knowledge-base/emotional-beats/02-bonding-moment.md +226 -0
- package/templates/knowledge-base/emotional-beats/03-declaration.md +284 -0
- package/templates/knowledge-base/emotional-beats/04-triumph.md +240 -0
- package/templates/knowledge-base/emotional-beats/05-reunion.md +396 -0
- package/templates/knowledge-base/emotional-beats/06-forgiveness.md +204 -0
- package/templates/knowledge-base/emotional-beats/07-betrayal.md +204 -0
- package/templates/knowledge-base/emotional-beats/08-loss.md +214 -0
- package/templates/knowledge-base/emotional-beats/09-rejection.md +254 -0
- package/templates/knowledge-base/emotional-beats/10-failure.md +244 -0
- package/templates/knowledge-base/emotional-beats/11-misunderstanding.md +205 -0
- package/templates/knowledge-base/emotional-beats/12-farewell.md +283 -0
- package/templates/knowledge-base/emotional-beats/13-revelation.md +242 -0
- package/templates/knowledge-base/emotional-beats/14-point-of-no-return.md +215 -0
- package/templates/knowledge-base/emotional-beats/15-dark-night.md +244 -0
- package/templates/knowledge-base/emotional-beats/16-sacrifice.md +246 -0
- package/templates/knowledge-base/emotional-beats/17-awakening.md +246 -0
- package/templates/knowledge-base/emotional-beats/18-confrontation.md +217 -0
- package/templates/knowledge-base/emotional-beats/19-bittersweet-goodbye.md +368 -0
- package/templates/knowledge-base/emotional-beats/20-moral-dilemma.md +248 -0
- package/templates/knowledge-base/emotional-beats/21-temptation.md +240 -0
- package/templates/knowledge-base/emotional-beats/22-redemption.md +210 -0
- package/templates/knowledge-base/emotional-beats/README.md +104 -0
- package/templates/knowledge-base/emotional-beats/beat-sequences.md +276 -0
- package/templates/knowledge-base/emotional-beats/config.yaml +30 -0
- package/templates/knowledge-base/emotional-beats/pacing-guide.md +390 -0
- package/templates/knowledge-base/genres/historical.md +1127 -0
- package/templates/knowledge-base/genres/mystery.md +1123 -0
- package/templates/knowledge-base/genres/revenge.md +846 -0
- package/templates/knowledge-base/genres/romance.md +948 -0
- package/templates/knowledge-base/genres/sci-fi.md +156 -0
- package/templates/knowledge-base/genres/thriller.md +166 -0
- package/templates/knowledge-base/genres/wuxia.md +143 -0
- package/templates/knowledge-base/references/README.md +96 -0
- package/templates/knowledge-base/references/china-1920s/culture.md +423 -0
- package/templates/knowledge-base/references/china-1920s/daily-life.md +616 -0
- package/templates/knowledge-base/references/china-1920s/overview.md +298 -0
- package/templates/knowledge-base/references/china-1920s/society.md +703 -0
- package/templates/knowledge-base/references/china-1920s/warlords.md +427 -0
- package/templates/knowledge-base/references/cultivation-world/daily-life.md +108 -0
- package/templates/knowledge-base/references/cultivation-world/overview.md +64 -0
- package/templates/knowledge-base/references/cultivation-world/power-system.md +108 -0
- package/templates/knowledge-base/references/cultivation-world/sects.md +104 -0
- package/templates/knowledge-base/references/cultivation-world/world-setting.md +108 -0
- package/templates/knowledge-base/references/modern-workplace/corporate.md +115 -0
- package/templates/knowledge-base/references/modern-workplace/daily-life.md +129 -0
- package/templates/knowledge-base/references/modern-workplace/overview.md +73 -0
- package/templates/knowledge-base/references/modern-workplace/relationships.md +107 -0
- package/templates/knowledge-base/references/modern-workplace/tech-industry.md +131 -0
- package/templates/knowledge-base/references/tang-dynasty/culture.md +135 -0
- package/templates/knowledge-base/references/tang-dynasty/daily-life.md +139 -0
- package/templates/knowledge-base/references/tang-dynasty/overview.md +76 -0
- package/templates/knowledge-base/references/tang-dynasty/politics.md +121 -0
- package/templates/knowledge-base/references/tang-dynasty/society.md +126 -0
- package/templates/knowledge-base/requirements/README.md +240 -0
- package/templates/knowledge-base/requirements/anti-ai-v3.md +46 -0
- package/templates/knowledge-base/requirements/anti-ai-v4.md +430 -0
- package/templates/knowledge-base/requirements/fast-paced.md +552 -0
- package/templates/knowledge-base/requirements/no-poison.md +60 -0
- package/templates/knowledge-base/requirements/romance-angst.md +102 -0
- package/templates/knowledge-base/requirements/romance-sweet.md +63 -0
- package/templates/knowledge-base/requirements/serious-literature.md +45 -0
- package/templates/knowledge-base/requirements/strong-emotion.md +60 -0
- package/templates/knowledge-base/styles/README.md +302 -0
- package/templates/knowledge-base/styles/ancient-style.md +579 -0
- package/templates/knowledge-base/styles/literary.md +439 -0
- package/templates/knowledge-base/styles/minimal.md +472 -0
- package/templates/knowledge-base/styles/natural-voice.md +930 -0
- package/templates/knowledge-base/styles/web-novel.md +525 -0
- package/templates/memory/constitution.md +140 -0
- package/templates/memory/personal-voice.md +113 -0
- package/templates/scripts/README.md +187 -0
- package/templates/scripts/bash/analyze-story.sh +170 -0
- package/templates/scripts/bash/check-consistency.sh +463 -0
- package/templates/scripts/bash/check-plot.sh +374 -0
- package/templates/scripts/bash/check-timeline.sh +346 -0
- package/templates/scripts/bash/check-world.sh +395 -0
- package/templates/scripts/bash/check-writing-state.sh +854 -0
- package/templates/scripts/bash/clarify-story.sh +117 -0
- package/templates/scripts/bash/common.sh +151 -0
- package/templates/scripts/bash/constitution.sh +114 -0
- package/templates/scripts/bash/generate-tasks.sh +65 -0
- package/templates/scripts/bash/init-tracking.sh +183 -0
- package/templates/scripts/bash/manage-relations.sh +174 -0
- package/templates/scripts/bash/plan-story.sh +100 -0
- package/templates/scripts/bash/specify-story.sh +93 -0
- package/templates/scripts/bash/tasks-story.sh +96 -0
- package/templates/scripts/bash/test-word-count.sh +182 -0
- package/templates/scripts/bash/tests/bench-preload-cache.sh +100 -0
- package/templates/scripts/bash/tests/run-all-benchmarks.sh +16 -0
- package/templates/scripts/bash/tests/test-cache-semantics.sh +199 -0
- package/templates/scripts/bash/tests/test-cross-platform.sh +35 -0
- package/templates/scripts/bash/tests/test-edge-cases-bash.sh +60 -0
- package/templates/scripts/bash/tests/test-phase1-bash.sh +28 -0
- package/templates/scripts/bash/tests/test-preload-cache.sh +123 -0
- package/templates/scripts/bash/tests/test-regex-precompile.sh +89 -0
- package/templates/scripts/bash/tests/test-regression-bash.sh +42 -0
- package/templates/scripts/bash/tests/test-task6-verification.sh +200 -0
- package/templates/scripts/bash/text-audit.sh +144 -0
- package/templates/scripts/bash/track-progress.sh +194 -0
- package/templates/scripts/powershell/analyze-story.ps1 +171 -0
- package/templates/scripts/powershell/check-analyze-stage.ps1 +110 -0
- package/templates/scripts/powershell/check-consistency.ps1 +138 -0
- package/templates/scripts/powershell/check-plot.ps1 +139 -0
- package/templates/scripts/powershell/check-timeline.ps1 +112 -0
- package/templates/scripts/powershell/check-writing-state.ps1 +490 -0
- package/templates/scripts/powershell/check-writing-state.ps1.backup +135 -0
- package/templates/scripts/powershell/clarify-story.ps1 +107 -0
- package/templates/scripts/powershell/common.ps1 +36 -0
- package/templates/scripts/powershell/constitution.ps1 +142 -0
- package/templates/scripts/powershell/generate-tasks.ps1 +75 -0
- package/templates/scripts/powershell/init-tracking.ps1 +98 -0
- package/templates/scripts/powershell/manage-relations.ps1 +134 -0
- package/templates/scripts/powershell/plan-story.ps1 +96 -0
- package/templates/scripts/powershell/specify-story.ps1 +82 -0
- package/templates/scripts/powershell/tests/bench-ps-cache.ps1 +80 -0
- package/templates/scripts/powershell/tests/test-cross-platform.ps1 +27 -0
- package/templates/scripts/powershell/tests/test-edge-cases-ps.ps1 +29 -0
- package/templates/scripts/powershell/tests/test-phase1-ps.ps1 +28 -0
- package/templates/scripts/powershell/tests/test-ps-cache.ps1 +73 -0
- package/templates/scripts/powershell/tests/test-regression-ps.ps1 +40 -0
- package/templates/scripts/powershell/text-audit.ps1 +100 -0
- package/templates/scripts/powershell/track-progress.ps1 +105 -0
- package/templates/skills/genre-knowledge/fantasy/SKILL.md +355 -0
- package/templates/skills/genre-knowledge/mystery/SKILL.md +337 -0
- package/templates/skills/genre-knowledge/romance/SKILL.md +228 -0
- package/templates/skills/genre-knowledge/sci-fi/SKILL.md +65 -0
- package/templates/skills/genre-knowledge/thriller/SKILL.md +95 -0
- package/templates/skills/quality-assurance/consistency-checker/SKILL.md +341 -0
- package/templates/skills/quality-assurance/continuity-tracker/SKILL.md +157 -0
- package/templates/skills/quality-assurance/forgotten-elements/SKILL.md +147 -0
- package/templates/skills/quality-assurance/getting-started/SKILL.md +224 -0
- package/templates/skills/quality-assurance/pacing-monitor/SKILL.md +143 -0
- package/templates/skills/quality-assurance/pov-validator/SKILL.md +135 -0
- package/templates/skills/quality-assurance/pre-write-checklist/SKILL.md +583 -0
- package/templates/skills/quality-assurance/requirement-detector/CONFLICT_RESOLUTION.md +119 -0
- package/templates/skills/quality-assurance/requirement-detector/EXAMPLES.md +146 -0
- package/templates/skills/quality-assurance/requirement-detector/KEYWORDS.md +160 -0
- package/templates/skills/quality-assurance/requirement-detector/SKILL.md +149 -0
- package/templates/skills/quality-assurance/setting-detector/SKILL.md +611 -0
- package/templates/skills/quality-assurance/style-detector/CONFLICT_RESOLUTION.md +126 -0
- package/templates/skills/quality-assurance/style-detector/EXAMPLES.md +206 -0
- package/templates/skills/quality-assurance/style-detector/KEYWORDS.md +207 -0
- package/templates/skills/quality-assurance/style-detector/SKILL.md +126 -0
- package/templates/skills/quality-assurance/workflow-guide/SKILL.md +381 -0
- package/templates/skills/writing-techniques/character-arc/SKILL.md +267 -0
- package/templates/skills/writing-techniques/dialogue-techniques/SKILL.md +366 -0
- package/templates/skills/writing-techniques/multi-thread-narrative/SKILL.md +553 -0
- package/templates/skills/writing-techniques/multi-thread-narrative/experts/thread-analyst.md +226 -0
- package/templates/skills/writing-techniques/pacing-control/SKILL.md +377 -0
- package/templates/skills/writing-techniques/reader-expectation/SKILL.md +578 -0
- package/templates/skills/writing-techniques/reader-expectation/experts/expectation-analyst.md +209 -0
- package/templates/skills/writing-techniques/revision-polish/SKILL.md +496 -0
- package/templates/skills/writing-techniques/revision-polish/experts/revision-editor.md +221 -0
- package/templates/skills/writing-techniques/scene-structure/SKILL.md +361 -0
- package/templates/skills/writing-techniques/style-learning/SKILL.md +436 -0
- package/templates/specification-example.md +146 -0
- package/templates/tracking/character-state.json +78 -0
- package/templates/tracking/plot-tracker.json +62 -0
- package/templates/tracking/relationships.json +70 -0
- package/templates/tracking/timeline.json +49 -0
- package/templates/tracking/tracking-log.md +110 -0
- package/templates/tracking/validation-rules.json +128 -0
|
@@ -0,0 +1,579 @@
|
|
|
1
|
+
# 古风写作风格
|
|
2
|
+
|
|
3
|
+
## 风格定位
|
|
4
|
+
|
|
5
|
+
**核心理念**:古韵今情,意境为先
|
|
6
|
+
|
|
7
|
+
有古典美感,但不是文言文;有诗意,但不晦涩。
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## 适用场景
|
|
12
|
+
|
|
13
|
+
### ✅ 最适合
|
|
14
|
+
- 武侠小说
|
|
15
|
+
- 仙侠小说(文风层面)
|
|
16
|
+
- 古代背景爱情
|
|
17
|
+
- 古风奇幻
|
|
18
|
+
|
|
19
|
+
### ⚠️ 谨慎使用
|
|
20
|
+
- 现代都市(会很违和)
|
|
21
|
+
- 科幻题材
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## 核心原则
|
|
26
|
+
|
|
27
|
+
### 1. 白话为主,古韵点缀
|
|
28
|
+
|
|
29
|
+
**不是文言文,是带古韵的白话**
|
|
30
|
+
|
|
31
|
+
#### ❌ 纯文言(太难懂)
|
|
32
|
+
```
|
|
33
|
+
晚晴执剑而立,风起衣袂飘飘,目光凛然,直视前方。
|
|
34
|
+
敌既至,剑光乍现,如龙出渊,势不可挡。
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
#### ✅ 古韵白话
|
|
38
|
+
```
|
|
39
|
+
晚晴站在那里,手里握着剑。
|
|
40
|
+
风吹起她的衣袂。
|
|
41
|
+
她看着前面的人,没说话。
|
|
42
|
+
|
|
43
|
+
剑,出鞘了。
|
|
44
|
+
|
|
45
|
+
一道光闪过,快得像闪电。
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
**要点**:
|
|
49
|
+
- 用词古典(衣袂、出鞘)
|
|
50
|
+
- 句式现代(她、没说话)
|
|
51
|
+
- 结合使用
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
### 2. 意象丰富
|
|
56
|
+
|
|
57
|
+
**用意象代替直接描述**
|
|
58
|
+
|
|
59
|
+
#### ❌ 直接描述
|
|
60
|
+
```
|
|
61
|
+
她很伤心,一个人哭了很久。
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
#### ✅ 意象描写
|
|
65
|
+
```
|
|
66
|
+
她独坐窗前。
|
|
67
|
+
烛火跳动,影子在墙上晃。
|
|
68
|
+
泪,落在琴弦上。
|
|
69
|
+
|
|
70
|
+
琴,无声。
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
**常用意象**:
|
|
74
|
+
- 风、雨、雪、月
|
|
75
|
+
- 剑、琴、棋、书
|
|
76
|
+
- 花、叶、云、烟
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
### 3. 留白与诗意
|
|
81
|
+
|
|
82
|
+
**古风的精髓是留白**
|
|
83
|
+
|
|
84
|
+
#### ✅ 示例
|
|
85
|
+
```
|
|
86
|
+
他走了。
|
|
87
|
+
|
|
88
|
+
风还在吹。
|
|
89
|
+
叶还在落。
|
|
90
|
+
|
|
91
|
+
她还站在那里。
|
|
92
|
+
|
|
93
|
+
等。
|
|
94
|
+
|
|
95
|
+
还是不等?
|
|
96
|
+
|
|
97
|
+
(留白,不明说)
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## 词汇选择
|
|
103
|
+
|
|
104
|
+
### 古典用词
|
|
105
|
+
|
|
106
|
+
**现代词汇替换为古典词汇**
|
|
107
|
+
|
|
108
|
+
| 现代词 | 古典词 |
|
|
109
|
+
|--------|--------|
|
|
110
|
+
| 衣服 | 衣袂、长衫、罗裙 |
|
|
111
|
+
| 头发 | 青丝、发髻 |
|
|
112
|
+
| 眼睛 | 眸、眼眸 |
|
|
113
|
+
| 手 | 玉手、纤手(女性) |
|
|
114
|
+
| 走 | 行、踱步、缓步 |
|
|
115
|
+
| 说 | 道、言、开口 |
|
|
116
|
+
| 笑 | 轻笑、浅笑、失笑 |
|
|
117
|
+
| 看 | 望、瞧、瞥 |
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
### 避免现代化词汇
|
|
122
|
+
|
|
123
|
+
#### ❌ 绝对禁用
|
|
124
|
+
```
|
|
125
|
+
- OK、拜拜、哈哈
|
|
126
|
+
- 电脑、手机、汽车
|
|
127
|
+
- 很、非常、特别(过度使用)
|
|
128
|
+
- 帅、酷、萌
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
#### ✅ 古风替代
|
|
132
|
+
```
|
|
133
|
+
- 好、是、嗯
|
|
134
|
+
- 江湖、武林、中原
|
|
135
|
+
- 甚、颇、极
|
|
136
|
+
- 俊逸、清朗、可人
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
## 句式特点
|
|
142
|
+
|
|
143
|
+
### 短句诗意
|
|
144
|
+
|
|
145
|
+
**古风短句要有韵味**
|
|
146
|
+
|
|
147
|
+
#### ✅ 示例 1
|
|
148
|
+
```
|
|
149
|
+
晚晴执剑而立。
|
|
150
|
+
风,起了。
|
|
151
|
+
她的衣袂,飘起来。
|
|
152
|
+
|
|
153
|
+
剑光,如霜。
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
#### ✅ 示例 2
|
|
157
|
+
```
|
|
158
|
+
他笑了。
|
|
159
|
+
笑得很淡。
|
|
160
|
+
|
|
161
|
+
"你,还是来了。"
|
|
162
|
+
|
|
163
|
+
"嗯。"
|
|
164
|
+
|
|
165
|
+
她点头,没多说。
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
### 对仗与排比
|
|
171
|
+
|
|
172
|
+
**适度使用对仗,增加韵律感**
|
|
173
|
+
|
|
174
|
+
#### ✅ 示例
|
|
175
|
+
```
|
|
176
|
+
剑,在手。
|
|
177
|
+
心,在剑。
|
|
178
|
+
|
|
179
|
+
人未至,剑先到。
|
|
180
|
+
招未出,气已现。
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
**注意**:
|
|
184
|
+
- 不要过度使用
|
|
185
|
+
- 2-3句即可
|
|
186
|
+
- 关键时刻用
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
## 对话设计
|
|
191
|
+
|
|
192
|
+
### 古风对话
|
|
193
|
+
|
|
194
|
+
**保持古韵,但不拗口**
|
|
195
|
+
|
|
196
|
+
#### ❌ 过于文言
|
|
197
|
+
```
|
|
198
|
+
"阁下何人,为何在此拦吾去路?"
|
|
199
|
+
"在下乃是..."
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
#### ✅ 古韵白话
|
|
203
|
+
```
|
|
204
|
+
"你是谁?"
|
|
205
|
+
|
|
206
|
+
"你猜。"他笑了。
|
|
207
|
+
|
|
208
|
+
"没功夫猜。"她举剑,"让开。"
|
|
209
|
+
|
|
210
|
+
"若是不让呢?"
|
|
211
|
+
|
|
212
|
+
"那就,手底下见真章。"
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
**要点**:
|
|
216
|
+
- 可以用"你"、"我"(不一定要"阁下"、"在下")
|
|
217
|
+
- 保留古风习惯用语
|
|
218
|
+
- 对话要简洁有力
|
|
219
|
+
|
|
220
|
+
---
|
|
221
|
+
|
|
222
|
+
### 称呼系统
|
|
223
|
+
|
|
224
|
+
**根据关系使用不同称呼**
|
|
225
|
+
|
|
226
|
+
#### 平辈之间
|
|
227
|
+
```
|
|
228
|
+
- 男性:兄台、兄弟、仁兄
|
|
229
|
+
- 女性:姑娘、女侠
|
|
230
|
+
- 亲密:你、直呼其名
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
#### 长辈
|
|
234
|
+
```
|
|
235
|
+
- 师父、前辈、老前辈
|
|
236
|
+
- 掌门、宗主
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
#### 晚辈
|
|
240
|
+
```
|
|
241
|
+
- 小子、丫头、孩子
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
|
|
246
|
+
## 场景描写
|
|
247
|
+
|
|
248
|
+
### 江湖场景
|
|
249
|
+
|
|
250
|
+
#### ✅ 示例:客栈
|
|
251
|
+
```
|
|
252
|
+
客栈里人不少。
|
|
253
|
+
|
|
254
|
+
角落里坐着个蒙面人,一壶酒,一个人。
|
|
255
|
+
窗边有人在下棋,落子无声。
|
|
256
|
+
柜台后,掌柜的在打算盘,啪啪作响。
|
|
257
|
+
|
|
258
|
+
晚晴推门进来。
|
|
259
|
+
|
|
260
|
+
客栈里的人,都看了她一眼。
|
|
261
|
+
然后又各自忙各自的。
|
|
262
|
+
|
|
263
|
+
江湖规矩。
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
---
|
|
267
|
+
|
|
268
|
+
#### ✅ 示例:竹林
|
|
269
|
+
```
|
|
270
|
+
竹林深处,有一座小院。
|
|
271
|
+
|
|
272
|
+
青石铺地,竹影婆娑。
|
|
273
|
+
院中一人,正在练剑。
|
|
274
|
+
|
|
275
|
+
剑光闪烁,带起阵阵风声。
|
|
276
|
+
竹叶纷纷落下,在剑光中飞舞。
|
|
277
|
+
|
|
278
|
+
剑,收。
|
|
279
|
+
|
|
280
|
+
竹叶,落地。
|
|
281
|
+
|
|
282
|
+
一切归于平静。
|
|
283
|
+
|
|
284
|
+
只有风,还在吹。
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
---
|
|
288
|
+
|
|
289
|
+
### 武打场景
|
|
290
|
+
|
|
291
|
+
**古风武打要有画面感**
|
|
292
|
+
|
|
293
|
+
#### ✅ 示例
|
|
294
|
+
```
|
|
295
|
+
剑,出鞘。
|
|
296
|
+
|
|
297
|
+
一道光闪过。
|
|
298
|
+
|
|
299
|
+
对方侧身,堪堪躲过。
|
|
300
|
+
剑锋掠过他的衣袖,划开一道口子。
|
|
301
|
+
|
|
302
|
+
"好快的剑!"
|
|
303
|
+
|
|
304
|
+
他还没说完。
|
|
305
|
+
|
|
306
|
+
第二剑,已至。
|
|
307
|
+
|
|
308
|
+
这次他没躲开。
|
|
309
|
+
|
|
310
|
+
剑,停在他喉咙前三寸。
|
|
311
|
+
|
|
312
|
+
"你输了。"
|
|
313
|
+
|
|
314
|
+
他苦笑,"是,输了。"
|
|
315
|
+
|
|
316
|
+
剑,归鞘。
|
|
317
|
+
```
|
|
318
|
+
|
|
319
|
+
**要点**:
|
|
320
|
+
- 短句制造节奏
|
|
321
|
+
- 单独成段加强冲击
|
|
322
|
+
- 留白(剑怎么出的?读者脑补)
|
|
323
|
+
|
|
324
|
+
---
|
|
325
|
+
|
|
326
|
+
## 情感描写
|
|
327
|
+
|
|
328
|
+
### 含蓄表达
|
|
329
|
+
|
|
330
|
+
**古风情感要含蓄**
|
|
331
|
+
|
|
332
|
+
#### ❌ 直白表达
|
|
333
|
+
```
|
|
334
|
+
"我爱你。"
|
|
335
|
+
"我也爱你。"
|
|
336
|
+
```
|
|
337
|
+
|
|
338
|
+
#### ✅ 含蓄表达
|
|
339
|
+
```
|
|
340
|
+
"若有来生,可愿...?"
|
|
341
|
+
|
|
342
|
+
她没说完。
|
|
343
|
+
|
|
344
|
+
他也没让她说完。
|
|
345
|
+
|
|
346
|
+
"嗯。"
|
|
347
|
+
|
|
348
|
+
一个字,已是承诺。
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
---
|
|
352
|
+
|
|
353
|
+
### 意象传情
|
|
354
|
+
|
|
355
|
+
**用意象表达感情**
|
|
356
|
+
|
|
357
|
+
#### ✅ 示例:月
|
|
358
|
+
```
|
|
359
|
+
他望着月亮。
|
|
360
|
+
|
|
361
|
+
圆的。
|
|
362
|
+
|
|
363
|
+
可为什么,心里却觉得缺了一块?
|
|
364
|
+
|
|
365
|
+
她也在看月亮吗?
|
|
366
|
+
|
|
367
|
+
应该不会吧。
|
|
368
|
+
|
|
369
|
+
毕竟,她早就走了。
|
|
370
|
+
|
|
371
|
+
月还是那个月。
|
|
372
|
+
人却不是那个人了。
|
|
373
|
+
```
|
|
374
|
+
|
|
375
|
+
---
|
|
376
|
+
|
|
377
|
+
## 时代感营造
|
|
378
|
+
|
|
379
|
+
### 生活细节
|
|
380
|
+
|
|
381
|
+
**通过细节营造时代感**
|
|
382
|
+
|
|
383
|
+
#### ✅ 示例
|
|
384
|
+
```
|
|
385
|
+
她坐在铜镜前,梳着头发。
|
|
386
|
+
青丝如瀑,一梳到底。
|
|
387
|
+
|
|
388
|
+
丫鬟端来热水。
|
|
389
|
+
|
|
390
|
+
"小姐,该更衣了。"
|
|
391
|
+
|
|
392
|
+
"嗯。"
|
|
393
|
+
|
|
394
|
+
她站起身,丫鬟帮她解开腰带。
|
|
395
|
+
罗裙落地,换上了一身利落的劲装。
|
|
396
|
+
|
|
397
|
+
"今天不穿裙子了?"
|
|
398
|
+
|
|
399
|
+
"嗯,"她系好腰带,"要出门。"
|
|
400
|
+
```
|
|
401
|
+
|
|
402
|
+
**要点**:
|
|
403
|
+
- 铜镜、丫鬟、罗裙、劲装
|
|
404
|
+
- 都是古代生活细节
|
|
405
|
+
- 自然融入叙述
|
|
406
|
+
|
|
407
|
+
---
|
|
408
|
+
|
|
409
|
+
### 礼仪习惯
|
|
410
|
+
|
|
411
|
+
**符合古代礼仪**
|
|
412
|
+
|
|
413
|
+
#### ✅ 示例
|
|
414
|
+
```
|
|
415
|
+
他向她抱拳。
|
|
416
|
+
|
|
417
|
+
"有礼了。"
|
|
418
|
+
|
|
419
|
+
她微微颔首,算是回礼。
|
|
420
|
+
|
|
421
|
+
(注:男子抱拳,女子颔首/福身)
|
|
422
|
+
```
|
|
423
|
+
|
|
424
|
+
---
|
|
425
|
+
|
|
426
|
+
## 常见场景
|
|
427
|
+
|
|
428
|
+
### 场景 1:初见
|
|
429
|
+
|
|
430
|
+
#### ✅ 古风版本
|
|
431
|
+
```
|
|
432
|
+
她是在杏花雨中见到他的。
|
|
433
|
+
|
|
434
|
+
他撑着一把油纸伞,站在桥头。
|
|
435
|
+
白衣如雪,清瘦挺拔。
|
|
436
|
+
|
|
437
|
+
风吹过,带起他的衣袂。
|
|
438
|
+
|
|
439
|
+
她停下脚步。
|
|
440
|
+
|
|
441
|
+
他也抬头,看向她。
|
|
442
|
+
|
|
443
|
+
四目相对。
|
|
444
|
+
|
|
445
|
+
谁都没有先开口。
|
|
446
|
+
|
|
447
|
+
直到杏花飘落,落在她肩上。
|
|
448
|
+
|
|
449
|
+
他笑了。
|
|
450
|
+
|
|
451
|
+
"姑娘,伞下可还容得下一人?"
|
|
452
|
+
|
|
453
|
+
她看着他,没说话。
|
|
454
|
+
|
|
455
|
+
但她让开了半把伞的位置。
|
|
456
|
+
|
|
457
|
+
他走过来,与她并肩而立。
|
|
458
|
+
|
|
459
|
+
雨还在下。
|
|
460
|
+
|
|
461
|
+
他们就那样,一起走过了那座桥。
|
|
462
|
+
```
|
|
463
|
+
|
|
464
|
+
**要点**:
|
|
465
|
+
- 意象(杏花雨、油纸伞、白衣)
|
|
466
|
+
- 含蓄(没有直说喜欢,但让开了位置)
|
|
467
|
+
- 诗意(雨中并肩而行)
|
|
468
|
+
|
|
469
|
+
---
|
|
470
|
+
|
|
471
|
+
### 场景 2:离别
|
|
472
|
+
|
|
473
|
+
#### ✅ 古风版本
|
|
474
|
+
```
|
|
475
|
+
"你真的要走?"
|
|
476
|
+
|
|
477
|
+
"嗯。"
|
|
478
|
+
|
|
479
|
+
"何时回?"
|
|
480
|
+
|
|
481
|
+
"不知。"
|
|
482
|
+
|
|
483
|
+
"那..."她顿了顿,"一路平安。"
|
|
484
|
+
|
|
485
|
+
"嗯。"
|
|
486
|
+
|
|
487
|
+
他转身,走了几步,又回头。
|
|
488
|
+
|
|
489
|
+
"等我。"
|
|
490
|
+
|
|
491
|
+
两个字。
|
|
492
|
+
|
|
493
|
+
她点头。
|
|
494
|
+
|
|
495
|
+
"好。"
|
|
496
|
+
|
|
497
|
+
也是两个字。
|
|
498
|
+
|
|
499
|
+
他这次真的走了。
|
|
500
|
+
|
|
501
|
+
她站在原地,看着他的背影消失在路的尽头。
|
|
502
|
+
|
|
503
|
+
风吹过。
|
|
504
|
+
|
|
505
|
+
带起满地落叶。
|
|
506
|
+
|
|
507
|
+
她转身,回了屋。
|
|
508
|
+
|
|
509
|
+
琴,还在。
|
|
510
|
+
剑,还在。
|
|
511
|
+
|
|
512
|
+
人,不在了。
|
|
513
|
+
```
|
|
514
|
+
|
|
515
|
+
---
|
|
516
|
+
|
|
517
|
+
## AI 去味规则
|
|
518
|
+
|
|
519
|
+
### 古风也要去 AI 味
|
|
520
|
+
|
|
521
|
+
#### ❌ 禁用词汇
|
|
522
|
+
```
|
|
523
|
+
- 然而、殊不知、岂料
|
|
524
|
+
- 仿佛...一般
|
|
525
|
+
- 五味杂陈、百感交集
|
|
526
|
+
- 极其、万分、异常
|
|
527
|
+
```
|
|
528
|
+
|
|
529
|
+
#### ✅ 古风表达
|
|
530
|
+
```
|
|
531
|
+
- 却、但、可
|
|
532
|
+
- 似、如、若
|
|
533
|
+
- 心中万千思绪
|
|
534
|
+
- 甚、颇、极
|
|
535
|
+
```
|
|
536
|
+
|
|
537
|
+
---
|
|
538
|
+
|
|
539
|
+
### 避免堆砌
|
|
540
|
+
|
|
541
|
+
#### ❌ 堆砌
|
|
542
|
+
```
|
|
543
|
+
她肤如凝脂,眉如远山,眸似秋水,唇若点朱,
|
|
544
|
+
修长的身姿如柳,步履轻盈如燕。
|
|
545
|
+
```
|
|
546
|
+
|
|
547
|
+
#### ✅ 克制
|
|
548
|
+
```
|
|
549
|
+
她长得好看。
|
|
550
|
+
|
|
551
|
+
好看到什么程度?
|
|
552
|
+
|
|
553
|
+
就是那种,你看一眼,
|
|
554
|
+
就知道这辈子可能都忘不了的那种。
|
|
555
|
+
```
|
|
556
|
+
|
|
557
|
+
---
|
|
558
|
+
|
|
559
|
+
## 总结
|
|
560
|
+
|
|
561
|
+
**Ancient-Style 风格的精髓**:
|
|
562
|
+
|
|
563
|
+
1. **古韵今情** - 有古典美,但不晦涩
|
|
564
|
+
2. **意象为先** - 用意象代替直白
|
|
565
|
+
3. **含蓄表达** - 情感要克制
|
|
566
|
+
4. **留白艺术** - 不说满
|
|
567
|
+
5. **诗意节奏** - 语言有韵律
|
|
568
|
+
|
|
569
|
+
---
|
|
570
|
+
|
|
571
|
+
**记住**:
|
|
572
|
+
|
|
573
|
+
> 古风不是堆砌华丽辞藻,
|
|
574
|
+
> 而是用最简单的文字,营造最深远的意境。
|
|
575
|
+
|
|
576
|
+
---
|
|
577
|
+
|
|
578
|
+
**风格模板版本**:v1.0
|
|
579
|
+
**最后更新**:2025-10-19
|