Update ProjectSetting.vue

This commit is contained in:
iron
2021-09-01 16:59:30 +08:00
committed by GitHub
parent 82dc7d2589
commit 742749a838
@@ -20,7 +20,7 @@
</template> </template>
</n-switch> </n-switch>
</template> </template>
<span>色主题</span> <span>{{ designStore.darkTheme ? '深' : '浅' }}色主题</span>
</n-tooltip> </n-tooltip>
</div> </div>