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

View File

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