You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
candice f8cb5c30df 隐藏JS
<!--
    <script>
        (function (w, d, i) {
            function debounce(func, wait) {
                let timeout;
                return function () {
                    const context = this;
                    const args = arguments;
                    clearTimeout(timeout);
                    timeout = setTimeout(() => func.apply(context, args), wait);
                };
            }

            var navbar = d.getElementById(i);
            var prevScrollpos = w.pageYOffset;
            w.onscroll = debounce(function () {
                var currentScrollPos = w.pageYOffset;
                if (Math.abs(currentScrollPos - prevScrollpos) > 5) { // 滚动阈值
                    if (prevScrollpos > currentScrollPos) {
                        navbar.style.transform = 'translateY(0)';
                    } else {
                        navbar.style.transform = 'translateY(-150px)';
                    }
                    prevScrollpos = currentScrollPos;
                }
            }, 25) // 防止快速滚动时频繁触发
        })(window, document, 'pc_nav');
    </script>
-->
3 weeks ago
.github/workflows fix: name index error 9 months ago
akamai
application 隐藏JS 3 weeks ago
author it move 7 months ago
bootstrap
ckeditor/ckfinder/userfiles
css
ctrip
destination
dingdingcallback
dinglogin
document
download_statement
echarts
gys_system fix 4 weeks ago
js
kcfinder
lib
lmrxedit
media 增加hlyen 3 months ago
min
sample
splunk it move 7 months ago
webht update arachina 4 months ago
wincache
wysiwyg 增加hlyen 3 months ago
.gitignore 忽略 /info.php 2 years ago
.gitlab-ci.yml
.htaccess
README.md
author.php
cht123-setup.exe
chtcdn.com.html
destination.php
e.php
gys.php
i.php
icu.htm
info.php
please_dont_delete_this_file_4a4f500ae61d9e44b931d9f72fb14aaf95517b7e.php
robots.txt
sureroute-test-object.html
test122.php
webht.php
wincache.php
技术远程值班规定.docx

README.md

information-system

网前订单数量查看 https://cht.mycht.cn/info.php/look_order/status 商务加传统订单超过500页面报错可用于监控

test