style: reformat code

pull/348/MERGE
layhuts 2026-05-09 11:03:47 +08:00
parent 88d5661e0c
commit 2d36d6b510
1 changed files with 11 additions and 11 deletions

View File

@ -74,7 +74,7 @@ interface ViewedRowPersistBase {
* - 'custom' storage * - 'custom' storage
*/ */
export type ViewedRowPersistOptions = export type ViewedRowPersistOptions =
({ | ({
/** IndexedDB 数据库名称,默认 'viewed-table-db' */ /** IndexedDB 数据库名称,默认 'viewed-table-db' */
dbName?: string; dbName?: string;
/** IndexedDB 数据库版本,默认 1 */ /** IndexedDB 数据库版本,默认 1 */