Update area.php

This commit is contained in:
邹景立 2022-05-09 10:37:04 +08:00
parent c8f88aeb19
commit cb20345b8a

View File

@ -49,6 +49,7 @@ foreach ($items as &$prov) {
$data[] = $prov['fullname'] . '$' . join('|', $lines);
}
// 数据写入文件
$jsonFile = __DIR__ . '/data.json';
$scriptFile = dirname(__DIR__) . '/pcasunzips.js';
$jsonContent = json_encode($items, JSON_UNESCAPED_UNICODE);