♻️ Refactored markdown content

This commit is contained in:
2025-05-18 19:46:57 +08:00
parent 1d54f947f6
commit 9c0221ab20
16 changed files with 484 additions and 517 deletions

View File

@ -43,7 +43,7 @@ _SnStickerPack _$SnStickerPackFromJson(Map<String, dynamic> json) =>
name: json['name'] as String,
description: json['description'] as String,
prefix: json['prefix'] as String,
publisherId: (json['publisher_id'] as num).toInt(),
publisherId: json['publisher_id'] as String,
publisher:
json['publisher'] == null
? null