star7th 5 years ago
parent
commit
b60cdb4938

+ 1 - 1
composer.json

@@ -5,7 +5,7 @@
     "description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
     "keywords": ["showdoc","documents","Api"],
     "homepage": "https://github.com/star7th/showdoc",
-    "version":"v2.8.3", 
+    "version":"v2.8.4", 
     "license": "Apache-2.0",
     "authors": [
         {

+ 1 - 1
web/index.html

@@ -16,4 +16,4 @@
       "server": window.location.protocol +'//'+ window.location.host + window.location.pathname+ '../server/index.php?s=',
       //"lang" :'en'
       "lang" :'zh-cn'
-  }</script><link href=./static/css/app.021f64f27b50c95fc321e878f6cd43bc.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.a6098e82988b4636789a.js></script><script type=text/javascript src=./static/js/app.c856187446a4ee7b1d65.js></script></body></html>
+  }</script><link href=./static/css/app.4015995166e9e804d77e18b427e27022.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.a6098e82988b4636789a.js></script><script type=text/javascript src=./static/js/app.90caad5e16742fd54abf.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
web/static/css/app.021f64f27b50c95fc321e878f6cd43bc.css


File diff suppressed because it is too large
+ 0 - 0
web/static/css/app.4015995166e9e804d77e18b427e27022.css


+ 11 - 0
web/static/css/common.css

@@ -27,6 +27,17 @@ a {
   box-sizing: border-box;
 }
 
+/* 水平居中的卡片 */
+.hor-center-card {
+  width: 700px;
+  margin: 20px auto;
+  padding-top: 0px;
+  padding-left: 15px;
+  padding-right: 15px;
+  padding-bottom: 0px;
+  box-sizing: border-box;
+}
+
 .pull-right {
   float: right;
 }

File diff suppressed because it is too large
+ 0 - 0
web/static/js/app.90caad5e16742fd54abf.js


File diff suppressed because it is too large
+ 0 - 0
web/static/js/app.c856187446a4ee7b1d65.js


+ 17 - 1
web/static/lang/en.js

@@ -373,5 +373,21 @@ exports.default = {
   update_pwd_tips: 'Password, leave blank if not changed',
 
   import_excel: 'You can choose to import excel file',
-  table: 'table'
+  table: 'table',
+
+  attachment_manage: 'Attachment',
+  op_success: 'success',
+  display_name: 'display name',
+  all_attachment_type: 'all type',
+  image: 'image',
+  general_attachment: 'general attachment',
+  uploader: 'uploader',
+  file_id: 'file id',
+  file_type: 'type',
+  file_size_m: 'size/mb',
+  visit: 'visit',
+  visit_times: 'visit times',
+  my_attachment: 'My attachment',
+  accumulated_used_sapce: 'Accumulated used space',
+  month_flow: 'Traffic has been used this month'
 }

+ 17 - 1
web/static/lang/zh-CN.js

@@ -364,5 +364,21 @@ exports.default = {
   update_pwd_tips: '密码,不修改则留空',
 
   import_excel: '你可以选择Excel文件导入',
-  table: '表格'
+  table: '表格',
+
+  attachment_manage: '附件管理',
+  op_success: '操作成功',
+  display_name: '展示名字',
+  all_attachment_type: '全部附件类型',
+  image: '图片',
+  general_attachment: '普通附件',
+  uploader: '上传者',
+  file_id: '文件id',
+  file_type: '文件类型',
+  file_size_m: '文件大小/mb',
+  visit: '查看',
+  visit_times: '访问次数',
+  my_attachment: '我的附件',
+  accumulated_used_sapce: '累计已使用空间',
+  month_flow: '本月已使用流量'
 }

Some files were not shown because too many files changed in this diff