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
e5b57bc32a12eca7bcb69a634473199ead2ce0f2
1 parent
2c01401c
do add analysis yas.js version
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
0 deletions
library/Plugin/TemplateLayout.php
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 @
e5b57bc
...
...
@@ -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'
]))
{
...
...
yohobuy/m.yohobuy.com/configs/application.developer.ini
View file @
e5b57bc
...
...
@@ -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 @
e5b57bc
...
...
@@ -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 @
e5b57bc
...
...
@@ -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 @
e5b57bc
...
...
@@ -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