KikiQiQi commited on
Commit
aaa1a73
·
1 Parent(s): 4b21edf

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -1
index.html CHANGED
@@ -9,7 +9,9 @@
9
 
10
  <label for="dialogueSelector">选择对话框:</label>
11
  <select id="dialogueSelector" onchange="loadDialogue()">
12
- <option value="output.html">对话框 1</option>
 
 
13
  <!-- <option value="dialogue-2.html">对话框 2</option> -->
14
  <!-- 添加更多选项,对应不同的对话框页面 -->
15
  </select>
 
9
 
10
  <label for="dialogueSelector">选择对话框:</label>
11
  <select id="dialogueSelector" onchange="loadDialogue()">
12
+ <option value="dialogue-4-0.html">data-4-0</option>
13
+ <option value="dialogue-4-1.html">data-4-1</option>
14
+
15
  <!-- <option value="dialogue-2.html">对话框 2</option> -->
16
  <!-- 添加更多选项,对应不同的对话框页面 -->
17
  </select>