Skip to content

Commit

Permalink
代码格式化并发布 1.0.7 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedManZhao committed Aug 23, 2024
1 parent 5f430bd commit a35c84b
Show file tree
Hide file tree
Showing 439 changed files with 86,348 additions and 75,807 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ const indexConfig = {

## 更新记录

### 1.0.7 版本 发布

- 为 logo 图标增加了点击展示获取版本号的动作

### 1.0.6 版本 发布

- 新增文件上传进度显示支持
Expand Down
9 changes: 7 additions & 2 deletions web/FileExplorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<link href="https://www.lingyuzhao.top/js/lib/joker_box_pop_up/css/joker_box_pop_up.css" rel="stylesheet">
</head>
<body>
<div hidden id="versionShowDiv">
<pre id="versionShow" style="font-family: 'monospace', 'icomoon', serif">⚠ 无法与服务器取得连接 或 服务器版本较低,不支持版本号的获取!</pre>
</div>
<div class="parent">
<div class="div1">
<div class="all-progress-bar progress-bar"
Expand All @@ -25,12 +28,14 @@
</div>
<div class="div2 nav_pc">
<div>
<img alt="logo" class="icon-navigation" src="image/logo.png">
<img alt="logo" class="icon-navigation" id="bigLogoImage" src="image/logo.png"
title="点击查看diskMirror服务器版本">
</div>
<div id="show_area"
style="text-align: center"
title="diskMirror-front 版本:点击查看前端界面历史包">
<div onclick="window.open('https://github.com/BeardedManZhao/diskMirror-front/releases')"><span class="load-icon-2"></span> <span>1.0.6</span></div>
<div onclick="window.open('https://github.com/BeardedManZhao/diskMirror-front/releases')"><span
class="load-icon-2"></span> <span>1.0.7</span></div>
</div>
<div class="button_list1">
<button class="item_Button" onclick="window.open('index.html')">新界面</button>
Expand Down
2 changes: 1 addition & 1 deletion web/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.0" xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"></web-app>
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"></web-app>
8 changes: 8 additions & 0 deletions web/css/public.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ html {
height: 100%;
}

html::-webkit-scrollbar { /* 隐藏 WebKit 浏览器的滚动条 */
display: none;
}

html * {
font-family: 'icomoon', sans-serif;
}
Expand Down Expand Up @@ -193,4 +197,8 @@ input:focus {
.status_bar:active {
color: #cccccc;
background-color: #000000;
}

#versionShowDiv {
padding: 10px;
}
36 changes: 18 additions & 18 deletions web/editor.md/.jshintrc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "double",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "double",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true
}
108 changes: 59 additions & 49 deletions web/editor.md/CHANGE.md

Large diffs are not rendered by default.

Loading

0 comments on commit a35c84b

Please sign in to comment.