Compare commits
2 Commits
b713e4515a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f6416f3588 | |||
| 107620d04f |
@@ -13,10 +13,13 @@
|
||||
"warn",
|
||||
{
|
||||
"selector": "import",
|
||||
"format": [ "camelCase", "PascalCase" ]
|
||||
"format": [
|
||||
"camelCase",
|
||||
"PascalCase"
|
||||
]
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/semi": "warn",
|
||||
"@typescript-eslint/semi": "off", //关闭分号检查
|
||||
"curly": "warn",
|
||||
"eqeqeq": "warn",
|
||||
"no-throw-literal": "warn",
|
||||
|
||||
@@ -17,6 +17,9 @@ header("Allow: GET, POST, OPTIONS, PUT, DELETE");
|
||||
<iframe id="embedded-devstar" src="http://localhost:8080/test/home.html" width="100%" height="100%" frameborder="0"
|
||||
style="border: 0; left: 0; right: 0; bottom: 0; top: 0; position:absolute;">
|
||||
</iframe>
|
||||
<!-- <iframe id="embedded-devstar" src="http://localhost:8080/home.html" width="100%" height="100%" frameborder="0"
|
||||
style="border: 0; left: 0; right: 0; bottom: 0; top: 0; position:absolute;">
|
||||
</iframe> -->
|
||||
|
||||
<!-- <iframe
|
||||
id="embedded-devstar"
|
||||
|
||||
Reference in New Issue
Block a user