瀏覽代碼

Deprecate `non_ip/apple_cdn` already replaced by `domainset/apple_cdn`

SukkaW 2 周之前
父節點
當前提交
be6f402e3c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Build/build-deprecate-files.ts

+ 2 - 1
Build/build-deprecate-files.ts

@@ -8,7 +8,8 @@ import { appendArrayInPlace } from 'foxts/append-array-in-place';
 
 const DEPRECATED_FILES = [
   ['non_ip/global_plus', 'This file has been merged with non_ip/global'],
-  ['domainset/reject_sukka', 'This file has been merged with domainset/reject']
+  ['domainset/reject_sukka', 'This file has been merged with domainset/reject'],
+  ['non_ip/apple_cdn', 'This file has been merged with domainset/apple_cdn']
 ];
 
 const REMOVED_FILES = [