mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 22:10:14 +08:00
17 lines
254 B
Markdown
17 lines
254 B
Markdown
---
|
|
sidebar_position: 3
|
|
---
|
|
|
|
# 找不到样式问题解决
|
|
AntSK/src/AntSK下执行:
|
|
```
|
|
dotnet clean
|
|
dotnet build
|
|
dotnet publish "AntSK.csproj"
|
|
```
|
|
再去AntSK/src/AntSK/bin/Release/net8.0/publish下
|
|
```
|
|
dotnet AntSK.dll
|
|
```
|
|
然后启动就有样式了
|