mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 23:47:50 +08:00
feat: |UI| hide ID for user (#501)
This commit is contained in:
@@ -125,10 +125,6 @@ const fetchData = async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const columns = [
|
const columns = [
|
||||||
{
|
|
||||||
title: "ID",
|
|
||||||
key: "id"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: t('name'),
|
title: t('name'),
|
||||||
key: "name"
|
key: "name"
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export default defineConfig({
|
|||||||
VitePWA({
|
VitePWA({
|
||||||
registerType: null,
|
registerType: null,
|
||||||
devOptions: {
|
devOptions: {
|
||||||
enabled: true
|
enabled: false
|
||||||
},
|
},
|
||||||
workbox: {
|
workbox: {
|
||||||
disableDevLogs: true,
|
disableDevLogs: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user