We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c692e28 commit 96a7325Copy full SHA for 96a7325
1 file changed
src/components/setting/Language.vue
@@ -46,6 +46,10 @@
46
<div class="font-bold">$filename</div>
47
<div>执行的源文件或临时生成的文件</div>
48
</div>
49
+ <div class="flex text-sm font-medium text-gray-700 dark:text-gray-300 ml-1 space-x-4">
50
+ <div class="font-bold">$classname</div>
51
+ <div>执行的类名,如果没有则为空</div>
52
+ </div>
53
54
55
0 commit comments