This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 run : dotnet publish ./doc/TDesign.Docs.WebAssembly/TDesign.Docs.WebAssembly.csproj -c Release -o ./ --nologo
2727
2828 # changes the base-tag in index.html from '/' to 'WebAssembly' to match GitHub Pages repository subdirectory
29- - name : Change base-tag in index.html from / to WebAssembly
30- run : sed -i 's/<base href="\/" \/>/<base href="\/TDesignBlazor\/" \/>/g' wwwroot/index.html
29+ # - name: Change base-tag in index.html from / to WebAssembly
30+ # run: sed -i 's/<base href="\/" \/>/<base href="\/TDesignBlazor\/" \/>/g' wwwroot/index.html
3131
3232 # copy index.html to 404.html to serve the same file when a file is not found
3333 - name : copy index.html to 404.html
Original file line number Diff line number Diff line change 2222
2323## 🌈 Demo 演示
2424* 在线演示
25- * [ https://achievedowner.github.io/TDesignBlazor ] ( https://achievedowner.github.io/TDesignBlazor/ ) Nightly - master 合并后更新
26- * [ http://tblazor.com ] ( http://tblazor.com ) 稳定版 - 版本发布后更新
25+ * [ http://tblazor.com ] ( http://tblazor.com )
2726* 源码运行
2827 * ` TDesign.Docs.ServerSide ` 是服务端
2928 * ` TDesign.Docs.WebAssembly ` 是客户端
You can’t perform that action at this time.
0 commit comments