fuc-new/doc/node_modules/@vuepress/plugin-copy-code/lib/shared/locales.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

15 lines
209 B
TypeScript

export interface CopyCodePluginLocaleData {
/**
* Copy text
*
* 复制文字
*/
copy: string;
/**
* Copied text
*
* 已复制文字
*/
copied: string;
}