Commit 516a719a by doszhang

dos

parent 1cf6b00f
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</script> </script>
<title>{:block name='title'}{:/block}</title> <title>{:block name='title'}{:/block}</title>
{:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false} {:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false}
<link rel="stylesheet" type="text/css" href="http://projectx.dev.izhida.cn/api/css/rem/{:$rem}/id/{:$projectId}?version=1.0.0" <link rel="stylesheet" type="text/css" href="http://projectx.dev.izhida.cn/api/css/rem/{:$rem}/id/{:$projectId}?version=1.0.1"
media="all" /> media="all" />
{:else} {:else}
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
{:/if} {:/if}
{:block name='css'}{:/block} {:block name='css'}{:/block}
<link rel="stylesheet" type="text/css" href="__CDN__/css/notify.css" media="all" /> <link rel="stylesheet" type="text/css" href="__CDN__/css/notify.css" media="all" />
<link rel="stylesheet" type="text/css" href="__CDN__/css/index.css?version=1.0.0" media="all" /> <link rel="stylesheet" type="text/css" href="__CDN__/css/index.css?version=1.0.1" media="all" />
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment