Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a473160
在快速开始中添加了运行所需的步骤
Nanlv-56 Jul 22, 2025
6975d4e
update
Nanlv-56 Aug 16, 2025
715b2e6
Merge pull request #450 from Nanlv-56/develop
JaneConan Aug 16, 2025
ef8a819
1.在数据库中添加了是否进行ai评分的字段对这个模块进行了版本号升级
Nanlv-56 Aug 16, 2025
bed8f20
优化仪表盘界面和交互功能
Nanlv-56 Aug 30, 2025
ebf5870
Merge pull request #451 from Nanlv-56/develop
JeffreySu Aug 30, 2025
fb64d6a
Merge pull request #457 from Nanlv-56/feature/showtoken
JeffreySu Aug 30, 2025
7a99226
Merge branch 'Developer-ospp2025' into Developer-MCP
JaneConan Nov 4, 2025
13b2279
Initial plan
Copilot Nov 5, 2025
6fe9674
Update README.md
JeffreySu Nov 5, 2025
e903d42
Update README.md
JeffreySu Nov 5, 2025
a58f3e1
Update README.md
JeffreySu Nov 5, 2025
b16362f
Update README.md
JeffreySu Nov 5, 2025
2f9de6d
Update README.md
JeffreySu Nov 5, 2025
d6f8d79
Initial plan
Copilot Nov 5, 2025
908b90c
Initial plan
Copilot Nov 5, 2025
fb9fe51
Fix missing whitespace between el-col tags
Copilot Nov 5, 2025
a74efa9
Fix missing whitespace between closing and opening tags
Copilot Nov 5, 2025
43ada08
Combine nested if statements in PromptResultService.cs
Copilot Nov 5, 2025
bf8e35d
Merge pull request #470 from NeuCharFramework/copilot/sub-pr-465-anot…
JeffreySu Nov 5, 2025
dd2fa14
Merge pull request #469 from NeuCharFramework/copilot/sub-pr-465-again
JeffreySu Nov 5, 2025
fae2a2b
Merge pull request #468 from NeuCharFramework/copilot/sub-pr-465
JeffreySu Nov 5, 2025
e2e63fb
Merge branch 'Developer-MCP' into Developer-ospp2025
JeffreySu Nov 5, 2025
b60b129
Update version numbers in Register.cs and .csproj files to 0.13.18 an…
JeffreySu Nov 5, 2025
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
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,34 @@

## 快速开始 / Quick Start

1. 克隆仓库
1. 克隆仓库

```bash
git clone https://github.com/NeuCharFramework/NcfPackageSources.git
```

2. 打开解决方案

```bash
cd NcfPackageSources
start NcfPackageSources.sln # Windows
open NcfPackageSources.sln # macOS
```

3. 还原包

```bash
dotnet restore
```

4. 编译运行
4. 还原工作负载(可选)

```bash
dotnet workload restore
```

5. 编译运行

```bash
dotnet build
dotnet run
Expand Down
Loading
Loading