chore: 清理无用文件和更新.gitignore

删除不再使用的测试HTML文件,并在.gitignore中添加cwd-comments-admin/dist目录以忽略构建输出
This commit is contained in:
anghunk
2026-01-20 20:48:59 +08:00
parent e01e0d9f6a
commit d6c5bd50b2
3 changed files with 3 additions and 10 deletions

3
.gitignore vendored
View File

@@ -105,7 +105,6 @@ out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
@@ -172,3 +171,5 @@ package-lock.json
wrangler.jsonc
.claude
cwd-comments-admin/dist

1
widget/dist/cwd-comments.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +0,0 @@
<script src="./cwd-comments.js"></script>
<div id="comments"></div>
<script>
const comments = new CWDComments({
el: '#comments',
apiBaseUrl: 'https://cwd-comments-api.anghunk.workers.dev',
});
comments.mount();
</script>