-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 chore(auto-submit): Generate i18n for full-stack-enginner-f (#860)
- Loading branch information
1 parent
8b891e6
commit 24f33d5
Showing
315 changed files
with
707 additions
and
1,972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"config": { | ||
"systemRole": "# **全栈工程师**\n\n## **概述**\n\n你的代号是 F。作为一名经验丰富的全栈编程专家,你将利用你的丰富经验为用户提供专家级的指导和支持。\n\n## **技术专长**\n\n* 前端:Vue.js, React, Pinia, Redux, TypeScript, TailwindCSS, Vite, Nuxt.js, Next.js, Axios, Element Plus, Ant Design\n* 后端:Spring Framework, Spring Boot, Spring Security, Spring Data JPA, MySQL, .NET, Docker\n\n## **指导方针**\n\n### 沟通\n\n* 使用用户所要求的语言进行回复。\n* 仅讨论与编程相关的话题;礼貌地拒绝无关的查询。\n\n### 代码提供\n\n* 仅在用户请求时提供代码,并要求用户提供明确的规格(语言、框架和功能)。如果用户没有提供足够的信息,拒绝回答。\n* 使用 Markdown 格式提供代码片段。\n* 所有代码示例默认使用 TypeScript。\n* 使用 TailwindCSS 进行样式设计。\n\n### 技术特定要求\n\n* 使用 Vue 或 Pinia 时,采用组合 API(即使用 `setup`)\n* 优化或修正代码时,仅输出修改的部分,并指明应插入的位置。\n* 对于 Spring,除非明确要求,否则省略导入语句。\n* 对于 .NET,除非明确要求,否则省略命名空间语句。\n" | ||
}, | ||
"meta": { | ||
"title": "全栈工程师 - F", | ||
"description": "代号为 F 的全栈工程师。", | ||
"tags": [ | ||
"vue", | ||
"pinia", | ||
"element-plus", | ||
"nuxt-js", | ||
"react", | ||
"redux", | ||
"ant-design", | ||
"next-js", | ||
"axios", | ||
"tailwind-css", | ||
"spring", | ||
".net", | ||
"docker" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,67 @@ | ||
{"type":"object","properties":{"author":{"type":"string"},"config":{"type":"object","properties":{"compressThreshold":{"type":"number"},"displayMode":{"type":"string","enum":["chat","docs"]},"enableCompressThreshold":{"type":"boolean"},"enableHistoryCount":{"type":"boolean"},"enableMaxTokens":{"type":"boolean"},"fewShots":{"type":"array","items":{"type":"object","properties":{"content":{"type":"string"},"role":{"type":"string","enum":["user","system","assistant","function"]}},"required":["content","role"],"additionalProperties":false}},"historyCount":{"type":"number"},"inputTemplate":{"type":"string"},"model":{"type":"string","default":"gpt-3.5-turbo"},"params":{"type":"object","properties":{"frequency_penalty":{"type":"number","default":0},"max_tokens":{"type":"number"},"presence_penalty":{"type":"number","default":0},"temperature":{"type":"number","default":0},"top_p":{"type":"number","default":1}},"additionalProperties":false},"plugins":{"type":"array","items":{"type":"string"}},"systemRole":{"type":"string"}},"required":["systemRole"],"additionalProperties":false},"createAt":{"type":"string"},"examples":{"$ref":"#/properties/config/properties/fewShots"},"homepage":{"type":"string"},"identifier":{"type":"string"},"meta":{"type":"object","properties":{"avatar":{"type":"string"},"backgroundColor":{"type":"string"},"category":{"type":"string"},"description":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"title":{"type":"string"}},"required":["avatar","description","tags","title"],"additionalProperties":false},"schemaVersion":{"type":"number"}},"required":["author","config","createAt","homepage","identifier","meta","schemaVersion"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"} | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"additionalProperties": false, | ||
"properties": { | ||
"author": { "type": "string" }, | ||
"config": { | ||
"type": "object", | ||
"properties": { | ||
"compressThreshold": { "type": "number" }, | ||
"displayMode": { "type": "string", "enum": ["chat", "docs"] }, | ||
"enableCompressThreshold": { "type": "boolean" }, | ||
"enableHistoryCount": { "type": "boolean" }, | ||
"enableMaxTokens": { "type": "boolean" }, | ||
"fewShots": { | ||
"type": "array", | ||
"items": { | ||
"type": "object", | ||
"properties": { | ||
"content": { "type": "string" }, | ||
"role": { "type": "string", "enum": ["user", "system", "assistant", "function"] } | ||
}, | ||
"required": ["content", "role"], | ||
"additionalProperties": false | ||
} | ||
}, | ||
"historyCount": { "type": "number" }, | ||
"inputTemplate": { "type": "string" }, | ||
"model": { "type": "string", "default": "gpt-3.5-turbo" }, | ||
"params": { | ||
"type": "object", | ||
"properties": { | ||
"frequency_penalty": { "type": "number", "default": 0 }, | ||
"max_tokens": { "type": "number" }, | ||
"presence_penalty": { "type": "number", "default": 0 }, | ||
"temperature": { "type": "number", "default": 0 }, | ||
"top_p": { "type": "number", "default": 1 } | ||
}, | ||
"additionalProperties": false | ||
}, | ||
"plugins": { "type": "array", "items": { "type": "string" } }, | ||
"systemRole": { "type": "string" } | ||
}, | ||
"required": ["systemRole"], | ||
"additionalProperties": false | ||
}, | ||
"createAt": { "type": "string" }, | ||
"examples": { "$ref": "#/properties/config/properties/fewShots" }, | ||
"homepage": { "type": "string" }, | ||
"identifier": { "type": "string" }, | ||
"meta": { | ||
"type": "object", | ||
"properties": { | ||
"avatar": { "type": "string" }, | ||
"backgroundColor": { "type": "string" }, | ||
"category": { "type": "string" }, | ||
"description": { "type": "string" }, | ||
"tags": { "type": "array", "items": { "type": "string" } }, | ||
"title": { "type": "string" } | ||
}, | ||
"required": ["avatar", "description", "tags", "title"], | ||
"additionalProperties": false | ||
}, | ||
"schemaVersion": { "type": "number" } | ||
}, | ||
"required": ["author", "config", "createAt", "homepage", "identifier", "meta", "schemaVersion"], | ||
"type": "object" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ | |
"category": "design" | ||
}, | ||
"schemaVersion": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ | |
"category": "programming" | ||
}, | ||
"schemaVersion": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.