Feature/0723/zr #10

Merged
chenzhen merged 2 commits from feature/0723/ZR into release/0.01 2026-08-08 14:51:53 +08:00
3 changed files with 345 additions and 258 deletions
Showing only changes of commit 73b2da2d1e - Show all commits
+1 -1
View File
@@ -54,7 +54,7 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.0.0",
"husky": "^9.1.7",
"jsdom": "^30.0.1",
"jsdom": "^19.0.0",
"less": "^4.6.4",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
+343 -256
View File
File diff suppressed because it is too large Load Diff
+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;
}