refactor: 更新项目配置和页面标题

- 修改 package.json 中的描述、作者和主页信息
- 更新页面标题,增加作者信息
This commit is contained in:
ddmt 2025-02-16 22:21:32 +08:00
parent b067583047
commit 03a8f44258
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
{
"name": "sensor-simulator",
"version": "1.0.0",
"description": "An Electron application with Vue",
"description": "环境传感设备模拟器",
"main": "./out/main/index.js",
"author": "example.com",
"homepage": "https://electron-vite.org",
"author": "ddmt",
"homepage": "https://git.ddmt.top/ddmt/Sensor-simulator",
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<title>环境传感设备模拟器</title>
<title>环境传感设备模拟器 @ddmt.top</title>
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<script src="https://cdn.tailwindcss.com"></script>
<meta