fix: 统一所有页面中 repoId 的字符串类型

This commit is contained in:
2026-06-19 22:22:20 +08:00
parent 6c7195fe66
commit aee8f90148
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
{{template "footer" .}}
<script>
const repoId = {{.ID}};
const repoId = '{{.ID}}';
let markdownContent = '';
// Load refs on page load
+1 -1
View File
@@ -101,7 +101,7 @@
{{template "footer" .}}
<script>
const repoId = {{.ID}};
const repoId = '{{.ID}}';
let currentSSE = null;
let diffVisible = true;
let allSuggestions = [];