瀏覽代碼

Merge remote-tracking branch 'origin/master'

zmw 4 月之前
父節點
當前提交
4f6e392a64

+ 1 - 1
public/themes/default/views/mobile/module/layouts/health.blade.php

@@ -1,3 +1,3 @@
-@include('mobile.module.section.html_start')
+@include('mobile.module.section.blue_html_start')
 @yield('content')
 @include('mobile.module.section.html_health_end')

+ 35 - 0
public/themes/default/views/mobile/module/section/blue_html_start.blade.php

@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html lang="{{ app()->getLocale() }}">
+<head>
+    <meta charset="utf-8">
+    <meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,shrink-to-fit=no,user-scalable=no,minimal-ui" name="viewport"/>
+    <meta name ="format-detection" content="telephone=no">
+    <meta name="apple-mobile-web-app-capable" content="yes">
+    <meta name="apple-mobile-web-app-status-bar-style" content="black">
+    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+    <!--UC默认竖屏` UC强制全屏-->
+    <meta name="screen-orientation" content="portrait">
+    <meta name="full-screen" content="yes"/>
+    <meta name="browsermode" content="application"/>
+    <!-- QQ强制竖屏` QQ强制全屏 -->
+    <meta name="x5-orientation" content="portrait"/>
+    <meta name="x5-fullscreen" content="true"/>
+    <meta name="x5-page-mode" content="app"/>
+    <!-- CSRF Token -->
+    <meta name="csrf-token" content="{{ csrf_token() }}">
+    @stack('meta')
+
+    <title>{{subsite_config('aix.system.site.site.site_name')}}</title>
+    <meta name="keywords" content="{{subsite_config('aix.system.site.site.site_keyword')}}"/>
+    <meta name="description" content="{{subsite_config('aix.system.site.site.site_description')}}"/>
+	<link rel="shortcut icon" href="/favicon.ico">
+    <link href="{{ theme_asset('mobile/css/common.css') }}" rel="stylesheet">
+    <!-- Styles -->
+    @stack('css')
+    <script type="text/javascript" src="{{theme_asset('mobile/js/rem.js')}}"></script>
+    <script type="text/javascript" src="{{theme_asset('mobile/js/zepto.min.js')}}"></script>
+    <script type="text/javascript" src="{{theme_asset('mobile/js/htmlspecialchars.js')}}"></script>
+    <script type="text/javascript" src="{{theme_asset('mobile/js/wechat.js')}}"></script>
+    @stack('js')
+</head>
+<body>