From f47916fdbfb02fd930382babb3a27b8826bb48cd Mon Sep 17 00:00:00 2001
From: liqian <735273025@qq.com>
Date: Mon, 20 Jan 2025 09:57:40 +0800
Subject: [PATCH 1/9] 2025-01-20 09:57:35
---
app/common.php | 1 +
app/index/view/index.phtml | 4 +-
app/index/view/tops_nas/beta.phtml | 256 ++++++++++-
app/index/view/tops_nas/download.phtml | 183 +++++++-
app/index/view/tops_nas/download_cyber.phtml | 175 +++++++-
app/index/view/tops_nas/index.phtml | 29 +-
app/mobile/view/tops_nas/beta.phtml | 415 +++++++++---------
app/mobile/view/tops_nas/download.phtml | 385 +++++++---------
app/mobile/view/tops_nas/download_cyber.phtml | 385 +++++++---------
app/mobile/view/tops_nas/index.phtml | 29 +-
10 files changed, 1069 insertions(+), 793 deletions(-)
diff --git a/app/common.php b/app/common.php
index 75ddedb..d33cee5 100755
--- a/app/common.php
+++ b/app/common.php
@@ -139,6 +139,7 @@ function getstr_random($length = 4) {
}
function getImage($filename, $width = -1, $height = -1, $type = 1, $savedir = 'allimg', $baseurl = '') {
+ // ini_set('memory_limit',-1);
$docDir = request()->server('DOCUMENT_ROOT');
$rootDir = request()->root();
if ($width < 0 && $height < 0) {
diff --git a/app/index/view/index.phtml b/app/index/view/index.phtml
index a77a383..15700aa 100755
--- a/app/index/view/index.phtml
+++ b/app/index/view/index.phtml
@@ -18,12 +18,10 @@