Translate remaining Chinese JSDoc and CSS comments to English

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 20:53:00 +08:00
parent d16cc46604
commit 8d358516b8
9 changed files with 48 additions and 51 deletions

View File

@@ -42,7 +42,7 @@ export const useCompareStore = defineStore('compareStore', {
},
/**
* fetch discover api, get stats.
* @param {string} type 'log' | 'filter',可傳入 'log' 'filter'
* @param {string} type - The file type ('log' or 'filter').
* @param {number} id log or filter ID
*/
async getStateData(type, id) {