更新版本号

pull/495/head
Karson 2025-05-06 16:06:37 +08:00
parent d49d8be1e7
commit 5e1970b0fb
3 changed files with 4 additions and 4 deletions

View File

@ -320,7 +320,7 @@ return [
//允许跨域的域名,多个以,分隔 //允许跨域的域名,多个以,分隔
'cors_request_domain' => 'localhost,127.0.0.1', 'cors_request_domain' => 'localhost,127.0.0.1',
//版本号 //版本号
'version' => '1.6.1.20250430', 'version' => '1.7.0.20250506',
//API接口地址 //API接口地址
'api_url' => 'https://api.fastadmin.net', 'api_url' => 'https://api.fastadmin.net',
], ],

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "fastadmin", "name": "fastadmin",
"version": "1.6.1", "version": "1.7.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "fastadmin", "name": "fastadmin",
"version": "1.6.1", "version": "1.7.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"art-template": "npm:fastadmin-arttemplate@^3.1.4", "art-template": "npm:fastadmin-arttemplate@^3.1.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "fastadmin", "name": "fastadmin",
"version": "1.6.1", "version": "1.7.0",
"description": "FastAdmin是一款基于ThinkPHP+Bootstrap的极速后台开发框架。", "description": "FastAdmin是一款基于ThinkPHP+Bootstrap的极速后台开发框架。",
"scripts": { "scripts": {
"build": "grunt" "build": "grunt"