@@ -21,26 +21,18 @@ export default defineConfig({
2121 template : "./template/shadowrocket.handlebars" ,
2222 } ,
2323 ] ,
24- dts : { isExported : true , path : "./src/interface .ts" } ,
24+ dts : { isExported : true , path : "./src/types.d .ts" } ,
2525 boxjsSettings : {
2626 path : "./template/boxjs.settings.json" ,
2727 scope : "@iRingo.Maps.Settings" ,
2828 } ,
2929 } ,
3030 args : [
31- {
32- defaultValue : true ,
33- description : "是否启用此APP修改" ,
34- exclude : [ "surge" , "loon" ] ,
35- key : "Switch" ,
36- name : "总功能开关" ,
37- type : "boolean" ,
38- } ,
3931 {
4032 defaultValue : "CN" ,
4133 description : "此选项影响“地图”整体配置内容,包括以下的地图功能与服务。" ,
4234 key : "GeoManifest.Dynamic.Config.CountryCode.default" ,
43- name : "[全局 动态配置]资源清单的国家或地区代码" ,
35+ name : "[全局 动态配置] 资源清单的国家或地区代码" ,
4436 options : [
4537 { key : "AUTO" , label : "🇺🇳自动(跟随用户当前所在地区)" } ,
4638 { key : "CN" , label : "🇨🇳中国大陆" } ,
@@ -61,7 +53,7 @@ export default defineConfig({
6153 defaultValue : "US" ,
6254 description : "此选项影响 watchOS “地图”整体配置内容,包括以下的地图功能与服务。" ,
6355 key : "GeoManifest.Dynamic.Config.CountryCode.watchOS" ,
64- name : "[watchOS 动态配置]资源清单的国家或地区代码" ,
56+ name : "[watchOS 动态配置] 资源清单的国家或地区代码" ,
6557 options : [
6658 { key : "AUTO" , label : "🇺🇳自动(跟随用户当前所在地区)" } ,
6759 { key : "CN" , label : "🇨🇳中国大陆" } ,
@@ -83,7 +75,7 @@ export default defineConfig({
8375 description :
8476 "地点数据接口,此选项影响公共指南,兴趣点(POI)与位置信息等功能。" ,
8577 key : "UrlInfoSet.Dispatcher" ,
86- name : "[URL信息集]调度器" ,
78+ name : "[URL信息集] 调度器" ,
8779 options : [
8880 { key : "AUTO" , label : "自动(随[动态配置]版本自动选择)" } ,
8981 {
@@ -99,7 +91,7 @@ export default defineConfig({
9991 defaultValue : "AutoNavi" ,
10092 description : "导航与ETA服务接口,此选项影响导航与ETA(到达时间)等功能。" ,
10193 key : "UrlInfoSet.Directions" ,
102- name : "[URL信息集]导航与ETA" ,
94+ name : "[URL信息集] 导航与ETA" ,
10395 options : [
10496 { key : "AUTO" , label : "自动(随[动态配置]版本自动选择)" } ,
10597 { key : "AutoNavi" , label : "🧭高德(🇨🇳:高德地图 | 🇺🇳:TomTom)" } ,
@@ -111,7 +103,7 @@ export default defineConfig({
111103 defaultValue : "Apple" ,
112104 description : "评分和照片服务接口,此选项影响评分和照片服务以及照片使用。" ,
113105 key : "UrlInfoSet.RAP" ,
114- name : "[URL信息集]评分和照片" ,
106+ name : "[URL信息集] 评分和照片" ,
115107 options : [
116108 { key : "AUTO" , label : "自动(随[动态配置]版本自动选择)" } ,
117109 { key : "AutoNavi" , label : "🧭高德(🇨🇳:🈶️但未开放 | 🇺🇳:🈚️)" } ,
@@ -124,7 +116,7 @@ export default defineConfig({
124116 description :
125117 "定位漂移修正服务接口,控制定位漂移和🧭指南针与📍坐标的经纬度。" ,
126118 key : "UrlInfoSet.LocationShift" ,
127- name : "[URL信息集]定位漂移" ,
119+ name : "[URL信息集] 定位漂移" ,
128120 options : [
129121 { key : "AUTO" , label : "自动(随[动态配置]版本自动选择)" } ,
130122 { key : "AutoNavi" , label : "🧭高德(🈚️坐标,使用🇨🇳GCJ-02坐标)" } ,
@@ -136,7 +128,7 @@ export default defineConfig({
136128 defaultValue : "HYBRID" ,
137129 description : "此选项影响所列位图、影像与模型数据。" ,
138130 key : "TileSet.Satellite" ,
139- name : "[瓦片数据集]卫星图像" ,
131+ name : "[瓦片数据集] 卫星图像" ,
140132 options : [
141133 { key : "AUTO" , label : "自动(随[动态配置]版本自动选择)" } ,
142134 { key : "HYBRID" , label : "混合(🇨🇳:2D较新 | 🇺🇳:主要城市3D)" } ,
@@ -149,7 +141,7 @@ export default defineConfig({
149141 defaultValue : "XX" ,
150142 description : "此选项影响飞行俯瞰全球各地的主要地标和城市功能。" ,
151143 key : "TileSet.Flyover" ,
152- name : "[瓦片数据集]飞行俯瞰" ,
144+ name : "[瓦片数据集] 飞行俯瞰" ,
153145 options : [
154146 { key : "AUTO" , label : "自动(随[动态配置]版本自动选择)" } ,
155147 { key : "CN" , label : "🇨🇳Apple(🇨🇳:🈚️ | 🇺🇳:🈚️)" } ,
@@ -161,7 +153,7 @@ export default defineConfig({
161153 defaultValue : "XX" ,
162154 description : "此选项影响 360 度全景视角在某些地点四处看看功能。" ,
163155 key : "TileSet.Munin" ,
164- name : "[瓦片数据集]四处看看" ,
156+ name : "[瓦片数据集] 四处看看" ,
165157 options : [
166158 { key : "AUTO" , label : "自动(随[动态配置]版本自动选择)" } ,
167159 { key : "CN" , label : "🇨🇳Apple(🇨🇳:🈚️ | 🇺🇳:🈚️)" } ,
0 commit comments