Merge pull request #41 from heng1025/patch-1

Update ProjectSetting.vue
This commit is contained in:
Ah jung
2021-09-15 17:11:39 +08:00
committed by GitHub

View File

@@ -20,7 +20,7 @@
</template> </template>
</n-switch> </n-switch>
</template> </template>
<span>色主题</span> <span>{{ designStore.darkTheme ? '深' : '浅' }}色主题</span>
</n-tooltip> </n-tooltip>
</div> </div>