feat: 多用户系统发布(登录/注册 + 数据隔离 + 简化前端)
This commit is contained in:
14
frontend-react/public/index.html
Normal file
14
frontend-react/public/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#667eea" />
|
||||
<meta name="description" content="码神的日记系统 - 记录每天的进步与成长" />
|
||||
<title>码神的日记系统</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>需要启用 JavaScript 才能运行此应用。</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user