Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(LogParse): 添加新版日志分析功能及相关静态资源(server-v1分支)#1815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Because66666 wants to merge1 commit intobabalae:server-v1
base:server-v1
Choose a base branch
Loading
fromBecause66666:server

Conversation

@Because66666
Copy link
Contributor

新增日志分析器的前端静态资源文件,包括HTML、CSS、JS和图片资源
在ScriptControlPage.xaml中添加新版日志分析菜单项
实现OpenNewLogParseCommand命令处理逻辑
配置HTTP服务器支持日志分析器的静态文件服务和API路由
更新项目文件确保静态资源被复制到输出目录

新增日志分析器的前端静态资源文件,包括HTML、CSS、JS和图片资源在ScriptControlPage.xaml中添加新版日志分析菜单项实现OpenNewLogParseCommand命令处理逻辑配置HTTP服务器支持日志分析器的静态文件服务和API路由更新项目文件确保静态资源被复制到输出目录
@Because66666Because66666 changed the titlefeat(LogParse): 添加新版日志分析功能及相关静态资源feat(LogParse): 添加新版日志分析功能及相关静态资源(server-v1分支)Jul 2, 2025
@Because66666
Copy link
ContributorAuthor

编译后是能够正常运行,显示方案是使用系统浏览器打开本地网页http://localhost:8080/CanLiang
此外备注下占用的API路由:

        app.MapGet("/CanLiang", async context =>        app.MapGet("/CanLiang/{*filename}", async context =>        app.MapGet("/api/LogList", async context =>        app.MapGet("/api/analyse", async context =>        app.MapGet("/api/item-trend", async context =>        app.MapGet("/api/duration-trend", async context =>        app.MapGet("/api/total-items-trend", async context =>

大约是没有需要补充的了。

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@Because66666

[8]ページ先頭

©2009-2025 Movatter.jp