Skip to content

Commit 47ecefd

Browse files
committed
Remove obsolete update.xml files for various system add-ons across multiple versions and platforms; add new experiments configuration for A/B testing of a new UI component.
1 parent 6efaf4e commit 47ecefd

File tree

218 files changed

+24
-655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+24
-655
lines changed

browser-portable/latest.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

experiments/experiments.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"experiments": [
3+
{
4+
"id": "example_new_ui",
5+
"description": "新しい UI コンポーネントの A/B テスト(control vs variantA)",
6+
"salt": "example_new_ui_salt_v1",
7+
"rollout": 10,
8+
"start": "2025-10-28",
9+
"end": "2026-01-01",
10+
"variants": [
11+
{
12+
"id": "control",
13+
"weight": 70,
14+
"configUrl": ""
15+
},
16+
{
17+
"id": "variantA",
18+
"weight": 30,
19+
"configUrl": "./configs/variable/new_ui_variantA.json"
20+
}
21+
]
22+
}
23+
]
24+
}

systemAddon/xml/10.10.0/WINNT/update.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

systemAddon/xml/10.10.1/Linux/update.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

systemAddon/xml/10.10.1/WINNT/update.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

systemAddon/xml/10.11.0/Linux/update.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

systemAddon/xml/10.11.0/WINNT/update.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

systemAddon/xml/10.11.1/Linux/update.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

systemAddon/xml/10.11.1/WINNT/update.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

systemAddon/xml/10.12.0/Linux/update.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)