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
co-authored by Claude Opus 4.6
parent d16cc46604
commit 8d358516b8
9 changed files with 48 additions and 51 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ export const usePerformanceStore = defineStore('performanceStore', {
actions: {
/**
* Get Performance
* @param {string} type 'log' | 'filter',可傳入以上任一。
* @param {*} id 檔案 ID
* @param {string} type - The file type ('log' or 'filter').
* @param {number} id - The file ID.
*/
async getPerformance(type, id) {
let api = '';