mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-03 01:39:22 +00:00
1
This commit is contained in:
parent
84abe2598f
commit
5a394ab6f6
@ -1,10 +1,10 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="zh-CN">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Classworks作业板</title>
|
<title>Classworks 作业板</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -365,7 +365,7 @@ import "../styles/transitions.scss"; // 添加新的样式导入
|
|||||||
import { debounce, throttle } from "@/utils/debounce";
|
import { debounce, throttle } from "@/utils/debounce";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "Classworks作业板",
|
name: "Classworks 作业板",
|
||||||
components: {
|
components: {
|
||||||
MessageLog,
|
MessageLog,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user