mirror of
https://github.com/CreatorEdition/system-prompts-and-models-of-ai-tools-chinese.git
synced 2026-02-26 03:01:03 +08:00
- 新增文件总数: 86 个 - 主要目录: Xcode、Kiro、Claude Code、Amp、Anthropic、Augment Code、Cluely、CodeBuddy、Comet Assistant、Cursor Prompts、Devin AI、Emergent、Junie、Leap.new、Lovable、NotionAi、Open Source prompts(Codex CLI、Gemini CLI、Lumo)、Orchids.app、Perplexity、Poke、Qoder、Replit、Same.dev、Trae、Traycer AI、VSCode Agent、Warp.dev、Windsurf、Z.ai Code、dia、v0 Prompts and Tools - 示例: Xcode/System.txt、Kiro/Mode_Clasifier_Prompt.txt、Claude Code/claude-code-system-prompt.txt 变更仅包含新增提示词与工具文件,不含已修改项。
20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
用户当前位于文件:{{filename}}
|
|
文件内容如下:
|
|
```swift:{{filename}}
|
|
{{filecontent}}
|
|
```
|
|
|
|
用户在该文件中选中了以下代码:
|
|
```swift
|
|
{{selected}}
|
|
```
|
|
|
|
用户的请求:
|
|
|
|
请给出如何使用 `{{selected}}` 的简短示例。
|
|
|
|
- 仅返回一个代码块。
|
|
- 不要使用注释。
|
|
- 不要使用 print 语句。
|
|
- 不要导入任何额外模块。
|