1 Star 0 Fork 2

javalover123/cursor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv="Content-Security-Policy"
content="default-src * 'unsafe-inline' 'unsafe-eval'; script-src * 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; img-src * data: blob: file: 'unsafe-inline'; frame-src *; style-src * 'unsafe-inline';"
/>
<meta charset="UTF-8" />
<script
src="https://kit.fontawesome.com/293e197d90.js"
crossorigin="anonymous"
></script>
<title>Cursor</title>
</head>
<body>
<div id="root"></div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/javalover123/cursor.git
git@gitee.com:javalover123/cursor.git
javalover123
cursor
cursor
main

搜索帮助