fix: 处理打包问题

This commit is contained in:
ZhuRui
2026-08-08 14:42:39 +08:00
parent daab8ec41a
commit 73b2da2d1e
3 changed files with 345 additions and 258 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
declare module 'china-area-data' {
declare module 'china-area-data/data.json' {
const data: Record<string, Record<string, string>>;
export default data;
}