mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-07 07:05:49 +00:00
Update WorldEditor.html
This commit is contained in:
@@ -10,27 +10,49 @@
|
|||||||
<hr class="header-divider">
|
<hr class="header-divider">
|
||||||
|
|
||||||
<!-- 主容器 -->
|
<!-- 主容器 -->
|
||||||
<fieldset class="settings-group">
|
<div id="world-editor-container" class="world-editor">
|
||||||
<legend><i class="fas fa-book"></i> 世界书管理</legend>
|
|
||||||
|
|
||||||
<div id="world-editor-container" class="world-editor">
|
|
||||||
<div class="world-editor-header">
|
<div class="world-editor-header">
|
||||||
<div class="world-editor-header-controls">
|
<div class="world-editor-header-controls">
|
||||||
<button class="world-editor-btn world-editor-btn-primary" id="world-editor-refresh-btn">
|
<button class="world-editor-btn world-editor-btn-primary" id="world-editor-refresh-btn">
|
||||||
<i class="fas fa-sync"></i> 刷新
|
<i class="fas fa-sync"></i> 刷新
|
||||||
</button>
|
</button>
|
||||||
<button class="world-editor-btn world-editor-btn-success" id="world-editor-create-entry-btn">
|
<button class="world-editor-btn world-editor-btn-success" id="world-editor-create-book-btn">
|
||||||
|
<i class="fas fa-book-medical"></i> 新建世界
|
||||||
|
</button>
|
||||||
|
<button class="world-editor-btn world-editor-btn-success" id="world-editor-create-entry-btn" disabled>
|
||||||
<i class="fas fa-plus"></i> 新建条目
|
<i class="fas fa-plus"></i> 新建条目
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="world-editor-content">
|
<!-- 新的世界书选择和管理界面 -->
|
||||||
|
<div id="world-book-selection-view">
|
||||||
|
<div class="world-editor-toolbar">
|
||||||
|
<div class="world-editor-toolbar-left">
|
||||||
|
<input type="text" class="world-editor-search-box" id="world-book-search-box" placeholder="搜索世界书...">
|
||||||
|
<button class="world-editor-btn world-editor-btn-primary" id="world-book-search-btn">
|
||||||
|
<i class="fas fa-search"></i>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div class="world-editor-toolbar-right">
|
||||||
|
<span id="world-book-count">世界书:0</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="world-editor-batch-actions" id="world-book-batch-actions">
|
||||||
|
<span class="world-editor-selected-count" id="world-book-selected-count">已选择 0 项</span>
|
||||||
|
<button class="world-editor-btn world-editor-btn-primary" id="world-book-clone-btn">备份新建</button>
|
||||||
|
<button class="world-editor-btn world-editor-btn-danger" id="world-book-delete-btn">批量删除</button>
|
||||||
|
</div>
|
||||||
|
<div id="world-book-list-container">
|
||||||
|
<!-- 世界书列表将由JS动态生成 -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 世界书条目编辑界面 (默认隐藏) -->
|
||||||
|
<div id="world-editor-entry-view" style="display: none;">
|
||||||
<div class="world-editor-selector">
|
<div class="world-editor-selector">
|
||||||
<label for="world-editor-world-select">选择世界书:</label>
|
<h3 id="world-editor-current-book-title">当前编辑:</h3>
|
||||||
<select id="world-editor-world-select">
|
<button class="world-editor-btn" id="world-editor-back-to-list-btn"><i class="fas fa-arrow-left"></i> 返回列表</button>
|
||||||
<option value="">加载中...</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="world-editor-toolbar">
|
<div class="world-editor-toolbar">
|
||||||
@@ -78,5 +100,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user