This commit is contained in:
icssoa
2025-08-03 17:05:03 +08:00
parent a0682337ad
commit 49a57673ed

View File

@@ -36,7 +36,7 @@ const data = ref<ClListViewItem[]>([]);
onReady(() => {
request<UTSJSONObject[]>({
url: "https://cool-service.oss-cn-shanghai.aliyuncs.com/app%2Fbase%2Fb1957e07f1254de99f44b5a711f277d2_pca_flat.json"
url: "https://unix.cool-js.com/data/pca_flat.json"
})
.then((res) => {
data.value = useListView(res);