Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
10 years ago
Commit
4fa939e2be2b4870e1c321c55dca581278e5bc03
1 parent
763d5342
master
...
develop
release_v4
test
v1.1.1
v1.1.0
minity css
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
res/min/groupConfig/www.php
website/config/Boot.inc.php
website/view/layout/default_layout_mobile.php
res/min/groupConfig/www.php
View file @
4fa939e
...
...
@@ -25,7 +25,8 @@ return array(
'//js/plugins/mlellipsis.js'
,
'//js/plugins/imgZoom.js'
),
'index.js'
=>
array
(
'index_mobile.css'
=>
array
(
'//css/mobile.css'
,
'//css/emoji.css'
)
);
\ No newline at end of file
...
...
website/config/Boot.inc.php
View file @
4fa939e
...
...
@@ -75,7 +75,8 @@ return array(
'css'
=>
'http://res.yohood'
.
SITE_DOMAIN
.
'/min/index.php?g='
,
),
'combinePage'
=>
array
(
'index_mobile.js'
'index_mobile.js'
,
'index_mobile.css'
),
/**
* 插件配置
...
...
website/view/layout/default_layout_mobile.php
View file @
4fa939e
...
...
@@ -8,8 +8,12 @@
<meta
content=
"yes"
name=
"apple-touch-fullscreen"
/>
<meta
content=
"telephone=no"
name=
"format-detection"
/>
<meta
content=
"black"
name=
"apple-mobile-web-app-status-bar-style"
/>
<link
rel=
"stylesheet"
href=
"
<?php
echo
SITE_RES
;
?>
/css/mobile.css"
/>
<link
rel=
"stylesheet"
href=
"
<?php
echo
SITE_RES
;
?>
/css/emoji.css"
/>
<?php
$this
->
_css
(
'index_mobile.css'
,
array
(
SITE_RES
.
'/css/mobile.css'
,
SITE_RES
.
'/css/emoji.css'
,
));
?>
<?php
$this
->
_block
(
'css'
);
?>
<?php
$this
->
_endblock
();
?>
</head>
<body>
<div
class=
"mobile-wrap"
>
...
...
Please
register
or
login
to post a comment