
Some checks failed
TechAct / explore-gitea-actions (push) Failing after 13s
- 重构AppMainStruct、AssignmentQuestion、Question等实体模型 - 更新相关DTO以匹配新的数据结构 - 优化前端页面布局和组件 - 添加全局信息和笔记功能相关代码 - 更新数据库迁移和程序配置
23 lines
741 B
Plaintext
23 lines
741 B
Plaintext
@using System.Net.Http
|
|
@using System.Net.Http.Json
|
|
@using Microsoft.AspNetCore.Components.Authorization
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
@using Microsoft.AspNetCore.Components.WebAssembly.Http
|
|
@using Microsoft.JSInterop
|
|
@using TechHelper.Client
|
|
@using TechHelper.Client.Layout
|
|
@using TechHelper.Client.Shared
|
|
|
|
@using MudBlazor.Services
|
|
@using MudBlazor
|
|
|
|
|
|
@using TechHelper.Client.AuthProviders
|
|
@using TechHelper.Client.HttpRepository
|
|
@using TechHelper.Client.Pages.Author
|
|
@using TechHelper.Client.Pages
|
|
@using Blazored.TextEditor
|
|
@using TechHelper.Client.Pages.Global.MainStruct |