fix review

This commit is contained in:
rustdesk
2026-07-10 13:06:00 +08:00
parent 07b5a65de9
commit fcb970fd50
17 changed files with 51 additions and 16 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ test('consolidates Splashtop comparisons without erasing the On-Prem product', (
test('positions the Splashtop alternative page as an evidence-bounded IT switching guide', () => {
const article = readPost('rustdesk-vs-splashtop.md');
assert.match(article, /title: 'Self-Hosted Splashtop Alternative: What IT Teams Should Evaluate Before Switching'/);
assert.match(article, /title: 'Self-Hosted Splashtop Alternative/);
assert.match(article, /excerpt: 'A self-hosted Splashtop alternative evaluation guide/);
assert.match(article, /## Why IT teams evaluate alternatives to Splashtop/);
assert.match(article, /do not establish how common/i);
@@ -378,7 +378,7 @@ test('shows concrete self-hosted GDPR controls, not just obligations', () => {
const article = readPost('remote-desktop-data-sovereignty-gdpr.md');
assert.match(article, /built-in log rotation/i);
assert.match(article, /collected by your relay, not RustDesk/i);
assert.match(article, /stays on your own server when you self-host/i);
assert.match(article, /Control Role/);
});