简体   繁体   English

从团队商店卸载团队自定义选项卡应用程序后如何删除本地存储数据

[英]How to remove local storage data after uninstallation of the teams custom tab app from teams store

I made an teams custom tab application which stores data in local storage But it stores the data even after uninstalling the application.我制作了一个团队自定义选项卡应用程序,它将数据存储在本地存储中但即使在卸载应用程序后它也会存储数据。 So is there any way to remove that local storage data after uninstalling the application from the Teams app store.从 Teams 应用商店卸载应用程序后,是否有任何方法可以删除该本地存储数据。

If I understand you correctly, you want to clear the local storage data for your Teams app (a custom tab).如果我理解正确的话,您想清除 Teams 应用程序(自定义选项卡)的本地存储数据。 To achieve that, you can open the DevTools and then use "Clear Site Data" command there (similar to the normal browser, the biggest button on the "Application" tab).为此,您可以打开 DevTools,然后在那里使用“清除站点数据”命令(类似于普通浏览器,“应用程序”选项卡上最大的按钮)。 To access the DevTools, you click the "Open DevTools" context menu.要访问 DevTools,请单击“打开 DevTools”上下文菜单。 https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/developer-tools https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/developer-tools

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM