瀏覽代碼

移除标签更新不要功能文件

tags/6.2.12
叙述、别离 8 月之前
父節點
當前提交
e9a6e5d8fb
共有 4 個檔案被更改,包括 0 行新增10 行删除
  1. +0
    -4
      src/admin/templets/makehtml_taglist.htm
  2. +0
    -1
      src/static/web/css/select2.min.css
  3. +0
    -3
      src/static/web/js/i18n/zh-CN.js
  4. +0
    -2
      src/static/web/js/select2.min.js

+ 0
- 4
src/admin/templets/makehtml_taglist.htm 查看文件

@@ -5,12 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<title>更新标签</title>
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/css/select2.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<script src="../static/web/js/jquery.min.js"></script>
<script src="../static/web/js/select2.min.js"></script>
<script src="../static/web/js/i18n/zh-CN.js"></script>
</head>
<body>
<form name="form1" action="makehtml_tag_action_list.php" method="get" target="stafrm">


+ 0
- 1
src/static/web/css/select2.min.css
文件差異過大導致無法顯示
查看文件


+ 0
- 3
src/static/web/js/i18n/zh-CN.js 查看文件

@@ -1,3 +0,0 @@
/*! Select2 4.0.13 | https://github.com/select2/select2/blob/master/LICENSE.md */

!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(n){return"请删除"+(n.input.length-n.maximum)+"个字符"},inputTooShort:function(n){return"请再输入至少"+(n.minimum-n.input.length)+"个字符"},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(n){return"最多只能选择"+n.maximum+"个项目"},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"},removeAllItems:function(){return"删除所有项目"}}}),n.define,n.require}();

+ 0
- 2
src/static/web/js/select2.min.js
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存