-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (119 loc) · 6.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html style="overflow: hidden;">
<head>
<meta charset="utf-8" />
<script src="./js/new_file.js" type="text/javascript" charset="utf-8"></script>
<title>IAE v0.2</title>
<title></title>
</head>
<body>
<div id="run" onclick="out(1)">
<p>></p>
<div id="out_mode">
<span class="mode" style="background-color: #a1a1a1;"> MODE </span>
<span class="mode modehover" onclick="out(2)"> ITEM </span>
<span class="mode modehover" onclick="out(3)">CATEGORIES</span>
<span class="mode modehover" onclick="out(8)">FileName</span>
<span class="mode modehover" onclick="out(4)">Only
CATEGORIES</span>        
<span class="mode2">Parameter<input id="out_parameter" style="width: 300px;"></span>
</div>
<div id="out3div">
<textarea id="out3" style="resize: none;width: 100%;height: 100%;">
</textarea>
</div>
</div>
<div id="run2" onclick="out(5)">
</div>
<div id="nav">
<!-- <div style="font-size: 20px; margin: 0;padding-top: 25px;margin-left: 100px">Itemsadder Editor v0.1</div>
<div style="font-size: 20px; ;margin-left: 50px;padding-top: 25px;flex">2D Item Texture Config</div> -->
<span id="LOGO"> Itemsadder Editor v0.2 </span>
<span id="NOW"> 物品生成器 </span>
</div>
<div id="ia2ditem">
<div class="filelistdiv">
<div id="fileinput">
<div id="test">
<input type="file" id="fileMutiply" name="files" multiple="multiple">
</div>
<p>点击或拖拽上传</p>
<p>只能往这里放</p>
</div>
<div id="filelist">
<p style="font-size: 20px;font-weight: 800;"> 关于</p>
<a href="https://github.com/HaiXi2912/iae">GitHub</a>
<hr>
<p style="font-size: 20px;font-weight: 600;text-align: left;"> 当前功能</p>
<p style="font-size: 16px;text-align: left;"> 根据上传的文件名生成配置</p>
<p style="font-size: 16px;text-align: left;"> 如果不启用后缀</p>
<p style="font-size: 16px;text-align: left;"> 将自动获取物品ID、名称、原型</p>
<p style="font-size: 16px;text-align: left;"> 根据上传的文件名生成分类</p>
<p style="font-size: 16px;text-align: left;"> 根据上传的文件名生成改名bat</p>
<p style="font-size: 16px;text-align: left;"> 可将物品配置通过关键词,保留id</p>
<hr>
<p style="font-size: 20px;font-weight: 600;text-align: left;"> 更新日志</p>
<p style="font-size: 16px;text-align: left;"> V0.2 自动填充</p>
<p style="font-size: 16px;text-align: left;"> 如果未启用后缀模式</p>
<p style="font-size: 16px;text-align: left;"> 将自动获取ID、名称、原型</p>
<p style="font-size: 16px;text-align: left;"> 现在,您可以拖入即生成</p>
<br>
<p style="font-size: 16px;text-align: left;"> V0.1 初次制作</p>
<p style="font-size: 16px;text-align: left;"> 该网站因自己的需求而做</p>
<p style="font-size: 16px;text-align: left;"> 请不要要求作者更新内容</p>
<p style="font-size: 16px;text-align: left;"> 暂不提供使用教程</p>
<hr>
<p style="font-size: 20px;font-weight: 600;text-align: left;"> 免责声名</p>
<p style="font-size: 16px;text-align: left;"> 该项目由海曦独立完成</p>
<p style="font-size: 16px;text-align: left;"> 部分代码来源于网络</p>
<p style="font-size: 16px;text-align: left;"> 您可以任意修改代码</p>
<p style="font-size: 16px;text-align: left;"> 但您不得与他人说该网站是自己制作</p>
<p style="font-size: 16px;text-align: left;"></p>
<br>
<br>
<br>
<br>
</div>
</div>
<div id="fileedit" style="display: inline-block;overflow: hidden;width: 100%;">
<div id="fileeditnav" style="display: inline-block;width: 100%;">
<p style="font-size: 20px;font-weight: 800;">
<span class="editbutton" id="itemeditbutton" onclick="edit(2)">物品编辑</span>
  
<span class="editbutton" id="mubaneditbutton" onclick="edit(1)">模板编辑</span>
<hr />
</div>
</p>
<div id="fileeditmove"
style="height: 100%;width: 200%;transition: 1s;display: flex; justify-content: flex-start;">
<div id="fileeditpage" style="overflow: auto;height: 88%;width: 50%;margin-top: -28px;">
<table id="list" border="0" cellspacing="0" cellpadding="0">
</table>
</div>
<div id="filemubanpage" style="height: 100%;width: 50%;">
<table id="mubaneditgui" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>模板编辑模式<br>
文件改名 <input id="muban_edit_name"></input>        启用后缀
_<input style="width: 30px;" id="muban_edit_name_num" />  <input
type="checkbox" id="muban_edit_name_hz" /> <br>
 IAID  <input id="muban_edit_iaid"></input>
       启用后缀 _<input style="width: 30px;"
id="muban_edit_iaid_num" />  <input type="checkbox"
id="muban_edit_iaid_hz" /> <br>
物品名称 <input id="muban_edit_name2"></input>        启用后缀
_<input style="width: 30px;" id="muban_edit_name2_num" />  <input
type="checkbox" id="muban_edit_name2_hz" /> <br>
物品原型 <input id="muban_edit_item"></input>     <br>
文件路径 <input id="muban_edit_file"></input>     <br>
物品权限 <input id="muban_edit_prem"></input>       
启用后缀_物品名称  <input type="checkbox" id="muban_edit_prem_hz" /></td>
</table>
<button id="inputin" type="button" onclick="tj()">提交</button>
</div>
</div>
</div>
<link rel="stylesheet" type="text/css" href="css/new_file.css" />
</body>
<script src="js/2ditem.js" type="text/javascript" charset="utf-8"></script>
</html>