Archived
增加更多主题选择并修复了bug
This commit is contained in:
353 files changed
+1359
-1185
No files matched your search
@@ -0,0 +1,7 @@
|
||||
import sqlite3
|
||||
|
||||
conn = sqlite3.connect('../assets/theme.db')
|
||||
cursor = conn.cursor()
|
||||
cursor.execute('select * from sqlite_master where type="table"')
|
||||
data = cursor.fetchall()
|
||||
print(data)
|
||||
Reference in New Issue
Block a user