修改问题

This commit is contained in:
rain
2026-07-11 11:03:45 +08:00
parent edc0a58a54
commit db397a7917
38 changed files with 1082 additions and 7994 deletions
-2
View File
@@ -59,7 +59,6 @@
<section class="module-panel">
<h2>新建 / 编辑相册</h2>
<form id="album-form" class="editor-form" data-album-form>
<!-- 字段名称对应 APP.openapi.json 的 AlbumBody -->
<div class="editor-field">
<label for="albumName">相册名称</label>
<input id="albumName" name="albumName" type="text" placeholder="请输入相册名称" required />
@@ -98,7 +97,6 @@
<div class="api-empty">请选择相册查看照片</div>
</div>
<form class="editor-form album-photo-form" data-album-photo-form>
<!-- 字段名称对应 APP.openapi.json 的 AlbumPhotoBody -->
<div class="editor-two">
<div class="editor-field">
<label for="photoOssId">照片 OSS ID</label>