fix: 统一所有页面中 repoId 的字符串类型
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
{{template "footer" .}}
|
||||
|
||||
<script>
|
||||
const repoId = {{.ID}};
|
||||
const repoId = '{{.ID}}';
|
||||
let markdownContent = '';
|
||||
|
||||
// Load refs on page load
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
{{template "footer" .}}
|
||||
|
||||
<script>
|
||||
const repoId = {{.ID}};
|
||||
const repoId = '{{.ID}}';
|
||||
let currentSSE = null;
|
||||
let diffVisible = true;
|
||||
let allSuggestions = [];
|
||||
|
||||
Reference in New Issue
Block a user