feat: 更新项目名称为 infstar-web,修改相关配置文件

This commit is contained in:
Coldsmiles
2026-03-21 22:55:45 +08:00
parent 222f01bb2c
commit aa1781ba7a
3 changed files with 4 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ jobs:
exit 0 exit 0
fi fi
HOST="bailuyuan.lunadeer.cn" HOST="mc.infstar.org"
curl -s -X POST "https://api.indexnow.org/indexnow" \ curl -s -X POST "https://api.indexnow.org/indexnow" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d "{ -d "{

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{ {
"name": "bailuyuan-web", "name": "infstar-web",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "bailuyuan-web", "name": "infstar-web",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"marked": "^17.0.4", "marked": "^17.0.4",

View File

@@ -1,5 +1,5 @@
{ {
"name": "bailuyuan-web", "name": "infstar-web",
"private": true, "private": true,
"version": "0.1.0", "version": "0.1.0",
"type": "module", "type": "module",