feat(hololake): ship language platform 0.7.0

This commit is contained in:
冰朔 2026-08-09 03:37:41 +08:00
commit 5105ec5e32
47 changed files with 4566 additions and 398 deletions

View file

@ -0,0 +1,10 @@
import test from 'node:test';
import assert from 'node:assert/strict';
import { cleanDisplayText } from './presentation.js';
test('人类界面隐藏导入文件的哈希尾巴', () => {
assert.equal(
cleanDisplayText('01 · 四域责任主体 f46047b4faff4962b4381a563282b6e6.md'),
'01 · 四域责任主体.md',
);
});