Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
afd2f8d1445fca54e305a8f70d927ef04c238770
1 parent
873b62cd
do add analysis yas.js version
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
1 deletions
library/Plugin/TemplateLayout.php
template/m.yohobuy.com/partials/layout/footer.phtml
yohobuy/m.yohobuy.com/configs/application.developer.ini
yohobuy/m.yohobuy.com/configs/application.preview.ini
yohobuy/m.yohobuy.com/configs/application.production.ini
yohobuy/m.yohobuy.com/configs/application.testing.ini
library/Plugin/TemplateLayout.php
View file @
afd2f8d
...
...
@@ -118,6 +118,10 @@ class TemplateLayout implements View_Interface
}
// 应用版本号
$tpl_vars
[
'version'
]
=
$config
->
version
;
// JS统计代码的版本号
if
(
isset
(
$config
->
yas
->
version
))
{
$tpl_vars
[
'yas_version'
]
=
$config
->
yas
->
version
;
}
// SEO相关的标题、关键词、描述内容信息
if
(
!
empty
(
$tpl_vars
[
'title_more'
]))
{
...
...
template/m.yohobuy.com/partials/layout/footer.phtml
View file @
afd2f8d
...
...
@@ -28,7 +28,7 @@
a.async=
1
;
a.src=j;
m.parentNode.insertBefore(a,m);
})(window,document,'script','http://cdn.yoho.cn/yas-jssdk/
1.0
.
13.2
/yas.js','_yas');
})(window,document,'script','http://cdn.yoho.cn/yas-jssdk/
{
{yas_version
}
}
/yas.js','_yas');
</script>
{
{>
layout/use
}
}
{
{>
layout/analysis
}
}
...
...
yohobuy/m.yohobuy.com/configs/application.developer.ini
View file @
afd2f8d
...
...
@@ -51,6 +51,8 @@ application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.2.0"
; JS统计代码的版本号
application.yas.version
=
"1.0.13.2"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货 | 潮流购物逛不停"
...
...
yohobuy/m.yohobuy.com/configs/application.preview.ini
View file @
afd2f8d
...
...
@@ -51,6 +51,8 @@ application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.2.0"
; JS统计代码的版本号
application.yas.version
=
"1.0.13.2"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货 | 潮流购物逛不停"
...
...
yohobuy/m.yohobuy.com/configs/application.production.ini
View file @
afd2f8d
...
...
@@ -51,6 +51,8 @@ application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.2.0"
; JS统计代码的版本号
application.yas.version
=
"1.0.13.2"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货 | 潮流购物逛不停"
...
...
yohobuy/m.yohobuy.com/configs/application.testing.ini
View file @
afd2f8d
...
...
@@ -51,6 +51,8 @@ application.assets.path = ROOT_PATH "/assets"
; 应用的版本号
application.version
=
"1.2.0"
; JS统计代码的版本号
application.yas.version
=
"1.0.13.2"
; 网站SEO信息
application.seo.title
=
"Yoho!Buy有货 | 潮流购物逛不停"
...
...
Please
register
or
login
to post a comment