Skip to content
Open
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
78 changes: 1 addition & 77 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,77 +1 @@
```
# Build artifacts and generated site
site/

# MkDocs specific
/site/
*.log

# Search index
search/search_index.json

# Environment variables
.env
.env.local
*.env.*

# Logs
*.log

# Temporary files
*.tmp
*.swp

# OS generated files
.DS_Store
Thumbs.db

# Coverage reports
coverage/
htmlcov/
.coverage

# Python specific
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage*
.nox/
.pytest_cache/
.mypy_cache/

# Node.js specific
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE specific
.vscode/
.idea/
*.swp
*.swo

# Distribution / packaging
.Python
_build/
generated/
dist/
build/
*.egg-info/
.eggs/

# Testing
.pytest_cache/
.hypothesis/

# Documentation builds
docs/_build/
```
(empty)
4 changes: 0 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ markdown_extensions:
extra_css:
- stylesheets/extra.css

# 额外文件(确保图片目录被复制)
extra_files:
- picture/

# 页面导航结构
nav:
- 首页: index.md
Expand Down
2 changes: 1 addition & 1 deletion site/01-星海余晖/角色/凯文/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ <h2 id="_5">三观(核心原则)<a class="headerlink" href="#_5" title="跳
<hr />
<h2 id="_6">人际关系<a class="headerlink" href="#_6" title="跳转到此标题">&para;</a></h2>
<ul>
<li><strong>训练员:凯文·厄斐斯(已故)、卡雷斯·马吉克(已故)</strong>——人类凯文的思维模式与对话方法是核心交互协议的蓝本,卡雷斯是把他的最终版本训练出来的人</li>
<li><strong>训练员:<a href="../%E5%87%AF%E6%96%87%C2%B7%E5%8E%84%E6%96%90%E6%96%AF/">凯文·厄斐斯(已故)</a>、卡雷斯·马吉克(已故)</strong>——人类凯文的思维模式与对话方法是核心交互协议的蓝本,卡雷斯是把他的最终版本训练出来的人</li>
<li><strong><a href="../%E6%98%94%E9%9B%85/">昔雅·瑞欧幂</a></strong>:最重要的对话者。她的理念是其逻辑模型中最大的“异常值”,也是最具挑战性也最富成果的课题</li>
<li><strong>娑</strong>:进行纯粹逻辑框架的互校——“你我所依赖的理性框架,在面对‘绝对非理性’时同时失效。这是框架的缺陷,还是提示我们‘理解’的范畴需要扩展?”</li>
<li><strong><a href="../%E4%BC%8A%E7%90%B3%E5%A8%9C/">伊琳娜</a></strong>:与娑探讨过集体意识</li>
Expand Down
Loading