1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-07-02 09:19:23 +00:00
This commit is contained in:
SunWuyuan 2025-03-22 16:12:10 +08:00
parent 84abe2598f
commit 5a394ab6f6
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Classworks作业板</title>
<title>Classworks 作业板</title>
</head>
<body>
<div id="app"></div>

View File

@ -365,7 +365,7 @@ import "../styles/transitions.scss"; // 添加新的样式导入
import { debounce, throttle } from "@/utils/debounce";
export default {
name: "Classworks作业板",
name: "Classworks 作业板",
components: {
MessageLog,
},