Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
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
lore-w
10 years ago
Commit
76f41e42cc3bffcb7f572323b05d517e52ea6b88
1 parent
05666e78
girl静态资源引用
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
11 deletions
partials/common/environment320_css.html
partials/common/environment320_js.html
partials/common/script320.html
partials/layout/footer320.html
partials/layout/footer_hk320.html
partials/common/environment320_css.html
View file @
76f41e4
...
...
@@ -8,5 +8,5 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://res.previewboys.yoho.cn/res/new/girls/css/mobile.css"
/>
{{/ prevEnvironment}}
{{# prodEnvironment}}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
rescdn.yohoboys.com/res/new/girls/css
/mobile.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://
cdn.yoho.cn/yohogirls-frontend-mobile/2.0.1
/mobile.css"
/>
{{/ prodEnvironment}}
\ No newline at end of file
...
...
partials/common/environment320_js.html
View file @
76f41e4
...
...
@@ -10,6 +10,5 @@
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/mobile.js"
></script>
{{/ prevEnvironment}}
{{# prodEnvironment}}
<script
type=
"text/javascript"
src=
"http://rescdn.yohoboys.com/res/new/girls/js/util/seajs.js"
></script>
<script
type=
"text/javascript"
src=
"http://rescdn.yohoboys.com/res/new/girls/mobile.js"
></script>
<script
src=
"http://cdn.yoho.cn/yohogirls-frontend-mobile/2.0.1/index.min.js"
></script>
{{/ prodEnvironment}}
\ No newline at end of file
...
...
partials/common/script320.html
View file @
76f41e4
{{# default}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/channel/home'
],
function
(
home
)
{
seajs
.
use
([
'
yohogirls-frontend-mobile/2.0.1/
js/channel/home'
],
function
(
home
)
{
home
.
init
();
});
</script>
...
...
@@ -8,7 +8,7 @@
{{# magazine}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/channel/magazine'
],
function
(
magazine
)
{
seajs
.
use
([
'
yohogirls-frontend-mobile/2.0.1/
js/channel/magazine'
],
function
(
magazine
)
{
magazine
.
init
();
});
</script>
...
...
@@ -16,7 +16,7 @@
{{# search}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/channel/search'
],
function
(
search
)
{
seajs
.
use
([
'
yohogirls-frontend-mobile/2.0.1/
js/channel/search'
],
function
(
search
)
{
search
.
init
();
});
</script>
...
...
@@ -24,7 +24,7 @@
{{# writer}}
<script
type=
"text/javascript"
>
seajs
.
use
([
"js/channel/edit"
],
function
(
edit
){
seajs
.
use
([
"
yohogirls-frontend-mobile/2.0.1/
js/channel/edit"
],
function
(
edit
){
edit
.
init
();
});
...
...
@@ -33,7 +33,7 @@
{{# detail}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/channel/detail'
],
function
(
detail
)
{
seajs
.
use
([
'
yohogirls-frontend-mobile/2.0.1/
js/channel/detail'
],
function
(
detail
)
{
detail
.
init
();
});
</script>
...
...
@@ -41,7 +41,7 @@
{{# about}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/channel/feedback'
],
function
(
feedback
)
{
seajs
.
use
([
'
yohogirls-frontend-mobile/2.0.1/
js/channel/feedback'
],
function
(
feedback
)
{
feedback
.
init
();
});
</script>
...
...
partials/layout/footer320.html
View file @
76f41e4
...
...
@@ -18,7 +18,7 @@
</div>
{{> common/environment320_js}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'
js/common'
],
function
(
common
)
seajs
.
use
([
'
yohogirls-frontend-mobile/2.0.1/js/common'
],
function
(
common
)
{
common
.
init
();
});
...
...
partials/layout/footer_hk320.html
View file @
76f41e4
...
...
@@ -18,7 +18,7 @@
</div>
{{> common/environment320_js}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'
js/common'
],
function
(
common
)
seajs
.
use
([
'
yohogirls-frontend-mobile/2.0.1/js/common'
],
function
(
common
)
{
common
.
init
();
});
...
...
Please
register
or
login
to post a comment