在根目录增加js配置,使所有位置可以提示jq;

This commit is contained in:
augushong
2021-11-22 20:36:46 +08:00
parent 3f8c185ed3
commit 2a607481e4
2 changed files with 9 additions and 1 deletions

3
.gitignore vendored
View File

@@ -11,4 +11,5 @@ app/index/controller/Test.php
composer.phar
app/test/
/vendor
/runtime
/runtime
ul.db

7
jsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"typeAcquisition": {
"include": [
"jquery"
]
}
}