更新版本号

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',
//版本号
'version' => '1.6.1.20250430',
'version' => '1.7.0.20250506',
//API接口地址
'api_url' => 'https://api.fastadmin.net',
],

4
package-lock.json generated
View File

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

View File

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