Pre Merge pull request !514 from 御宅男(YznCMS官方)/1.x-dev

pull/514/MERGE
御宅男(YznCMS官方) 2026-01-14 03:54:35 +00:00 committed by Gitee
commit 158f87f8cb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 3 additions and 10 deletions

View File

@ -13,11 +13,6 @@
<link href="__CDN__/assets/css/skins/{$Think.config.fastadmin.adminskin|htmlentities}.css?v={$Think.config.site.version|htmlentities}" rel="stylesheet">
{/if}
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="__CDN__/assets/js/html5shiv.js"></script>
<script src="__CDN__/assets/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
var require = {
config: {:json_encode($config)}

View File

@ -14,11 +14,6 @@
<link href="__CDN__/assets/css/frontend{$Think.config.app_debug?'':'.min'}.css?v={$Think.config.site.version|htmlentities}" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="__CDN__/assets/js/html5shiv.js"></script>
<script src="__CDN__/assets/js/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
var require = {
config: {:json_encode($config)}

View File

@ -2,6 +2,9 @@ define(['fast', 'template', 'moment'], function (Fast, Template, Moment) {
var Frontend = {
api: Fast.api,
init: function () {
//配置Toastr的参数
Toastr.options.positionClass = "toast-top-right";
var si = {};
//发送验证码
$(document).on("click", ".btn-captcha", function (e) {