文件补齐

This commit is contained in:
wuhui_zzw 2023-08-16 14:01:36 +08:00
parent 39c5134312
commit 67c3c7ab61
33 changed files with 36 additions and 2 deletions

View File

@ -1,2 +0,0 @@
*
!.gitignore

8
public/plugin/alipay/css/demo.css vendored Normal file
View File

@ -0,0 +1,8 @@
/**
这里是插件css, 请在blade里面使用以下代码引入
<link rel="stylesheet" href="{{ asset('plugin/stripe/css/demo.css') }}">
*/
#bk-stripe-app .form-wrap {
max-width: 400px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

4
public/plugin/alipay/js/demo.js vendored Normal file
View File

@ -0,0 +1,4 @@
/**
* 这里是插件js, 请在blade里面使用以下代码引入
* <script src="{{ asset('plugin/stripe/js/demo.js') }}"></script>
*/

View File

@ -0,0 +1,8 @@
/**
这里是插件css, 请在blade里面使用以下代码引入
<link rel="stylesheet" href="{{ asset('plugin/stripe/css/demo.css') }}">
*/
#bk-stripe-app .form-wrap {
max-width: 400px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -0,0 +1,4 @@
/**
* 这里是插件js, 请在blade里面使用以下代码引入
* <script src="{{ asset('plugin/stripe/js/demo.js') }}"></script>
*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

8
public/plugin/stripe/css/demo.css vendored Normal file
View File

@ -0,0 +1,8 @@
/**
这里是插件css, 请在blade里面使用以下代码引入
<link rel="stylesheet" href="{{ asset('plugin/stripe/css/demo.css') }}">
*/
#bk-stripe-app .form-wrap {
max-width: 400px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

4
public/plugin/stripe/js/demo.js vendored Normal file
View File

@ -0,0 +1,4 @@
/**
* 这里是插件js, 请在blade里面使用以下代码引入
* <script src="{{ asset('plugin/stripe/js/demo.js') }}"></script>
*/