ui.html 651 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>AI表格边栏插件</title>
  6. </head>
  7. <body>
  8. <noscript>You need to enable JavaScript to run this app.</noscript>
  9. <div id="ui"></div>
  10. <!--
  11. This HTML file is a template.
  12. If you open it directly in the browser, you will see an empty page.
  13. You can add webfonts, meta tags, or analytics to this file.
  14. The build step will place the bundled scripts into the <body> tag.
  15. To begin the development, run `npm start` or `yarn start`.
  16. To create a production bundle, use `npm run build` or `yarn build`.
  17. -->
  18. </body>
  19. </html>