mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -04:00
Reorganize file structure.
This commit is contained in:
parent
74745a8603
commit
c8eff2d313
206 changed files with 70 additions and 69 deletions
|
@ -3,7 +3,7 @@ html
|
|||
head
|
||||
meta( charset="utf-8" )
|
||||
meta( http-equiv="x-ua-compatible", content="ie=edge" )
|
||||
title #{pkg.name} test suite - v#{pkg.version}
|
||||
title h5ai test suite - v#{pkg.version}
|
||||
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
||||
link( rel="stylesheet", href="h5ai-styles.css" )
|
||||
link( rel="stylesheet", href="styles.css" )
|
||||
|
|
|
@ -9,7 +9,7 @@ describe('view', function () {
|
|||
this.storeKey = '_h5ai';
|
||||
this.xConfig = {
|
||||
setup: {
|
||||
APP_HREF: util.uniqPath('-APP/'),
|
||||
H5AI_HREF: util.uniqPath('-H5AI/'),
|
||||
ROOT_HREF: util.uniqPath('-ROOT/')
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue